Re: 102.2.2RC Startting money
Reply #5 –
Q1: yes - which starting money should be chosen without timeline?
Q2: he will get 35000000, a player starting in 1970 should get 26000000.
The system works as intended (as long as no bug reports are known etc).
With this in simuconf.tab:
starting_money[0]=1930,20000000,1
starting_money[1]=2030,35000000,1
a player starting 1930 and earlier gets 200,000
.... starting 2030 or after he would get 350,000
... starting in a year in between he would get
200,000 + (350,000-200,000) * (year - 1930) / (2030-1930)
setting year=1970 gets 260,000 as above. That means, the starting money is linearly interpolated between the given values.
If there is a zero as here:
a player starting between 1930 and 2030 still gets only 200,000.