You are viewing a potentially older version of this package. View all versions.
tru0067-BetterTerminalInfo-1.0.1 icon

BetterTerminalInfo

Adds the number of extra commands to the initial terminal output.

Date uploaded 2 months ago
Version 1.0.1
Download link tru0067-BetterTerminalInfo-1.0.1.zip
Downloads 352
Dependency string tru0067-BetterTerminalInfo-1.0.1

This mod requires the following mods to function

BepInEx-BepInExPack_GTFO-3.2.1 icon
BepInEx-BepInExPack_GTFO

BepInEx pack for GTFO. Preconfigured and includes Unity Base DLLs.

Preferred version: 3.2.1

README

Better Terminal Info

Updates the INFO command and the initial terminal output to include the number of available extra commands.

This increases the discoverability of unique commands. Players are less incentivized to use the COMMANDS command on every terminal they encounter and are not as unduly punished for missing some objective text that tells them of the existence of a command.

You can find the dev feedback thread on the GTFO modding discord here: https://discord.com/channels/782438773690597389/1256059163071615048/1256059163071615048

Known Issues

  • The extra command count does not update when a command is removed.
    • This might be difficult to fix as how the game handles the removal of commands has been changed since R6's mono build. It is also not clear if this is desirable to fix as in some cases it may be useful to know that a terminal used to have a command, and the COMMANDS command will still correctly show all of the commands currently available.
  • The number of extra commands reported in the initial terminal output may be incorrect after checkpointing.
    • This is because the mod does not try to update the initial terminal output if it detects that the terminal has already been used, and checkpointing may mean that terminal that was used prior to checkpointing but which hasn't been used since checkpointing may still be detected as having already been used.
    • This is unlikely to be fixed.

CHANGELOG

v1.0.0

Initial release!

v1.0.1

Add checkpointing known issue.

Fix terminal OS version number.