Use Training Time of MARATHON in EPIC speed

PetrusFons

Chieftain
Joined
May 31, 2021
Messages
13
Location
Italy
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:

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.
 
Punctuation is one of the most insidious enemies of the modder. Don't worry, you'll get used to it.
 
Back
Top Bottom