Skip to content

Instantly share code, notes, and snippets.

@LXGaming
Last active December 22, 2024 22:49
Show Gist options
  • Save LXGaming/f5457fca7a7d10aed672d46b393de311 to your computer and use it in GitHub Desktop.
Save LXGaming/f5457fca7a7d10aed672d46b393de311 to your computer and use it in GitHub Desktop.
Frostpunk - Cheat / Developer Mode

Developer Mode

  1. Start the game with -devconsole launch argument (Steam Guide / Epic Games Guide)
  2. Press the Backtick (Grave Accent) to toggle console

Commands

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

Resources

Id Name
Coal Coal
Wood Wood
Steel Steel
Steam Cores Steam Cores
Raw Food Raw Food
Food Rations Food Rations
Bodies Bodies
Wooden Materials Structural Profiles
Steam Tools Steam Exchangers
Steel Plates Steel Composites

Functions

Frostpunk v1.6.1 Dump or run the following (Source):

local a={}function dump(b,c)a[b]=true;local d={}local e=0;for f in pairs(b)do e=e+1;d[e]=f end;table.sort(d)for f,g in ipairs(d)do print(c,g)g=b[g]if type(g)=="table"and not a[g]then dump(g,c.."-")end end end;dump(_G,"-")

Open ConsoleOutput.html located in the root of the game directory to view them all.

Epic Games Guide

  1. Open Library
  2. Click ... for Frostpunk
  3. Click Manage
  4. Enable Launch Options
  5. Add -devconsole to the Launch Options field

Additional Resources

This War of Mine - Cheat / Developer Mode

@LXGaming
Copy link
Author

LXGaming commented Apr 8, 2024

@Deanmartain The commands are case sensitive, please make sure you are entering them correctly, if it's still not working please provide a screenshot of the error.

Example of the commands:
ShowDebugButtonsPanel
SetResource("Coal", 1000)
SetResource("Wooden Materials", 1000)

@mammuthus
Copy link

How to increase HOPE guys? Couldn't find it in the cheat menu

@mammuthus
Copy link

Accidently found the answer:

To make hope rise (without any other consequences), open "All dilemma list" and use the dilemma in "Faith - Consequences" named "Rightful denunciation, a lying child"

@count23all
Copy link

count23all commented Nov 21, 2024

Anyone found a way to get thi sto work for the MS store/gamepass version? I treid adding command line arguements using the below powershell command, but it didnt seem to take:

Start-Process "shell:AppsFolder\11bitstudios.Frostpunk_gwy9gn5q9j1y6!App" -ArgumentList "-devconsole"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment