Jump to content

???

Closed 1.2.2

rustmmopve


rustmmopve

Posted

hmm, I really don't know what to suggest 😞

rustmmopve

Posted (edited)

it still saying config file issue detected, and i done everything line by line... Check my config please, when i set throttle to 1.0 and then save it reverts back to 1.

BradleyTiers (1).json

Edited by Wozzy
Krungh Crow

Posted

you are using fractions for the item amounts in loot tables and min amount should be 1 not 0

rustmmopve

Posted

Ohh so putting a number to 0 messed it up?

Krungh Crow

Posted

well items are whole numbers (int) and not fractions (float)
i see several items to spawn as 0.6 instead of 1 or more
 

rustmmopve

Posted

see on other plugins i can do 0.5 0.6 etc so with this plugin it has to be 1 minimum

rustmmopve

Posted

does probability have to be 1 minimum as well?

rustmmopve

Posted

ok no errors now so will let  you know what happens when the bradley spawns

 

Krungh Crow

Posted

0.6 items ? you really need to work on your cfg editing skills since you obviously don't know what it all does
NO plugin uses a minimum spawn amount of 0.6 that is 1 or 2 or 300 not a fraction 
spawnchance is something else depended on the plugin can be either a 0-1 value or 0-100 value

rustmmopve

Posted

well i am new to this so that was not a nice thing to say to me... 

Krungh Crow

Posted

well we been saying this for allot of cfg mishaps so far.
try to keep in mind the int and float values (whole numbers and fractions) and watch console always when edit testing a new cfg.

rustmmopve

Posted

on raidable bases loot i have put 0.6 0.7 etc and it works fine no errors etc. So i assume every plugin is different.

rustmmopve

Posted

for probability i have done this not the item amount

Krungh Crow

Posted

on what ? fractions as spawnRATE not amount those are 2 things he prob built in a conversion when people use fractions instead of whole numbers so its rounded up as a full value.
This should not be a thing since you have to understand what a value does.
Do not compare shit others do so inexperienced users use wrong values on other plugins and ask themselves why the cfg is throwing errors

Krungh Crow

Posted

      {
        "probability": 1.0, (float so can be 0.01 to 1.0)
        "shortname": "ammo.pistol",
        "name": "",
        "skin": 0,
        "amountMin": 5,(int so rounded values 1 2 3 100 1000)
        "amount": 5 (int so rounded values 1 2 3 100 1000)
      },

 

Krungh Crow

Posted

Changed Status from Pending to Closed


1.4m

Downloads

Total number of downloads.

6.9k

Customers

Total customers served.

102.2k

Files Sold

Total number of files sold.

2m

Payments Processed

Total payments processed.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.