HELP topic
In-game help for SEARCH, HISTORY, PIPELINES, MARKERS, CONSUMABLES, APPEARANCE, CONFIG, STFO, and DOCS.
GTFO MOD
A convenience layer over GTFO terminals: faster search, shell-style history, pipelines, tracking, localization, and optional visual customization.
Install through r2modman/Thunderstore, enter a terminal, then type:
HELP BETTERTERMINAL
BETTERTERMINAL STATUS
CONFIG PROFILE CONVENIENTBetterTerminal is client-side and keeps native terminal behavior as fallback.
Safe simulator using sample data. Try HELP BETTERTERMINAL, LIST MEDIPACK, or a pipeline. Up/Down recalls history; Tab completes.
Press Tab. Every command and argument word is completed separately. Prefix matches win; Levenshtein correction runs only when no prefix matches.
QUERY MEDIPAC_123
LIST GLOW_STICK
LIST MEDIPACK_ | WHERE ZONE 49Ambiguous results use common-prefix completion or arrow selection according to configuration.
Press Up on an empty line. Type to narrow commands, move with Up/Down, press Enter. History is session-only by default. Use CONFIG HISTORYMODE DISK for persistence or HISTORY CLEAR to remove it.
| passes output to the next independently parsed stage.
LIST MEDIPACK | WHERE ZONE 49 | TAKE 1 | PING
LIST GLOW_STICK | SORT ID | TAKE 3 | MARK
COMMANDS | WHERE TEXT MARKWHERE FIELD VALUE filters.SORT FIELD [DESC] sorts.TAKE N limits.COUNT, QUERY, PING, MARK, and UNMARK consume results.Optional tracking exposes uncollected glow sticks, C-Foam items, mines, fog repellers, lock melters, flashlights, and syringes. Picked-up items are removed; dropped items can be registered again.
MARK GLOW_STICK_001
UNMARK GLOW_STICK_001
UNMARKGTFO supports one active terminal locator ping, while BetterTerminal map markers may represent multiple results.
In-game help for SEARCH, HISTORY, PIPELINES, MARKERS, CONSUMABLES, APPEARANCE, CONFIG, STFO, and DOCS.
Version, language, feature state, registrations, paths, and STFO availability.
Shows this URL or explicitly opens it in the default browser.
Reads or changes runtime settings. CONFIG RELOAD reloads disk files.
Shows terminal/mod information beside replaceable ASCII art.
Shows status or reloads the replaceable sleeping-terminal image.
File: BepInEx/config/BetterTerminal.cfg. Most settings update in-session.
CONFIG SEARCH
CONFIG HISTORY
CONFIG ITEMS
CONFIG APPEARANCE
CONFIG PROFILE VANILLA|CONVENIENT|FULL
CONFIG RESET APPEARANCE
CONFIG RESET
CONFIG TEXTCOLOR 950606
CONFIG TEXTINTENSITY 45VANILLA keeps search/history conveniences. CONVENIENT enables pipelines and tracked items. FULL also enables optional presentation features. Interactive background remains off for safety/readability.
JSON files live in BepInEx/config/BetterTerminal/Localization/. English is fallback. Copy template.json, translate it, and select it with CONFIG LANGUAGE CODE. Changes are dynamic.
STFO is an optional scripting plugin distributed separately. BetterTerminal works without STFO; STFO requires BetterTerminal.
BETTERTERMINAL STATUS.CONFIG RELOAD.BepInEx/LogOutput.log, mod version, command, and reproduction steps in an issue.