Author Topic: Character Build Generator  (Read 2672 times)

Jagged

  • Newbie
  • *
  • Posts: 26
  • Inf: +3/-0
    • View Profile
    • Awards
Character Build Generator
« 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.
« Last Edit: September 08, 2023, 12:22:51 pm by Jagged »

Jagged

  • Newbie
  • *
  • Posts: 26
  • Inf: +3/-0
    • View Profile
    • Awards
Re: Character Build Generator
« Reply #1 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.

Jagged

  • Newbie
  • *
  • Posts: 26
  • Inf: +3/-0
    • View Profile
    • Awards
Re: Character Build Generator
« Reply #2 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 :(

Jagged

  • Newbie
  • *
  • Posts: 26
  • Inf: +3/-0
    • View Profile
    • Awards
Re: Character Build Generator
« Reply #3 on: August 16, 2023, 10:28:49 am »

Example layout

Generator

  • Newbie
  • *
  • Posts: 15
  • Inf: +2/-0
    • View Profile
    • Awards
Re: Character Build Generator
« Reply #4 on: August 24, 2023, 10:18:30 am »
This is pretty sharp-looking so far, thanks for sharing.

mainsil

  • Newbie
  • *
  • Posts: 14
  • Inf: +0/-0
    • View Profile
    • Awards
Re: Character Build Generator
« Reply #5 on: August 29, 2023, 05:45:47 pm »
Looks amazing.

Jagged

  • Newbie
  • *
  • Posts: 26
  • Inf: +3/-0
    • View Profile
    • Awards
Re: Character Build Generator
« Reply #6 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.

Jagged

  • Newbie
  • *
  • Posts: 26
  • Inf: +3/-0
    • View Profile
    • Awards
Re: Character Build Generator
« Reply #7 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