Res Mod

nightmare12nightmare12 Join Date: 2013-04-01 Member: 184578Members
Is there a mod out that would enable you to change how much T/P res you get from each extractor/harvester? If not could someone help me find a way to make this happen?

Comments

  • invTempestinvTempest Join Date: 2003-03-02 Member: 14223Members, Constellation, Squad Five Blue
    You could very easily make your own mod by modifying the following values in balance.lua.
    kPlayingTeamInitialTeamRes = 50
    kMaxTeamResources = 200
    
    kPlayerInitialIndivRes = 20
    kMaxPersonalResources = 100
    
    kResourceTowerResourceInterval = 6
    kTeamResourcePerTick = 1
    
    kPlayerResPerInterval = 0.125
    
Sign In or Register to comment.