You are viewing a potentially older version of this package. View all versions.
deemodev-TerminalHistory-1.1.0 icon

TerminalHistory

Adds the ability to cycle through recent terminal commands with rebindable keys.

Date uploaded 5 months ago
Version 1.1.0
Download link deemodev-TerminalHistory-1.1.0.zip
Downloads 19311
Dependency string deemodev-TerminalHistory-1.1.0

This mod requires the following mods to function

Rune580-LethalCompany_InputUtils-0.4.4 icon
Rune580-LethalCompany_InputUtils

Utilities for creating InputActions and having them be accessible in game

Preferred version: 0.4.4
NotAtomicBomb-TerminalApi-1.5.0 icon
NotAtomicBomb-TerminalApi

A Terminal Api

Preferred version: 1.5.0

README

Terminal History

Adds the ability to cycle through recent terminal commands with rebindable keys. Also adds a command that shows history.

This mod is functionally very similar to this mod by NotAtomicBomb. I thought up the idea before realizing this, but decided to go through with making it for practice at least.

Thanks for making the awesome TerminalApi, it simplified a lot of the process for getting into modding for Lethal Company!

Installation

Manual

  1. Install all dependencies listed on the Thunderstore page.
  2. Just drop TerminalHistory.dll into <steam install path>\BepInEx\plugins.

Mod Manager

  1. I used r2modman. Install this.
  2. On the TerminalHistory mod page, click Install with Mod Manager.

Features

  • Click through recently sent commands in the terminal. (By default with up-arrow and down-arrow)
  • Rebind keys in the settings.
  • Show most recent commands by typing show history or just history.
  • history command shows up with a description upon entering other command.

CHANGELOG

1.1.0

New

  • history command now shows up with a description upon entering other command.

Upgrade dependencies

  1. LethalCompany inputUtils 0.3.0 -> 0.4.4
  2. TerminalApi 1.3.2 -> 1.5.0

Code improvements

  • Simplified code by using new methods for displaying text and returning callbacks within TerminalApi. Thanks for implementing this @NotAtomicBomb!

1.0.0

Initial release with key features.

  • Click through recently sent commands in the terminal. (By default with up-arrow and down-arrow)
  • Rebind keys in the settings.
  • Show most recent commands by typing show history or just history.