Can't create a single company game with digital age DLC

Technical support requests for Capitalism Lab
Post Reply
anderwei
Posts: 2
Joined: Sat Jun 14, 2025 5:40 pm

Can't create a single company game with digital age DLC

Post by anderwei »

Hi!

I try to create a game which only have single company.
Without enabling the Digital Age DLC, everything works as expected.

But when I enable the Digital Age DLC, even when I set the "Max AI Software and Internet Companies" to "None", it still create two AI companies ( OS and telecom )
The "Number of Competitors" option is also set to 0.
image.png
image.png (383 KiB) Viewed 58 times
image2.png
image2.png (991.45 KiB) Viewed 58 times
I also tried the script with the following setting.
But the game still generate two AI companies no matter what

Code: Select all

[HEADER]
Title=Disable All digital companies
Description=Disable All digital companies

//------------------------------------------------------------------------------------------------//

[DIGITAL AGE DLC]
Max AI software and Internet companies = None
Max AI software companies = 0
Max AI OS companies = 0
Max AI Internet companies = 0
My game version is 11.0.74, platform is macOS with porting kit.

Thanks!
User avatar
cantdownloadit
Community Contributor
Community Contributor
Posts: 1056
Joined: Sat Aug 30, 2014 12:14 pm
Has thanked: 13 times
Been thanked: 30 times

Re: Can't create a single company game with digital age DLC

Post by cantdownloadit »

try
Disable AI Digital Companies=Yes

that should stop them, it always has for me anyway
anderwei
Posts: 2
Joined: Sat Jun 14, 2025 5:40 pm

Re: Can't create a single company game with digital age DLC

Post by anderwei »

cantdownloadit wrote: Sun Jun 15, 2025 8:14 am try
Disable AI Digital Companies=Yes

that should stop them, it always has for me anyway
It works like a charm!

Thanks!
Post Reply