William758 / ContentDisabler

0 stars 0 forks source link

ContentDisabler

This is a last resort for disabling things in the game, you should use the config from source mod if available.

Items and Equipment

Create a config for every item and equipment that allows hiding said item or equipment.

Prevents items and equipment from showing up anywhere that draws from the normal drop pool :

Probably does not prevent items from showing up by other means (untested) :

Artifacts

Create a config for every artifact that prevents artifact from being selected in the lobby.

Difficulties

Create a config for every difficulty that prevents difficulty from being selected in the lobby.

Survivors

Create a config for every survivor that prevents survivor from being picked in character select or from rolling in metamorphosis.

Skills

Create a config for every named skill that removes said skill from all SkillFamilies.

Skins

Create a config for every skin to remove said skin from being chosen.

Bodies and SpawnCards

Allows the disabling of monsters and interactables spawned by the Director.

Generates a config entry for all bodies.

Generate a config for every spawn card used by the Director.

Installation:

Requires Bepinex and HookGenPatcher.

Use r2modman or place inside of Risk of Rain 2/Bepinex/Plugins/

Changelog:

v1.3.0 - Updated for SotS.

v1.2.4 - Added support for Difficulties. Config to remove empty SkillFamily.

v1.2.3 - Added an additional check to find and disable skills from some mods that weren't being detected before.

v1.2.2 - Added Skin disabling.

v1.2.1 - Added a safeguard against invalid config names preventing the game from loading.

v1.2.0 - Unnamed SpawnCards no longer generate ConfigEntries. Added support for Artifacts and Skills.

v1.1.0 - SpawnCard support.

v1.0.1 - Added Survivor disabling.

v1.0.0 - Initial Release.