You are viewing a potentially older version of this package.
View all versions.
| Date uploaded | 4 days ago |
| Version | 1.3.0 |
| Download link | Bub-PersistentTerminal-1.3.0.zip |
| Downloads | 383 |
| Dependency string | Bub-PersistentTerminal-1.3.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.2304README
Persistent Terminal
Terminal QoL mod that makes the terminal remember things between sessions.
Features
- Remembers last screen - Terminal opens to the page you were on
- Command history - Press Up/Down arrows to cycle through previous commands
- Saves your input - If you were typing something when you closed the terminal, it'll still be there when you reopen it
- Terminal Presets - Bulk purchase items with configurable presets (type "presets" in terminal)
- Terminal themes - Customize terminal colors with preset themes or custom RGB values
- Always-on options - Keep the terminal screen or light always on
Terminal Presets
Type presets in the terminal to see available bulk purchase options. Default presets:
- ESSENTIALS - 4 flashlights, 2 shovels, 4 walkies
- LIGHTS - 4 flashlights, 2 pro-flashlights
Create your own presets in the config file using the format: NAME=item1:qty,item2:qty
Configuration
Edit BepInEx/config/mrbub.persistentterminal.cfg:
Theme:
Preset- Default, Green, Amber, Blue, Red, Purple, Cyan
Custom Colors (override theme when set):
TextColor- RGB format like0,255,0BackgroundColor- RGB format like0,20,0ScreenLightColor- RGB format like0,255,0
Presets:
Preset1throughPreset5- Define bulk purchase bundles
Behavior:
AlwaysOnScreen- Keep terminal screen always onAlwaysOnLight- Keep terminal light always on
Credits
Made by mrbub
CHANGELOG
Changelog
[1.3.0]
- Added Terminal Presets for bulk purchases (type "presets" in terminal)
- Configurable preset bundles in config file
- Custom colors now override theme when set (no need to select "Custom" theme)
[1.2.0]
- Added command history (press Up/Down arrows to cycle through previous commands)
- Terminal now remembers what you were typing when you close it
- Added terminal themes (Green, Amber, Blue, Red, Purple, Cyan, Custom)
- Themes include text, background, and screen light colors
- Added always-on terminal screen option
- Added always-on terminal light option
- Fixed terminal state persisting across save files
[1.1.1]
- Fixed inconsistent page restoration
- Fixed sounds replaying when restoring terminal state
- Added real-time state tracking to prevent desync issues
- Terminal now tracks page changes automatically (including timeouts and auto-navigation)
[1.1.0]
- Fixed sound replay issues
- Fixed input field bugs
- Proper save file isolation
[1.0.0]
- Release