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

PersistentTerminal

Terminal remembers your last screen when reopening

By Bub
Date uploaded 6 months ago
Version 1.1.1
Download link Bub-PersistentTerminal-1.1.1.zip
Downloads 92
Dependency string Bub-PersistentTerminal-1.1.1

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

Persistent Terminal makes the terminal remember your last screen. When you reopen it, you'll see exactly what you were looking at before instead of starting fresh.

Features

  • Personal Mode (default): Each player has their own terminal state
  • Shared Mode (optional): All players see the same terminal page (synced in multiplayer)

Configuration

Edit BepInEx/config/mrbub.persistentterminal.cfg:

  • SharedTerminalState = false (default) - Each player has their own terminal state
  • SharedTerminalState = true - All players see the same terminal page (requires everyone to have the mod)

Installation

Drop the PersistentTerminal.dll into your game's BepInEx plugins folder:

<game directory>\BepInEx\plugins

Note: This mod requires LethalNetworkAPI to be installed.

Multiplayer

  • Personal Mode: Works even if only you have the mod installed
  • Shared Mode: All players must have the mod installed for sync to work

Credits

Made with love by mrbub.

CHANGELOG

Changelog

[1.3.5]

  • terminal rendering now disables when player exits ship

[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