PetrusFons
Chieftain
Greetings,
i'm trying to change the GameSpeedChange.sql in Vox Populi in order to have the same training time that i have in MARATHON but in EPIC speed.
Looking at the CIV5GameSpeeds.xml i see that the TrainPercent should be 300.
So add the row TrainPercent = 300 in the GameSpeedChange.sql:
Anyway i didn't notice any difference, it this the way to do this or i'm doing it wrong?
Thanks.
Best regards.
i'm trying to change the GameSpeedChange.sql in Vox Populi in order to have the same training time that i have in MARATHON but in EPIC speed.
Looking at the CIV5GameSpeeds.xml i see that the TrainPercent should be 300.
So add the row TrainPercent = 300 in the GameSpeedChange.sql:
UPDATE GameSpeeds
SET
TechCostPerTurnMultiplier = 45,
MinimumVoluntaryVassalTurns = 15,
MinimumVassalTurns = 75,
NumTurnsBetweenVassals = 45,
MinimumVassalLiberateTurns = 75,
MinimumVassalTaxTurns = 37,
DealDuration = 70,
InstantYieldPercent = 150,
DifficultyBonusPercent = 115,
SpyRatePercent = 150,
ResearchPercent = 150,
StartingHappiness = 1,
GoldenAgePercent = 150
TrainPercent = 300 <------
WHERE Type = 'GAMESPEED_EPIC';
Anyway i didn't notice any difference, it this the way to do this or i'm doing it wrong?
Thanks.
Best regards.