duckduckgreyduck-LoaderIsNoMore icon

LoaderIsNoMore

Removes loader FOR GOOD!!!!!!!!!! Can now also remove ANY skill or survivor of your choosing.

Last updated 2 years ago
Total downloads 1905
Total rating 4 
Categories Tools Tweaks
Dependency string duckduckgreyduck-LoaderIsNoMore-2.0.2
Dependants 3 other packages depend on this package

This mod requires the following mods to function

tristanmcpherson-R2API-3.0.71 icon
tristanmcpherson-R2API

A modding API for Risk of Rain 2

Preferred version: 3.0.71
bbepis-BepInExPack-5.4.1801 icon
bbepis-BepInExPack

Unified BepInEx all-in-one modding pack - plugin framework, detour library

Preferred version: 5.4.1801

README

Check out LoaderIsNoMore on GitHub: https://github.com/bbborbo/LoaderNoMore

Join the discord server: https://discord.gg/baxZ2vgxdh

Try out our video game, SUPERBUG: https://plumicorn.itch.io/SUPERBUG

How To Use

With LoaderIsNoMore, you can remove any survivor or skill of your choosing. You only need to know the survivor's body name to remove skills and name token to remove the survivor. You must do so through the config file for LoaderIsNoMore, in which there are two fields you can type into. Just list off the properly formatted + spelled strings for each respective field, and the mod will automatically remove the skill/survivor of your choosing the next time the game is ran.

Skills are removed by pulling apart a string of multiple different names. In order for the mod to work, you need to include the survivor's BODY NAME, then the SKILL SLOT name, then the skill's number in that slot, starting from 0. For example, if I wanted to remove Artificer's Ion Surge and MUL-T's Power Mode, I would type it into the config as such:

MageBody_Special_1, ToolBotBody_Special_1

Survivors are removed just by matching the survivor's name token. All you have to do for the mod to work is to list the name tokens of the survivors you would like to have removed. For example, if I wish to remove vanilla Loader and LuaFubuki's Loader2 pre-0.2.0, I would type it into the config as such:

LOADER_BODY_NAME, Loader-2

For both strings, spaces are ignored, and dashes are then converted into spaces. If this doesn't work for some survivors or skills, just let me know, and I can have it fixed.

Vanilla Survivor Info

Survivor Body Name Name Token
Commando CommandoBody COMMANDO_BODY_NAME
Huntress HuntressBody HUNTRESS_BODY_NAME
Bandit Bandit2Body BANDIT2_BODY_NAME
MUL-T ToolbotBody TOOLBOT_BODY_NAME
Engineer EngiBody ENGI_BODY_NAME
Artificer MageBody MAGE_BODY_NAME
Mercenary MercBody MERCENARY_BODY_NAME
REX TreebotBody TREEBOT_BODY_NAME
Loader LoaderBody LOADER_BODY_NAME
Acrid AcridBody ACRID_BODY_NAME
Captain CaptainBody CAPTAIN_BODY_NAME

Patch Notes:

2.0.2

  • Minor change to skill removal to ensure that it always happens after all skill slots have stopped being modified.

2.0.1

  • Minor README formatting improvements

2.0.0

  • Can now remove any skill or survivor

1.0.1

  • Improved Loader Removal