You are viewing a potentially older version of this package.
View all versions.
| Date uploaded | 2 years ago |
| Version | 1.0.0 |
| Download link | Ozzzzy-SubTerminalEX-1.0.0.zip |
| Downloads | 102 |
| Dependency string | Ozzzzy-SubTerminalEX-1.0.0 |
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.2100README
SubTerminalEX
Note
- This is client-only mods
Features
- "Cleanup" game command interpreter which improve performance (source: trust me bro)
- Add 2 new utility commands
- Remove terminal bootup text
News terminal command
clear
- Clear all text on the terminal
alias [old] [new]
- Map [old] command to [new] so you can type [new] and it work as if you are typing [old]
- E.g "alias view_cam vcam" (now you can type vcam and it work as if you are using view_cam)
CHANGELOG
v1.1.2
- Fixed an issue whereas
TerminalCommandManager.HookCommand(...)doesnt accept number as priority (i forgot...) - Should no longer have version mismatch of this mod package and the binary dlls
- Improve some documentation
- Updated to work with game version 0.3.35
v1.1.1
- Fix readme typo and some minor readme change
v1.1.0
- Updated to work with game version 0.3.26
- Fixed an issue whereas some command have their argument mis-interpreted
- Fixed an issue whereas some command have their argument mis-placed (
paraA paraBbecomeparaB paraA, i dont know how the hell this even happen) - Fixed an issue whereas some command is completely unusable (e.g UPGRADES)
- Remove some leftover logs
- Now allowed you to use
"to mark the start of multiple words argument e.gcommand "this is multiple words argument" - Added ability to hook command, so you can hook after/before the command is executed instead of override it and then do hacks to run the original one!
- "alias [old] [new]" now use this new syntax "alias set [old] [new]" (old one still available for use)
- Added "alias rem" command
- Added "alias clear" command
- Added "alias load" command
- Added "alias gen" command
- Added config option that allow you to "alias load" your pre-defined alias upon game start
- Added config option that allow you to enable fast terminal bootup
- Newly added command from "all" sources at runtime now able to reflect and update for auto completion (was only command added before game start are reflected and updated)
- "Reformatted" sources to gain more "speed" (source?: trust me bro)
v1.0.0
- Initial release