- Start the game with
-devconsole
launch argument (Steam Guide / Epic Games Guide) - Press the Backtick (Grave Accent) to toggle console
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 |
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 |
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.
But what about the Lua commands ? Are you fluent in Lua to know what condition to type or how is structure the command you're trying to use ? If for example the feedback of the command does not give you what to enter.
I found the commands in the memory via cheat engine but i'm quite new at manipulating memory, if you got tips on how to progress on the matter of reverse engineering (especially for this technical wall that is frostpunk), i would be grateful.
Anyway thanks for your quick responses, it's really helpful :)
Udpdate : i tested some camera commands, but either it does nothing or it crashes the game. I don't know if the game is unstable or if my input is wrong, but yep.. i got better results through cheat engine so far. Is reverse engineering really worth it to deactivate an image and the border fog ?