Please disclose if any significant portion of your mod was created using AI tools by adding the 'AI Generated' category. Failing to do so may result in the mod being removed from Thunderstore.
ADifferentCharacterCustomizer
I made my own version of AsterAether's Character Customizer
| Last updated | 3 years ago |
| Total downloads | 728 |
| Total rating | 1 |
| Categories | Tweaks |
| Dependency string | GiGaGon-ADifferentCharacterCustomizer-1.1.0 |
| Dependants | 0 other packages depend on this package |
This mod requires the following mods to function
README
ADifferentCharacterCustomizer
The defualt values for floats are NaN (NaN.0 if using ConfigurationManager), int is -2147483648 (min int value), and N/A for bool. Bools have to either be True, False, or N/A.
If the config value is set to the one the above defaults, then the actual value will not be changed.
If you want to mess with Bandit's specials, I recommend using Bandit Tweaks by Moffein as the cancling on sprint is hard coded into them and I don't want to re-do existing work.
I highly recommend using ConfigurationManager, since it makes you not have to wait 5 years for launching the game.
Feel free to complain to me about my bad code or report bugs at GiGaGon#1754
Made for Contra.
I decided to try and fix AsterAether's mod Character Customizer since it was broken. Unfortunatly, I'm too small brain to understand their code so I just re-wrote it from scratch, and here is the product.
You can find AsterAether's GitHub here and Thunderstore here.
Changelog:
V 1.1.0
-
Added an option to only make changes, not generate configs to hopefully reduce load times
-
Slightly changed readme
V 1.0.0
- Uploaded