Console Autocomplete 0.1.0
MelonLoader mod for Schedule I — live console autocomplete.
Install
- Download ConsoleAutocomplete - v0.1.0.zip from this release
- Copy
Plugins/andMods/into your Schedule I folder - Launch the game (loader picks IL2CPP vs Mono)
- Open the console and type — panel appears under the input bar
Thunderstore users: prefer Hiemdallh-ConsoleAutocomplete-0.1.0.zip or the Thunderstore package once published.
First public release. Dual MelonLoader backend (IL2CPP + Mono) with a small loader plugin.
Added
- Live console autocomplete while typing (command words and arguments)
- Gray ghost text for the current selection; Tab to apply
- Up / Down moves through suggestions (vanilla history when the panel is closed)
- Structure helper under the console bar (
give <item> [quantity], etc.) - Suggestion rows show source labels (
— Vanilla,— Legal Produce v…,— CommandProbe v…) - Argument providers for common commands (
give,spawnvehicle,packageproduct, teleports, NPCs, weather, enums, …) - Per-save usage ranking stored under
{save}/Modded/ConsoleAutocomplete/usage_stats.json - Mod item attribution via
Registry.AddToRegistrystack walk (e.g. Legal Produce crops)
Fixed
- IL2CPP command indexing (
Console.Commandsproperty + list enumeration) - Overlay was drawing above the top console bar (off-screen); panel now hangs below the input
- Packaging suggestions for
packageproducton IL2CPP (type filter + jar/baggie fallback) - TMP Up-arrow jumping the caret while suggestions are open
How to use (players)
- Install MelonLoader 0.7.2+ (0.7.3 recommended) for Schedule I
- Copy from the release zip into your game folder:
Plugins/ConsoleAutocomplete.Loader.dllMods/ConsoleAutocomplete.IL2CPP.dllMods/ConsoleAutocomplete.dll(Mono branch; optional if you only play IL2CPP)
- Launch the game — the loader enables the matching DLL and disables the other
- Open the developer console and start typing (e.g.
give tom,spawnvehicle,acprobe)
Expected behavior
- A dark panel appears under the console bar with structure text, source line, and up to 8 suggestions
- Tab completes the highlighted row; typed Legal Produce / mix item IDs appear once they exist in the registry
Notes
- Debug builds log
[ConsoleAutocomplete] [dbg]lines; Release is quieter - Does not index S1API-only commands that never enter native
Console.Commands