You are viewing a potentially older version of this package. View all versions.
GiGaGon-ADifferentCharacterCustomizer-1.0.0 icon

ADifferentCharacterCustomizer

I made my own version of AsterAether's Character Customizer

Date uploaded 3 years ago
Version 1.0.0
Download link GiGaGon-ADifferentCharacterCustomizer-1.0.0.zip
Downloads 222
Dependency string GiGaGon-ADifferentCharacterCustomizer-1.0.0

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 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.0.0

  • Uploaded