Page 1 of 1

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

Posted: Sat Jun 14, 2025 6:02 pm
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 67 times
image2.png
image2.png (991.45 KiB) Viewed 67 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!

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

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

that should stop them, it always has for me anyway

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

Posted: Sun Jun 15, 2025 6:58 pm
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!