Hi,
I like to change the length of the field in the diplomatic gold trade and gold per turn trade. I changed in the DiploTrade.xml the editbox maxlength from 4 to 8.
I did this also for the gold per turn.
I tested it but it didn't change.
Also I would like to change the turn per gold to send money more then you earn. If you would earn on that moment 1 or 2 gold that turn you only can send 1 or 2 gold max even if you have 60 or 70g. I would like to change that so you can plan ahead.
With regards,
Ralph
I like to change the length of the field in the diplomatic gold trade and gold per turn trade. I changed in the DiploTrade.xml the editbox maxlength from 4 to 8.
Code:
<EditBox EditMode="1" Size="36,16" Anchor="C,C" Font="TwCenMT14" NumberInput="1" [COLOR="Red"]MaxLength="8"[/COLOR] ID="UsGoldAmount" />
I did this also for the gold per turn.
I tested it but it didn't change.
Also I would like to change the turn per gold to send money more then you earn. If you would earn on that moment 1 or 2 gold that turn you only can send 1 or 2 gold max even if you have 60 or 70g. I would like to change that so you can plan ahead.
With regards,
Ralph