WhiteSpike-Interactive_Terminal_API icon

Interactive Terminal API

API focused on making interactable UI in the terminal

Last updated a week ago
Total downloads 144028
Total rating 6 
Categories Libraries
Dependency string WhiteSpike-Interactive_Terminal_API-1.1.0
Dependants 75 other packages depend on this package

This mod requires the following mods to function

BepInEx-BepInExPack-5.4.2100 icon
BepInEx-BepInExPack

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

Preferred version: 5.4.2100
Rune580-LethalCompany_InputUtils-0.7.3 icon
Rune580-LethalCompany_InputUtils

API/Library for creating Unity InputActions with in-game re-binding support. Provides an alternative UI that allows for supporting mods to have in-game re-bindable keybinds.

Preferred version: 0.7.3

README

InteractiveTerminalAPI

An API which focuses on making terminal applications where the player can interact with besides inputting text to it

Features

  • Classes/interfaces where you can use to build your own terminal application
    • You can also make your own custom classes that derive from these to be used as replacements
  • Executes the application associated with a given text prompt entered in the terminal (if registered).

Important notices

  • The mod itself doesn't do anything. It's just an API which other mod developers may wish to use for their own usages.
  • It won't alter any vanilla terminal text on its own.

Documentation

License

This API is under MIT License. Meaning that you can decide to take this API for your own things and customize it as you need, so long as you follow the license's requirements