User-defined Scripts
How to create a script file
You may use a text editor to create a script file following the syntax described below.
In your computer’s “My Documents” folder, you can find “My Games” folder. And under it, you will find the “Capitalism Lab\Script” subfolder. Simply save the script file you have created into this subfolder. When you run Capitalism Lab next time, it will recognize the script file.
Script File Format
A script file is a text file (.TXT file extension) which must start with the [HEADER] section.
[HEADER]
First of all, you should define the title and the description of your script, which will be displayed on the script selection menu.
Title=<1 to 35 characters>
Description=<1 to 200 characters>
MOD=<mod file name>
This instructs the game to load a specific MOD file.
Example:
MOD=MyGlobalMOD
The game will load the mod file “<Your Capitalism Lab folder>\MODs\MyGlobalMOD.RES”
If you have enabled the City Economic Simulation DLC and you want the script to enable Survival Mode, then you may add the following line:
Survival Mode=Yes
Reset All Settings=Yes
This allows you to reset all game settings prior to loading the script lines.
The following settings are available in Capitalism Lab version 12 and later:
Initial Game Speed=<0 to 5>
Set the game speed at the start of the game.
Goal Set=None
Skip the dialog box that asks the player to choose a goal set in the start of the game.
Regional Map=<map file name without file extension>
When specified, the game loads the corresponding regional map from:
C:\Users\<User name>\Documents\My Games\Capitalism Lab\MAPS
Enable DLC=<DLC name>
Disable DLC=<DLC name>
<DLC name> can be:
Subsidiary DLC
City Economic Simulation DLC
Digital Age DLC
Banking and Finance DLC
Service Industry DLC
Experimental DLC
You can add multiple lines of Enable DLC and Disable DLC in a script file.
How to use a script file

2) Select between [Pre-defined Scripts] and [User-created Scripts] by clicking on the corresponding button.
Pre-defined scripts are the scripts that come with Capitalism Lab releases.
User-created scripts are created by users, using the method described above.