Multiply resources?
Discussion in 'Hurtworld Discussion' started by javier lechuXD, Jan 2, 2016.
-
I realized I have several servers with the loot 3x or FullLoot, how can I improve on my server?
-
Wulf Community Admin
I'd recommend taking a look in the Hurtworld Discussion or Hurtworld Requests sections for existing threads about this.
-
up, i want to learn about this too =]
-
Ok dude you ready for this
.
You will need to go download > LootConfig
Install it on your server oxide/plugins
>>> Restart server <<<
Now after you have restarted your server go into your server FTP or however you access your server files.
Go into the folder(s) oxide/config and you will need to download a file called LootConfig.json after downloading LootConfig.json then you will need to open it with VS or Notepad++. Whatever floats your boat.
You will see:
It will tell you what item you want to spawn more of. I'll tell you what you really need to know what values you to change.
Look for a(n) item like say the wood you pick up on Noob Island. So you want to go into LootConfig.json (You should already be in here by now) you want to look for "Driftwood"
Code:"Driftwood": { "RollCount": 2, "RollWithoutReplacement": true, "LootResult": null, "Children": [ { "Key": 1.0, "Value": { "RollCount": 1, "RollWithoutReplacement": true, "LootResult": null, "Children": [ { "Key": 1.0, "Value": { "RollCount": 1, "RollWithoutReplacement": true, "LootResult": { "ItemId": "Wood", "StackSize": 2, "RandomVariance": 0 }, "Children": []
"Driftwood" is the item as which it's called.
"Key" is basically spawn rate on with it will spawn over something else connected to that item BASICALLY
"StackSize" is what your looking for. Normal stack size for driftwood is value = 1 and as you can see I've changed it value = 2 so that means that when you pick up drift wood you will pickup "2" instead of "1"
"RandomVariance" this mean that its going to shoot out a random StackSize basically. Say we "3" in the value then when we pickup the driftwood we might get "3" instead of "2"
That's really all you need to change to multi your item drop (StackSize) remember "Key" is how offen you will get it.
Hope that helped you out a little bit. If you need more help you can always add me to steamHave Fun.