Rust Component multiplier

Discussion in 'Plugin Requests' started by JCfromTB, Oct 6, 2017.

  1. Neither MagicLoot or LootConfig currently have the option to increase the drop rate of Scrap Metal.

    According to the latest posts in the MagicLoot topic, that plugin is spamming errors to console. For LootConfig, inquiries have been made on how to add Scrap Metal with no reply from the developer or from community developers.

    Does anyone have a simple plugin that just multiplies the drop rate of components? MagicLoot basically has it there... it's just a broken plugin currently.
    Code:
    {
      "Components": {
        "list": [
          "bleach",
          "ducttape",
          "gears",
          "glue",
          "metalblade",
          "metalpipe",
          "propanetank",
          "riflebody",
          "roadsigns",
          "rope",
          "semibody",
          "sewingkit",
          "sheetmetal",
          "smgbody",
          "metalspring",
          "sticks",
          "tarp",
          "techparts"
        ]
      },
      "Settings": {
        "Multiplier": 1,
        "MultiplierComponents": 1,
        "MultiplyOnlyComponents": false
      }
    }
     
  2. UPDATE: I installed MagicLoot and messed with the data and config files.
    Pros - I was able to multiply the component drops
    Cons - By default, the entire loot table is placed into the game. It even affects air drops.

    I would prefer if something ONLY adjusted the component drops.
     
  3. BetterLoot?
     
  4. Guys Scrap are Ressources not Components, i'm actually trying with a ressource manager
     
  5. Resource managers dont manage loot spawns, where scrap is found...
     
  6. I wonder if we can do it with Gather Manager...
     
  7. No gather manager does not edit loot tables.
     
  8. Just re-branded Scrap Multiplier to Simple Loot. Should fulfill your needs.
     
  9. You're a god among men. Thanks man, installing now!