To edit the .json just download it to your PC edit it with Notepad++ and then re upload it to your server, then type "/reload LootConfig" into your chat, oxide should reload the loot table and any adjustments you made should go live
question for you guys...
So after looking over the loot table its obvious that weapons dont drop in loot at all. However i would like to add them, problem is i dont know the weapon class names and im sure they arent "Bolt Action" and such, as the classnames in the loot table appear to be very different that what you would expect ie Titranium Ore = Metal2ore, etc. Does anyone know the classnames for the guns and special bows so i could add them to the loot?
if not does anyone know if i can use the class id number? for instance if i want to summon a bolt action as admin i can type "g 7 1" as "7" is the "id number" for the bolt action rifle. can i use these id numbers in the loot table?
any help from you guys would be greatly appreciated, thanks for your time.
HWLootConfig
Moved
Total Downloads: 8,417 - First Release: Dec 19, 2015 - Last Update: Jun 27, 2016
- 5/5, 23 likes
-
ok thx but now what do I change to make it X25 resource gather?.
-
-
How can I set the GlobalStackSizeMultiplier if I can't edit the .json file?????
-
-
How do i adjust the loot and gather???
Im Confused -
Is this version still working for everyone? Mine seems to have stopped multiplying the gather rates.
Edit: Never mind, fixed it.Last edited by a moderator: Dec 26, 2015 -
Ok I have it opened now what do I change to make the server X25 gather? I know it is the GlobalStackSizeMultiplier but exactly what do I input?.
Do I change this "public float GlobalStackSizeMultiplier { get; set; } = 1;" to
"public float GlobalStackSizeMultiplier { get; set; } = 25;" ????????
Located under "public class ConfigData". -
-
Key": 1.0,
"Value": {
"RollCount": 1,
"RollWithoutReplacement": true,
"LootResult": {
"ItemId": "SmallCartWheel",
"StackSize": 1,
"RandomVariance": 0
},
"Children": []
I dont want to change the stack size or random variance. do i increase key to have it spawn more often? so if i put key = 5 would that be a 5x better chance of that tire spawning? -
What are you smoking bruh? you can't edit the .json file I have said this a hundred times, there is a .json file in the oxide/config folder but no option to edit it.
-
-
hello, thank you for this good plugin, it's fun
I wonder if we can change loot delay in radtowns or not in json file
and can we have info for the "RollWithoutReplacement" variable please?
Thx again =)Last edited by a moderator: Dec 27, 2015 -
What is the best and fastes way to get higher gather, just x2
-
Could you please clarify what the following settings do? The following is my understanding of their functions. The first item in the json config file is the GroundLog so if you'd like to follow along that is what I will use an example mostly.
Code:"GroundLog": { <----- This is the Tree Trunk on the ground you can harvest with a Axe "RollCount": 3, <----- This means it has 3 items in it's loot table "RollWithoutReplacement": true, <----- What does this mean? "LootResult": null, <------This means that there is no loot table for this specific entry, see Children entries below for the actual loot table items "Children": [ <---- This means it has a child entry below { "Key": 1.0, <------ This means there is a 100% chance to roll this loot table "Value": { "RollCount": 1, <------ This means there is 1 item in the loot table "RollWithoutReplacement": true, "LootResult": null, <---- This means that this entry doesn't have a loot table, and that it's on a child entry below "Children": [ <---- This means there is another child entry below { "Key": 1.0, <----- Again this means there is a 100% chance to roll this loot table "Value": { "RollCount": 1, <------ This means there is 1 item in the loot table "RollWithoutReplacement": true, "LootResult": { <----- This means we actually get loot now from the entries below "ItemId": "Wood", <-------This is the actual item that will result in harvesting the GroundLog "StackSize": 4, <-------- This is the amount of Wood you will receive if it passes it's loot check "RandomVariance": 6 <----- This is the additional amount of Wood you will receive if it passes it's loot check }, "Children": [] <---- This ends all other child entries associated with the GroundLog entry } } ] } },
What does RollCount do exactly because some entries have a RollCount of 1, while others like metal drops have RollCount of 99999?
What does RollWithoutReplacement do? clearly it's an on/off setting, but I'm not entirely sure what it does.
It is my goal to make specific loot drops rare, and improve loot drops on other times. I am still testing to figure out how to make this all happen though. If I could get someone to explain the config file as I have it layed out a bit to me that would mean the world to me .Last edited by a moderator: Dec 29, 2015 -
How do i add missing items like turret so i can use it with give item?
-
Hi mate;
How do I increase care chassis spawns? is that within this? or is that another plugin? thanks. -
So what do I change in the file to make all resources X10 for example?
-
@SixMillion$$Man really man? @Nogrod has been helping people here for a long time, what's with the hostility?
Did you use ftp? Do you have your permissions setup right? Are you trying to edit the file via your hosting panel?
Learn to post properly and you might earn a bit of respect.
.json files CAN be edited, and @Nogrod already told you that you can use a program like Notepad++ (excellent choice, it's what I use instead of regular notepad) to edit the file. You first have to download the lootconfig.json to your PC, make your changes, delete the old file from the server, then upload your new file. -
All anyone needed to do was say oh btw you can't edit it like this you need to do it like this but nah to fucking dumb to explain the method instead all I get is 4 fucking days of "Edit with notepad" but no explanation that oh wait you can't edit it through your panel you need to do it through say Filezilla fucking morons had to work it out myself so Ghost go fuck yourself.