[GS] Faster Trade

NameArleadyUsed

Chieftain
Joined
Mar 12, 2016
Messages
99
Location
Europe, Earth, Solar System
I would like to see a mod that either:
  • changes trade routes so only 1 trip is taken, or
  • allows trades to travel with more than one tile per turn (i.e.: use actual value from Units table).
 
The simplest way would be to change the minimum number of turns that a draderoute has to last. By default it is 20, which means that if one back and forth route takes 6 turns, the trader would have to make 4 total trips (24 turns) so the duration is at least 20 turns. You can easily change that number to something like 10, so a route that takes 6 turns would only have to run twice before it is complete. The code for that would look something like this:

<GlobalParameters>
<Update><Where Name="TRADE_ROUTE_TURN_DURATION_BASE"/><Set Value="10"/></Update>
</GlobalParameters>
 
Top Bottom