Suggestion: Disable DLCs in a script

You may post your suggestions for Capitalism Lab here.
Post Reply
User avatar
Stylesjl
Mod Expert
Mod Expert
Posts: 1022
Joined: Sun Oct 29, 2023 4:01 am
Location: Sydney, Australia
Has thanked: 71 times
Been thanked: 117 times

Suggestion: Disable DLCs in a script

Post by Stylesjl »

Currently you can specify in a script if certain DLCs are required for it. It should however also be allowed to add script lines that disable DLCs, in case you want to setup a challenge or scenario that forbids certain DLCs from being used (for example disabling CES).
User avatar
David
Community and Marketing Manager at Enlight
Posts: 10964
Joined: Sat Jul 03, 2010 1:42 pm
Has thanked: 131 times
Been thanked: 406 times

Re: Suggestion: Disable DLCs in a script

Post by David »

This is supported in the next major version 11.1.

You can use the following script commands to enable and disable multiple DLCs.

[Header]
Enable DLC=<DLC>
Disable DLC=<DLC>

For example:
Enable DLC=Subsidiary DLC
Disable DLC=City Economic Simulation DLC
Disable DLC=Digital Age DLC
Post Reply