Question about harvest multiplier - Resolved

Get assistance with hosting your own ARK server here.
Post Reply
Arkman
Posts: 1
Joined: Thu Jul 23, 2015 5:47 pm

Question about harvest multiplier - Resolved

Post by Arkman » 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.

* 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)

Sepulchre
Posts: 1
Joined: Wed Jul 29, 2015 2:06 pm

Re: Question about harvest multiplier - Resolved

Post by Sepulchre » Wed Jul 29, 2015 2:09 pm

I have not had success using those lines for specific resources, perhaps I'm doing it wrong?

Nevermind I fixed it!

Post Reply