# This file contains commands that are run at specific dates if copied to your user directory. Editing the file directly in its current location has no effect. # The user directory is typically located at "C:/username/Documents/Paradox Interactive/Stellaris/" on Windows, "~/.local/share/Paradox Interactive/Stellaris/" on Linux and "/Users/username/Documents/Paradox Interactive/Stellaris/" on Mac OS X. # If you load a save game that has already passed the given date, the command will not be run. # The order of lines does not matter. # This tool is not available during Ironman games or in Multiplayer. # All conditions that normally apply for console commands apply here as well. # Once the date is reached, the given command is run and output to the in-game console # An example would be if you want to look at the AI play the game for 100 years at max speed then pause the game, you would write: 2200.01.01 = "observe" 2200.01.01 = "game_speed 4" 2300.01.01 = "game_paused"