Re: Changing Cash Reserves
Yep, in Missions.rte/activities.ini, under
Code:
AddActivity = GABaseDefense
is
Code:
FundsOfTeam1 = 5000
FundsOfTeam2 = 5000
These values changes the starting cash values for teams 1 and 2, respectively.
There's also a way to change this from the Lua console. (~ or ?)
TheLastBanana wrote:
Code:
ActivityMan:GetActivity():SetTeamFunds([amount of money],[put team number here (0 for red, 1 for green])