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!