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

MatrixTermExtensions

A customized variant of Terminal Extensions for use in sessions with my friends.

Date uploaded 2 years ago
Version 1.1.0
Download link Dot_Matrix-MatrixTermExtensions-1.1.0.zip
Downloads 360
Dependency string Dot_Matrix-MatrixTermExtensions-1.1.0

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
LethalAPI-LethalAPI_Terminal-1.0.1 icon
LethalAPI-LethalAPI_Terminal

A fully fledged modding API for everything to do with the on-ship Terminal. Including custom commands, interactions, terminal overhauls, conditional command overrides, and more.

Preferred version: 1.0.1

README

LC-TerminalExtensions

This mod is a variant of ANormalTwig's TerminalExtras mod, replacing the door toggle with explicit open/close commands.

Made primarily for my friend group, and for personal coding practice.

Commands

  • Open Door
    • Opens the door, if not already open
    • alt: "open"
  • Close Door
    • Closes the door, if not already closed
    • alt: "close"
  • Teleport
    • Activates the Teleporter
    • alt: "tp"
  • InverseTeleport
    • Activates the Inverse Teleporter
    • alt: "itp"
  • Lightsout
    • Turns the lights off
  • Lightson
    • Turns the lights on

CHANGELOG

MatrixTermExtensions 1.1.2

Changes * Fixed issue where the logic to reset the cooldown for the Inverse Teleporter was nonfunctional. * Changed Lights commands to be back to a toggle state * Left alternate shorthand commands to force lights on or off. * Changed the expanded command for activating the Inverse Teleporter, as it was clashing with the shorthand to buy said Inverse Teleporter. * Added enum LightState to the Lights Command structure to clean up checking for if the lights are on or off. * Included adding logic to explicitly toggle state. * Removed [CommandInfo()] Attributes form alias commands (and cheat commands) to hide them from the Terminal help screen.

MatrixTermExtensions 1.1.1

Changes * Updated to v1.0.1 of LethalAPI's TerminalAPI * Added logic to prevent logic of certain commands when in space * all door commands * using the Inverse Teleporter

MatrixTermExtensions 1.1.0

Changes * Cleaned up SDK setup of solution * Added Config file to turn the cheat commands off * Includes a sync to match host.

MatrixTermExtensions 1.0.0

Initial Upload