I followed the instructions about writing your own script and got my script working. One setting that baffles me though is "Number of Competitors". Just for testing purpose I specified it to 1 competitor only to discover it resulted in 1 non-private company and 5 private companies. How come the amount of private companies isn't affected by "Number of Competitors" which results in having more companies then you bargained for?
To add: I tested this with "AI Private Companies Percent" enabled and disabled, it makes no difference. Running version 6.4.16.
Number of competitors
-
- Level 4 user
- Posts: 129
- Joined: Tue Nov 20, 2012 8:04 pm
- David
- Community and Marketing Manager at Enlight
- Posts: 10419
- Joined: Sat Jul 03, 2010 1:42 pm
- Has thanked: 78 times
- Been thanked: 223 times
Re: Number of competitors
I just tested it and it worked. Did you have Subsidiary DLC enabled?Hyronymus77 wrote: ↑Sat Jun 13, 2020 7:10 pm To add: I tested this with "AI Private Companies Percent" enabled and disabled, it makes no difference. Running version 6.4.16.
- Hyronymus77
- Posts: 11
- Joined: Sat Jun 13, 2020 6:11 pm
Re: Number of competitors
Yes, it is enabled as well as City Economic Simulation DLC and Digital Age DLC.David wrote: ↑Sun Jun 14, 2020 5:51 amI just tested it and it worked. Did you have Subsidiary DLC enabled?Hyronymus77 wrote: ↑Sat Jun 13, 2020 7:10 pm To add: I tested this with "AI Private Companies Percent" enabled and disabled, it makes no difference. Running version 6.4.16.
EDIT #1: I realised that submitting my actual script might be useful, see attachment.
[EDIT #2: Even this code results in 1 public company and 5 private companies as rivals:
Code: Select all
[HEADER]
Title=Test
Description=Debug testing.
[COMPETITORS]
Number of Competitors=1
// You may set the number of competitors to any number between 1 and 50.
AI Private Companies Percent=0
EDIT #4: With a slight change of settings I managed to get the number of competitors under control \o/:
Code: Select all
[HEADER]
Title=Test
Description=Debug testing.
[COMPETITORS]
Number of Competitors=1
// You may set the number of competitors to any number between 1 and 50.
[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
- David
- Community and Marketing Manager at Enlight
- Posts: 10419
- Joined: Sat Jul 03, 2010 1:42 pm
- Has thanked: 78 times
- Been thanked: 223 times
Re: Number of competitors
This bug will be fixed in the next patch.[EDIT #2: Even this code results in 1 public company and 5 private companies as rivals: