Jump to content

cant get it to set at 1000000 rates

Closed 2.1.0

Deathshades
Deathshades

Posted

i traying make a battle field server but i like it be 1000000 but it keeps resetting the config and not doing on server at all

 

iLakSkiL

Posted

@Deathshades

I just tested and I was able to get it to work at 1000000x gather rate.

Can you post your config file? There must be an error somewhere causing it to load a default config.

iLakSkiL

Posted

Changed Status from Pending to Work in Progress

Deathshades

Posted

{
  "Global On/Off Switches. Only set these to false if you use a separate plugin to control specific gather rates.": {
    "Modify rates for items picked off the ground (ex: server-spawned plants, tree stumps, small ore nodes)": true,
    "Modify rates for items grown in planters": true,
    "Modify rates for fishing": true,
    "Modify rates for quarries and pump jacks": true,
    "Modify rates for the Giant Excavator": true,
    "Modify rates for Dispensers (ex: ore nodes, trees, animal corpses)": true,
    "Modify rates for Resource Train Wagons": true
  },
  "Default Group Settings": {
    "Gather Rate": 1000000,
    "Fishing Modifier": 1000000,
    "Quarry & Pump Jack Rate (including public ones)": 1000000,
    "Excavator Rate": 1000000,
    "Resource Train Wagons": 1000000
  },
  "First Permission Group Settings": {
    "Group Name": "perm1",
    "Gather Rate": 1000000,
    "Fishing Modifier": 1000000,
    "Personal Quarry & Pump Jack Rate": 1000000
  },
  "Second Permission Group Settings": {
    "Group Name": "perm2",
    "Gather Rate": 1000000,
    "Fishing Modifier": 1000000,
    "Personal Quarry & Pump Jack Rate": 1000000
  },
  "Blacklists (items to gather at vanilla rates)": {
    "Harvested Items": [],
    "Pickup Items": [],
    "Planter Box Plants": [],
    "Fishing": [],
    "Quarries & Pumpjacks": [],
    "Excavator": [],
    "Train Resource Wagons": []
  }
}

iLakSkiL

Posted

@Deathshades

I just noticed that the having the rate for Resource Train Wagons will cause an overflow. Amounts in Rust cannot be more than 2,147,483,647 and wagons usually start with a number over 2,147, so when multiplied by one million, it can cause errors.

I would suggest making the train modifier no more than 10,000 to be safe.

With that setting lowered, everything worked fine for me. I was able to chop trees, hit nodes, pick plants, use excavators, etc, at a 1,000,000x rate.

Try turning down the Train Wagon number to 10,000 and see if you're still getting any errors.

iLakSkiL

Posted

Changed Status from Work in Progress to Closed

1.4m

Downloads

Total number of downloads.

6.9k

Customers

Total customers served.

102.4k

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.