alknicteos
Chieftain
- Joined
- Oct 4, 2010
- Messages
- 15
Hi,
because imho the tech and civic research speed is far too fast, I play since a long time with a slower tech/civic mod. But somehow with the latest june patch the tech costs from renaissance and beyond won't be altered.
I use something like
from begin until renaissance it functions and then I get the standard tech costs ... I dont want to change the basic tech costs in the tech files ....
because imho the tech and civic research speed is far too fast, I play since a long time with a slower tech/civic mod. But somehow with the latest june patch the tech costs from renaissance and beyond won't be altered.
I use something like
Code:
...
UPDATE Technologies SET Cost = Cost*4.0 WHERE EraType = 'ERA_MEDIEVAL';
UPDATE Technologies SET Cost = Cost*4.2 WHERE EraType = 'ERA_RENAISSANCE';
....