[137.5] Receiving too much gold and mismatch with the gold displayed in the tooltip

Pep

King
Joined
May 28, 2002
Messages
688
Location
Spain
In the image you can see I'm receiving 44 gpt, but the tooltip says I'm receiving only 15 gold. It's too much gold in the beginning of the game.
 

Attachments

  • Civ5Screen0001.jpg
    Civ5Screen0001.jpg
    133.3 KB · Views: 130
For some reason the game triple the value in :

Code:
		<Update>
			<Where Type="YIELD_GOLD" />
			<Set MinPlayer="15"
				 MinCity="0"
				 />

Changing it to 5 should fix it.

Why, what, where, when huh uh no idea so don't ask :D

VEM...\Cities\VEC_General.xml
 
I'm guessing from the 15 years/turn that you're playing on marathon and that that causes the per-civ value to be multiplied but not shown on the tooltip correctly.
 
Thanks for pointing this out, I've fixed it in v137.6. The GameSpeeds table is a little strange:
Code:
GAMESPEED_MARATHON
GoldPercent = 300

Logically this would read "we get 300% gold on Marathon." Firaxis often does things in bizzare ways. :lol:
 
So can you link the above setting ( my 1st post ) to adjust to the game speed we r playing ?
 
So 300 % gold means we get gold 300 % slower ?
Dint get it the 1st time for "some" reason ^^
 
Back
Top Bottom