GiGaGon-ADifferentCharacterCustomizer icon

ADifferentCharacterCustomizer

I made my own version of AsterAether's Character Customizer

Last updated 2 years ago
Total downloads 577
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

tristanmcpherson-R2API-4.4.1 icon
tristanmcpherson-R2API

A modding API for Risk of Rain 2

Preferred version: 4.4.1

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