GiGaGon-SurvivorEnemyAndSkillCustomizer icon

SurvivorEnemyAndSkillCustomizer

I overhauled my own version of my own version (ADifferentCharacterCustomizer) of AsterAether's Character Customizer

Last updated 2 years ago
Total downloads 14942
Total rating 2 
Categories Tweaks
Dependency string GiGaGon-SurvivorEnemyAndSkillCustomizer-1.3.0
Dependants 5 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

SurvivorEnemyAndSkillCustomizer

New setting scale, is comma deliniated triple of floats.

New setting "InterruptPriority", can be Any, Skill, PrioritySkill, Pain, Frozen, Vehicle, Death

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.

Mod completly overhauled. Should be a lot more self-explanitory. Also stole borrowed more code from Aster to make my mod work during runs.

You can find AsterAether's GitHub here and Thunderstore here.

Changelog:

V 1.3.0

  • Fixed some null strings causing issues

  • Added a scale config

V 1.2.1

  • Fixed some illegal name characters not properly getting removed.

V 1.2.0

  • Fixed mod not reloading configs properly

  • Added lunar skills

  • Fixed some skills breaking due to invalid chaaracters in their names

  • Networking compatibility settings implemented

  • Don't ask where 1.1.0 went

V 1.0.0

  • Uploaded