QuickSmelt

Moved

Total Downloads: 57,447 - First Release: May 27, 2015 - Last Update: Jun 13, 2018

5/5, 106 likes
  1. Thats what I was afraid of, it works well for non-battlefield servers but for battlefield servers theres no way to properly use the QuickSmelt plugin anymore, the old version was 100% simpler too
     
  2. Can someone help me out? i want to be able to automatically cook all the ore that someone puts in the furnace (by changing the thing so it uses all of the ore to make all of the outcome)
     

    Attached Files:

  3. Hello everybody.
    Need help, help with the code:
    How to add a default Smelting for the players and for players who have permission.?
    And one more question:
    When you delete a permission, melting remains as to restart the plugin (the server).
    Thanks in advance for your help.
     
  4. The plugin does only work that they, that either all players have unlimited access to the plugin functions and can smelt faster, or only those who have the permission, when enabled. But there are no difference setttings between.
    Until the oven was turned off next time or did run out of fuel.
    [DOUBLEPOST=1487241008][/DOUBLEPOST]
    The CookTimes can be lowered down to 0.1
     
  5. I cant change it and i dont have the file where is can change all the things
     
  6. oxide/config/QuickSmelt.json
     
  7. I have that but what does each of them do?
     
  8. ...this means?
     
  9. Finally upgraded. What would be the config to change everything to 4x smelt?
     
  10. Do the versions before the changes still work? I tried them previously and they didn't. I would really like the old method back and how fast it was to smelt in bulk, Running three battlefield servers makes it difficult with the new method. I appreciate the work you've done but it's hard at times explaining to players ;)
     
  11. thats not what im asking im asking that when they put lets say 2,465 metal ore I want it all to immediately smelt
     
  12. >>> QuickSmelt for Rust - FAQ | Oxide
     
  13. Got any error logs?
     
  14. I followed the steps as well as read the FAQ, I changed the cook times to 0.1 and the multipliers to 10.0 but it's not "instant". Did I miss interpret the instructions you wrote? Included my .json file for it maybe you see something I did or didn't do.
    Code:
    "AmountsOfBecome": {
        "can_beans_empty": 15,
        "can_tuna_empty": 10,
        "chicken_raw": 1,
        "crude_oil": 3,
        "fish_raw": 1,
        "hq_metal_ore": 1,
        "humanmeat_raw": 1,
        "meat.bear.raw": 1,
        "meat.pork.raw": 1,
        "meat.wolf.raw": 1,
        "metal_ore": 1,
        "sulfur_ore": 1
      },
      "CharcoalMultiplier": 1,
      "CharcoalPercentLoss": 25,
      "CookInFurnaces": false,
      "CookTimes": {
        "can_beans_empty": 0.1,
        "can_tuna_empty": 0.1,
        "chicken_raw": 0.1,
        "crude_oil": 0.1,
        "fish_raw": 0.1,
        "hq_metal_ore": 0.1,
        "humanmeat_raw": 0.1,
        "meat.bear.raw": 0.1,
        "meat.pork.raw": 0.1,
        "meat.wolf.raw": 0.1,
        "metal_ore": 0.1,
        "sulfur_ore": 0.1
      },
      "OvenMultipliers": {
        "campfire": 10.0,
        "ceilinglight.deployed": 10.0,
        "furnace": 10.0,
        "furnace.large": 10.0,
        "jackolantern.angry": 10.0,
        "jackolantern.happy": 10.0,
        "lantern.deployed": 10.0,
        "refinery_small_deployed": 10.0,
        "small_refinery_static": 10.0,
        "tunalight.deployed": 10.0
      },
      "OvercookMeat": false,
      "UsePermissions": false,
      "WoodFuelAmount": 10.0
    }
    Edit* Also I apologize if this was answered some where in the 40 pages of comments I skimmed threw.
     
    Last edited by a moderator: Feb 17, 2017
  15. You did it all correct :) ... And yes, its also not instant, cause not the function of the plugin, but sure many times faster...
     
  16. Okay that's what I was starting to think after I played with the values a bit. Thank you for the plugin as well as the swift answer it is greatly appreciated.