Computerdores-AdvancedTerminalAPI icon

AdvancedTerminalAPI

A Mod to provide a more advanced API for the Terminal.

Last updated 2 months ago
Total downloads 6322
Total rating 1 
Categories Mods BepInEx Client-side
Dependency string Computerdores-AdvancedTerminalAPI-5.1.0
Dependants 5 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

README

AdvancedTerminalAPI

AdvancedTerminalAPI provides a simple way of adding new commands and terminals. The primary motivation for the creation of this API was my personal dislike for the way Commands are implemented in the base game. For that reason this API is very different from the vanilla Implementation. If you are looking for an API that is close to the way the vanilla commands are implemented, take a look at the TerminalApi by NotAtomicBomb which also inspired me to pick up this project.

Contributing

If you want to contribute just open a pull request and make sure your code follows the same style as the existing code base.

Also the license used by this project includes a CLA.

Building

Use dotnet build -p:BuildThunderstorePackage=true to build the Thunderstore package (Note: this requires tcli to be installed).

Use dotnet build -p:BuildNugetPackage=true to build the NuGet package.

Credits

This project uses the LethalCompanyTemplate by Distractic under the MIT License.