Extra Options
Vanilla Cave Story has some extra functionality if certain empty files without file extension are present in the same directory as the EXE.
Vanilla Options
s_reverse- Swaps the weapon switch keys.mute- Unhides a context menu which opens a window for muting different Organya channels.fps- Enables a Framerate counter.
AutPI Settings
AutPI contains various settings within the mods/autpi folder.
These include:
Write Tables on Boot (TBL)- Writesarms_level.tbl,bullet.tbl, andcaret.tblfrom the game executable to the folder the game is stored in.Write Tables on Boot (YAML)- Writesarms_level.yaml,bullet.yaml, andcaret.yamlfrom the game executable to the folder the game is stored in.Replace Player Damage function- Replaces the executables "Damage Player" function with a new one, allowing the user to also make their own Lua version of the Damage code.Use Mode Overhaul- Allows the user to create entirely new "Game Modes" in lua, at the cost of disabling theModCS.Game.SetMode()function.Debug Mode- When pressingShiftandF2at the same time in-game, a Debug Menu will open to assist with modding.