You are viewing a potentially older version of this package. View all versions.
Bub-PersistentTerminal-1.2.2 icon

PersistentTerminal

Terminal QoL improvements

By Bub
Date uploaded 5 days ago
Version 1.2.2
Download link Bub-PersistentTerminal-1.2.2.zip
Downloads 393
Dependency string Bub-PersistentTerminal-1.2.2

This mod requires the following mods to function

BepInEx-BepInExPack-5.4.2304 icon
BepInEx-BepInExPack

BepInEx pack for Mono Unity games. Preconfigured and ready to use.

Preferred version: 5.4.2304

README

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
  • Real-time tracking - Automatically tracks page changes (including timeouts and auto-navigation)
  • Terminal themes - Customize terminal colors with preset themes or custom RGB values
  • Always-on options - Keep the terminal screen or light always on

Configuration

Edit BepInEx/config/mrbub.persistentterminal.cfg:

Appearance:

  • Theme = Default - Original terminal colors
  • Theme = Green - Classic green terminal
  • Theme = Amber - Retro amber/orange
  • Theme = Blue - Cool blue
  • Theme = Red - Red alert
  • Theme = Purple - Purple haze
  • Theme = Cyan - Bright cyan

Custom Colors (only used when Theme = Custom):

  • CustomTextColor = 0,255,0 - Text color in RGB (0-255)
  • CustomBackgroundColor = 0,20,0 - Background color in RGB (0-255)
  • CustomScreenLightColor = 0,255,0 - Screen light color in RGB (0-255)

Behavior:

  • AlwaysOnScreen = false - Keep terminal screen always on, even when not in use
  • AlwaysOnLight = false - Keep terminal light always on

Installation

Drop into your BepInEx plugins folder: <game directory>\BepInEx\plugins

Credits

Made by mrbub

CHANGELOG

Changelog

[1.2.2]

  • oops

[1.2.1]

  • Config Changes

[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