- Start the game with
-devconsolelaunch argument (Steam Guide / Epic Games Guide) - Press the Backtick (Grave Accent) to toggle console
| Command | Description |
|---|---|
| Iamcheater | Toggles Cheats |
-devconsole launch argument (Steam Guide / Epic Games Guide)| Command | Description |
|---|---|
| Iamcheater | Toggles Cheats |
| - .get | |
| -- NULL_ENTITY_MULTIPLAYER_ID | |
| -- STATE_UPDATE_LAG_S | |
| -- gKosovoDiary | |
| -- gKosovoFieldOfVision | |
| -- gKosovoGlobalState | |
| -- gKosovoHeritageManager | |
| -- gKosovoScene | |
| -- gKosovoTotemManager | |
| -- gUIProperties |
| (negate) { | |
| # Set the initial values | |
| vars {args[0]} false | |
| vars {args[1]} true | |
| # On match invert the values | |
| vars @{args[0]} {args[0]} true | |
| vars @{args[0]} {args[1]} false | |
| # Create the inverse matcher |
| .get | |
| - gAnalyticsSystem | |
| - gFrostpunkGame | |
| .set | |
| - gAnalyticsSystem | |
| - gFrostpunkGame | |
| ACTIVATESCENEPARAMSETFLAG_KILLOVERRIDEMODEIFANY | |
| ACTIVATESCENEPARAMSETFLAG_OVERRIDEMODE | |
| ACTIVATESCENEPARAMSETFLAG_RESET | |
| AddLabel |
| Windows Components -> News and interests | |
| - Enable news and interests on the taskbar: Enabled | |
| Windows Components -> Search | |
| - Allow Cortana: Disabled | |
| - Do not allow web search: Enabled | |
| - Don't search the web or disable web results in Search: Enabled | |
| Network -> DNS Client | |
| - Turn off smart multi-homed name resolution: Enabled |
| /* | |
| * Copyright 2021 Alex Thomson | |
| * | |
| * Licensed under the Apache License, Version 2.0 (the "License"); | |
| * you may not use this file except in compliance with the License. | |
| * You may obtain a copy of the License at | |
| * | |
| * http://www.apache.org/licenses/LICENSE-2.0 | |
| * | |
| * Unless required by applicable law or agreed to in writing, software |
| $DefaultPackage = "" | |
| $DefaultVersion = "" | |
| class Runtime { | |
| [System.IO.FileInfo] $Executable | |
| [System.IO.DirectoryInfo] $Directory | |
| [string] $Package | |
| [Version] $Version | |
| Runtime([System.IO.FileInfo] $Executable) { |
| Search: https://api.modpacks.ch/public/modpack/search/8?term=${searchTerm} | |
| Get: https://api.modpacks.ch/public/modpack/${packID} | |
| Popular Installs: https://api.modpacks.ch/public/modpack/popular/installs/12 | |
| Popular Plays: https://api.modpacks.ch/public/modpack/popular/plays/12 | |
| Featured Packs: https://api.modpacks.ch/public/modpack/featured/5 | |
| Changelog: https://api.modpacks.ch/public/modpack/${packID}/${versionID}/changelog | |
| Get Pack Manifest: https://api.modpacks.ch/public/modpack/${packID} | |
| Get Pack Version Manifest: https://api.modpacks.ch/public/modpack/${packID}/${Version} | |
| Server Download: | |
| - Windows: https://api.modpacks.ch/public/modpack/${packID}/${versionID}/server/windows |
| @ECHO OFF | |
| SET JDK= | |
| IF NOT EXIST "%JDK%" ( | |
| ECHO No JDK found. | |
| EXIT /B | |
| ) | |
| SET JAVA_EXE=%JDK%\bin\java.exe |
-devconsole launch argument (Steam Guide / Epic Games Guide)| Command | Description |
|---|---|
| SetGameTime(Day) | Changes the day |
| SetResource("Id", Amount) | Changes the resource amount. Quotes are required for the resource id |
| ShowDebugButtonsPanel | Cheats / Debugging buttons |