This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/python | |
# on windows, you can use cx-freeze to make an exe for this | |
import os | |
import os.path | |
import sys | |
if len(sys.argv)<3: | |
sys.stderr.write("Usage: ediff file1 file2") | |
else: |
- 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 |