City of Heroes: Rebirth Forums

City of Heroes: Rebirth => General => Topic started by: Jagged on July 30, 2023, 09:25:37 am

Title: Character Build Generator
Post by: Jagged on July 30, 2023, 09:25:37 am
I've been playing with a programme to parse Rebirth character data from your account page (https://www.cityofheroesrebirth.com/public/manage) and then spit out your characters build info as a bunch of html. There is still a lot to do, mostly missing icons and name translation. But if you are interested here is the data from my characters:
https://hero-id.co.uk/characters/

There is a Git Repo (https://github.com/Jaggeroth/cox-character-build) but its not really ready to share yet. You would have to run the HtmlIndex class for it to build the HTML.
Title: Re: Character Build Generator
Post by: Jagged on August 04, 2023, 08:23:19 am
This is actually getting closer to becoming usuable  ;)

I have updated it so that it dispays an icon for DOs & SOs. I couldn't be bothered to download icons for all those enhancements so it is just using the generic traing enhancement and then dropping the appropriate dual origin or single origin themed ring on top.
Title: Re: Character Build Generator
Post by: Jagged on August 09, 2023, 08:16:38 am
I have added Incarnate information. Example here: https://hero-id.co.uk/characters/power_jenny.html

Must admit I am having a bit of trouble with Warshades. Their free powers appear in their build data with data inconsistent to the rest of their powers :(
Title: Re: Character Build Generator
Post by: Jagged on August 16, 2023, 10:28:49 am
(https://hero-id.co.uk/images/ExampleLayout.png)
Example layout
Title: Re: Character Build Generator
Post by: Generator on August 24, 2023, 10:18:30 am
This is pretty sharp-looking so far, thanks for sharing.
Title: Re: Character Build Generator
Post by: mainsil on August 29, 2023, 05:45:47 pm
Looks amazing.
Title: Re: Character Build Generator
Post by: Jagged on September 08, 2023, 12:21:42 pm
This is ready for other people to try out now.

You can either build it yourself from this GitHub repo: https://github.com/Jaggeroth/cox-character-build

Or if you trust me down load the compiled JAR file from here: https://hero-id.co.uk/rebirth/character-build-tool.zip
You will need java installed of version 11.0.3 or higher.
Unzip to a directory
Fill in the config file with your account details
Then run the command
Code: [Select]
java -jar cox-character-build-0.0.1-jar-with-dependencies.jar
The programme will probably report missing stuff, let me know and I will add it.
Title: Re: Character Build Generator
Post by: Jagged on March 28, 2024, 02:03:11 pm
This should now work relatively nicely on a mobile phone, plus I have added some sorting options at the bottom.

My Characters (https://hero-id.co.uk/characters/)