Can't create a single company game with digital age DLC
Posted: Sat Jun 14, 2025 6:02 pm
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.
I also tried the script with the following setting.
But the game still generate two AI companies no matter what
My game version is 11.0.74, platform is macOS with porting kit.
Thanks!
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.
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
Thanks!