When User defined scripts were introduced I asked for the ability to say lock 5 cities and then every 5 years one of the 5 cities gets unlocked until all are unlocked.
So that its essentially as new markets are opened up as the game advances. Can this be added please.
Not tied to goals or challenge games.Just be able to say have X number of cities locked and a city is unlocked every X number of years.
It is locked from AI and the player not just the player.
Unlock cities every 5 years
-
- Level 3 user
- Posts: 72
- Joined: Mon Dec 09, 2024 11:31 am
- Has thanked: 2 times
- Been thanked: 5 times
- Stylesjl
- Mod Expert
- Posts: 903
- Joined: Sun Oct 29, 2023 4:01 am
- Location: Sydney, Australia
- Has thanked: 63 times
- Been thanked: 90 times
Re: Unlock cities every 5 years
I do like the idea of locking cities away from the AI rather than just the human players. I think it should be added as a feature.
Also, it is actually possible to unlock a city after a certain number of years. Here is a script that does this. I tested it and it worked.
The following lines do this:
[SUBGOAL VALUES]
Number of Game Years Played=X
[SUBGOAL REWARDS]
Unlock city=Y
Also, it is actually possible to unlock a city after a certain number of years. Here is a script that does this. I tested it and it worked.
The following lines do this:
[SUBGOAL VALUES]
Number of Game Years Played=X
[SUBGOAL REWARDS]
Unlock city=Y
Code: Select all
[HEADER]
Title=City Test
Description=Unlock the city
Survival Mode=No
Reset All Settings=Yes
[ENVIRONMENT]
Number of Cities=2
Your Start-up Capital=Moderate
Random Events=Occasional
Game Starting Year=1990
Retail Store Type=Many
Technology Disruption=On
Stock Market=Yes
Alternative Stock Sim=Yes
Boom-Bust Cycle Volatility=Moderate
Macro Economy Realism=High
Inflation=Inverse
Inflation Strength=Normal
[CITIES]
City=Sydney
City=Tokyo
Locked=yes
[SUBGOAL]
Goal Title=Expand to Tokyo
Goal Description=Wait a year
Goal Achieved Text=Tokyo is unlocked
[SUBGOAL VALUES]
Number of Game Years Played=1
[SUBGOAL REWARDS]
Unlock city=Tokyo
-
- Level 3 user
- Posts: 72
- Joined: Mon Dec 09, 2024 11:31 am
- Has thanked: 2 times
- Been thanked: 5 times
Re: Unlock cities every 5 years
^ what the above script it locks it away from human player but let AI have market and then make it available to human player?
A way to make the city that is locked random rather then specifically define it?
Also I hate the goal system the gamimifcation. I just want number of cities locked=X a cities unlock=X years.
A way to make the city that is locked random rather then specifically define it?
Also I hate the goal system the gamimifcation. I just want number of cities locked=X a cities unlock=X years.