You are viewing a potentially older version of this package.
View all versions.
TerminalConflictFix
Narrows down terminal conflicts if more letters match one word than another
Date uploaded | 9 months ago |
Version | 1.2.1 |
Download link | SylviBlossom-TerminalConflictFix-1.2.1.zip |
Downloads | 17818 |
Dependency string | SylviBlossom-TerminalConflictFix-1.2.1 |
This mod requires the following mods to function
BepInEx-BepInExPack
BepInEx pack for Mono Unity games. Preconfigured and ready to use.
Preferred version: 5.4.2100Evaisa-HookGenPatcher
Generates MonoMod.RuntimeDetour.HookGen's MMHOOK file during the BepInEx preloader phase.
Preferred version: 0.0.5README
Terminal Conflict Fix
Narrows down terminal conflicts if more letters match one word than another.
This solves issues like "teleporter" buying a television if you input it partially (like "telep"), and conflicts between modded terminal commands.
CHANGELOG
v1.2.2
- Fix invalid IL return type (small compatibility issue)
v1.2.1
- Use HookGenPatcher to fix compatibility issues
v1.2.0
- Applied fixes to player name input (for commands like 'switch')
- Fixed actual spaces in command names not being removed
v1.1.0
- Fixed modded commands with spaces or other punctuation not working properly
- The new "Remove Command Punctuation" config option can be disabled incase this causes conflicts with any terminal mods
v1.0.0
- Initial release