Hash
| Latest release | 1.0.3 |
| Download | GitHub · Thunderstore |
| Requires | MelonLoader 0.7.3, Sideload 1.7.0 |
| API | Reference |
A terminal on the in-game phone. Press the console key and instead of the grey bar you get a prompt that completes commands, shows what they printed, and remembers what you typed last time.
🛟 Need help or found a bug? Get support at support.doodesch.de/hash.
What it does that the console does not
Section titled “What it does that the console does not”The vanilla console is one input field. It has no output, no help, and no memory: run give bananas 1 and nothing
visibly happens, because the reason is in a log file behind the game.
- You see what the command said. Output, warnings and errors land in the terminal, coloured.
- Tab completes. Command words and their arguments - item ids, properties, NPCs, vehicles, weather. Type
give fertand it findslong_life_fertilizer; typegive fzrand it still does. - Every row says where it came from.
brickpress Litterally v1.1.0- so a list of a thousand item ids from six mods reads as six lists. help. The game registers every command with a description and an example each, and shows them to nobody.helplists the common ones plus a map of the topics,help giveexplains one,help weathersearches.#is whatever you are looking at, so you never look an id up. Face someone andsetrelationship # 5maxes them out without knowing they arebenji_coleman;setunlocked #unlocks them.give #hand 5is five more of whatever you are holding,setowned #homebuys the property you are standing in, andteleport #itgoes to the id in the line that just printed. A#that points at nothing refuses the line instead of guessing.- Up walks what you ran before, across sessions.
Ctrl+Rsearches backwards through it. - Aliases.
alias gk "give ogkush 5". ;andrepeat.settime 1200 ; setweather clear, orrepeat 5 give ogkush 1.logsshows everything the game and every other mod logs, filtered, without alt-tabbing to a file.copyputs a line on your system clipboard, which is how an item id gets into Discord without being retyped.fontswitches between the machine’s own monospaced face and the game’s pixel one.
Ordinary commands are untouched. give ogkushseed 5 reaches the game byte for byte, and raw <line> turns the
shell off entirely for a command whose arguments contain a ; or a quote.
Requirements
Section titled “Requirements”- MelonLoader 0.7.3
- Sideload 1.7.0 or newer
Sideload is what draws the app, and on a host too old to take the phone out hash refuses to start rather than leaving you with a mod you cannot reach. The console key is the way in; a home-screen icon appears alongside it while the game’s console is switched on, and goes away when it is not.
Settings
Section titled “Settings”UserData/MelonPreferences.cfg, section Hash:
HijackConsoleKey(defaulttrue) - the console key opens hash. Turn it off and the vanilla console bar comes back, for a player who prefers it or a mod that needs it.
Your history and aliases live in UserData/Hash/. Which commands you use most is remembered per save, beside it.
Multiplayer
Section titled “Multiplayer”The console is host-only, and the game says so by doing nothing at all when a client presses the key. hash opens
anyway and says why - and help, the command reference and the search still work, because looking something up is
not the same as running it.
Credits
Section titled “Credits”The autocomplete this grew out of started as shreyas1996/Schedule_I_AutocompleteConsoleCommand. The matching, the ranking and the argument tables here are rewritten, but the idea and the first version came from that work.
License
Section titled “License”MIT.