Question about harvest multiplier - Resolved
Posted: Thu Jul 23, 2015 6:01 pm
Hi All.
I just set up my own little private server.
I see that i can adjust the amount of harvest done my players by changing the value set in HarvestAmountMultiplier in the config file DefaultGameUserSettings.
But this just changes the overall harvest done by the players.
Is there a way to adjust the multiplier for each resources?
If i need a mod to do it could you point me in the right direction?
Wiki, guids, tools needed etc.
Modding is not new to me, this game is though.
Edit:
As of patch 1.89.0 its possible to do this in the configs.
I just set up my own little private server.
I see that i can adjust the amount of harvest done my players by changing the value set in HarvestAmountMultiplier in the config file DefaultGameUserSettings.
But this just changes the overall harvest done by the players.
Is there a way to adjust the multiplier for each resources?
If i need a mod to do it could you point me in the right direction?
Wiki, guids, tools needed etc.
Modding is not new to me, this game is though.
Edit:
As of patch 1.89.0 its possible to do this in the configs.
* Custom servers INI can now scale on a per-resource type basis the amount of resources harvested. In your server's Game.ini, for example:
[/script/shootergame.shootergamemode]
HarvestResourceItemAmountClassMultipliers=(ClassName="PrimalItemResource_Thatch_C",Multiplier=2.0)
HarvestResourceItemAmountClassMultipliers=(ClassName="PrimalItemResource_Stone_C",Multiplier=4.0)