Impaler[WrG]
Civ4:Col UI programmer
Civ 3 used UU to trigger its golen ages, and we all love golden ages so what do people think of a mod that could trigger a golden age assosiated with Unique Units?
The question is adsactly what it should trigger off of, if its combat victory then India will be screwed, if its just Building the first instance of the UU then the Inca and Indians will likly get their golden ages in the first few turns of the game which sucks because you get almost nothing out of it at that point. Perhaps a different trigger would better like have a total of 3 of the Units so the player has a bit more control over when they spring it and it requires a bit more effort to actualy trigger it.
As far as implementation goes I imagine a little python script will fire off after onUnitProduced, it will check a boolean that gets flipped once you have had your UU golden age. If you haven't had it yet it checks if the Unit was the UU for the Civ your playing. If it is it counts up how many of them you currently have (its counting currently active alive units not just each time you built one). If its high enough the Golden Age begins and the boolean is set to keep you at one such GA per game.
Dose this sound like a mod people would like to play?
The question is adsactly what it should trigger off of, if its combat victory then India will be screwed, if its just Building the first instance of the UU then the Inca and Indians will likly get their golden ages in the first few turns of the game which sucks because you get almost nothing out of it at that point. Perhaps a different trigger would better like have a total of 3 of the Units so the player has a bit more control over when they spring it and it requires a bit more effort to actualy trigger it.
As far as implementation goes I imagine a little python script will fire off after onUnitProduced, it will check a boolean that gets flipped once you have had your UU golden age. If you haven't had it yet it checks if the Unit was the UU for the Civ your playing. If it is it counts up how many of them you currently have (its counting currently active alive units not just each time you built one). If its high enough the Golden Age begins and the boolean is set to keep you at one such GA per game.
Dose this sound like a mod people would like to play?