run Console Command
Documentation and examples for the run command in Crusader Kings III.
run
This command executes the commands in the specified file. The txt file must be placed in Documents/Paradox Interactive/Crusader Kings III/run.
| Parameter | Description |
|---|---|
FilenameTextrequired | The name of the file that you wish to run. It must be a `txt` file. |
Command builder
Fill in the parameters to build a ready-to-paste run command.
Examples
Here is an example of how to use run.
This command runs all the commands in the file `example.txt`.
Overview
The run command allows the game's engine to execute a sequence of commands from a file.
This command has the ability to streamline gameplay by executing multiple actions at once without having to manually enter each command individually.
When you issue a command like run filename.txt, what you're telling the game to do is to read a text file named filename.txt that contains a list of instructions, or commands, to carry out in the game.
The text file must be located in the specific path, the Documents/Paradox Interactive/Crusader Kings III/run folder on your computer.
Each line in the text file should contain a valid command for the game. The game will then execute each of these commands in sequence, as though you had entered them manually one by one.
This can save a lot of time for tasks you find yourself doing regularly, or for complex series of commands you want to execute without the risk of making a mistake by typing them manually.