Skip to content

Instantly share code, notes, and snippets.

@LXGaming
Last active December 23, 2024 01:24
Show Gist options
  • Save LXGaming/55f7e3d86573c889720c9a65e36b9312 to your computer and use it in GitHub Desktop.
Save LXGaming/55f7e3d86573c889720c9a65e36b9312 to your computer and use it in GitHub Desktop.
This War of Mine - 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
Iamcheater Toggles Cheats

Cheat Keys

Key Description
I Adds items to shelter
SHIFT Toggles Game Speed

Functions

This War of Mine v6.0.0 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 This War of Mine
  3. Click Manage
  4. Enable Launch Options
  5. Add -devconsole to the Launch Options field

Additional Resources

Frostpunk - Cheat / Developer Mode

@LXGaming
Copy link
Author

20241223113052_1
Dev Console in Main Menu
20241223113313_1
Dev Console in Game
20241223113318_1
Profit?!

@LXGaming
Copy link
Author

Once cheats have been enabled you can close the console. When in game press the I key on your keyboard to add items to your shelter / inventory. Make sure you don't have any menus open such as character, console or inventory as it won't work.

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