QuickSmelt

Moved

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

5/5, 106 likes
  1. Yah I tried it on my server and i could get it to work im not sure the cause

    It all started when I put CharcoalMultiplier from 1 to 2



    If the furnace is switched on when the charcoal starts appearing it spawns more
     
    Last edited by a moderator: Apr 12, 2017
  2. how do i make it just use less wood but give resources back quicker

    plz help
     
  3. How do I make it so like it is smelting 1000 at the same time and it cost 1000 ore not 1 ore = 1000


    {
    "AmountsOfBecome": {
    "can_beans_empty": 15,
    "can_tuna_empty": 10,
    "chicken_raw": 1,
    "crude_oil": 3,
    "fish_raw": 1,
    "hq_metal_ore": 2,
    "humanmeat_raw": 1,
    "meat.bear.raw": 1,
    "meat.pork.raw": 1,
    "meat.wolf.raw": 1,
    "metal_ore": 2,
    "sulfur_ore": 2
    },
    "CharcoalMultiplier": 100,
    "CharcoalPercentLoss": 25,
    "CookInFurnaces": false,
    "CookTimes": {
    "can_beans_empty": 30.0,
    "can_tuna_empty": 30.0,
    "chicken_raw": 30.0,
    "crude_oil": 10.0,
    "fish_raw": 20.0,
    "hq_metal_ore": 0.01,
    "humanmeat_raw": 30.0,
    "meat.bear.raw": 30.0,
    "meat.pork.raw": 30.0,
    "meat.wolf.raw": 30.0,
    "metal_ore": 0.01,
    "sulfur_ore": 0.01
    },
    "ExpertModeEnabled": false,
    "OvenMultipliers": {
    "campfire": 1.0,
    "ceilinglight.deployed": 1.0,
    "furnace": 1.0,
    "furnace.large": 1.0,
    "jackolantern.angry": 1.0,
    "jackolantern.happy": 1.0,
    "lantern.deployed": 1.0,
    "refinery_small_deployed": 1.0,
    "small_refinery_static": 1.0,
    "tunalight.deployed": 1.0
    },
    "OvercookMeat": false,
    "UsePermissions": false,
    "WoodFuelAmount": 20.0
    }
     
  4. WoodFuelAmount
    and
    "CookTimes": {
    "can_beans_empty": ,
    "can_tuna_empty": ,
    "chicken_raw": ,
    "crude_oil": ,
    "fish_raw": ,
    "hq_metal_ore": ,
    "humanmeat_raw": ,
    "meat.bear.raw": ,
    "meat.pork.raw": ,
    "meat.wolf.raw": ,
    "metal_ore": ,
    "sulfur_ore":
    },

    Just edit the numbers with these fields a little lower
    [DOUBLEPOST=1492102933][/DOUBLEPOST]
    Im not sure but have you tried making the multiplyers higher?


    Code:
    "OvenMultipliers": {
    "campfire": 1.0,
    "ceilinglight.deployed": 1.0,
    "furnace": 1.0,
    "furnace.large": 1.0,
    "jackolantern.angry": 1.0,
    "jackolantern.happy": 1.0,
    "lantern.deployed": 1.0,
    "refinery_small_deployed": 1.0,
    "small_refinery_static": 1.0,
    "tunalight.deployed": 1.0
    },
    Ignore amounts to become

    Also if you guys want a default config file delete QuickSmelt.json in oxide/config and reload the plugin using "oxide.reload QuickSmelt" in console
     
    Last edited by a moderator: Apr 13, 2017
  5. after today update:
    Code:
    22:13 [Error] Error while compiling: QuickSmelt.cs(339,4): error CS0103: The name `InvokeHandlerEx' does not exist in the current context
     
  6. Fujikura updated QuickSmelt with a new update entry:

    3.0.2

     
  7. People on my server are really triggered because wood is being used at a rate of 1/second >_>.

    I'm having a bad time.

    Please could you advise what vanilla rates would be, and how to get a roughly 5x cfg?
     
  8. right im new to scripting on rust so what do i do i have no idea
     
  9. Change your oven multipliers back to 1.0 for vanilla wood consumption rate.

    "CookTimes":{
    "can_beans_empty":30.0,
    "can_tuna_empty":30.0,
    "chicken_raw":30.0,
    "crude_oil":10.0,
    "fish_raw":20.0,
    "hq_metal_ore":20.0, // -> change to 4.0
    "humanmeat_raw":30.0,
    "meat.bear.raw":30.0,
    "meat.pork.raw":30.0,
    "meat.wolf.raw":30.0,
    "metal_ore":10.0, // -> change to 2.0
    "sulfur_ore":5.0 // -> change to 1.0
    },



    these changes should give you 5x speed and 1/5 wood cost, which sounds like what your server wants.
     
  10. How do i get this code to work with the code i downloaded from this plugin? (Yes im new to this)
    Code:
    {
    "AmountsOfBecome": {
    "can_beans_empty": 15,
    "can_tuna_empty": 10,
    "chicken_raw": 1,
    "crude_oil": 3,
    "fish_raw": 1,
    "hq_metal_ore": 2,
    "humanmeat_raw": 1,
    "meat.bear.raw": 1,
    "meat.pork.raw": 1,
    "meat.wolf.raw": 1,
    "metal_ore": 2,
    "sulfur_ore": 2
    },
    "CharcoalMultiplier": 100,
    "CharcoalPercentLoss": 25,
    "CookInFurnaces": false,
    "CookTimes": {
    "can_beans_empty": 30.0,
    "can_tuna_empty": 30.0,
    "chicken_raw": 30.0,
    "crude_oil": 10.0,
    "fish_raw": 20.0,
    "hq_metal_ore": 0.01,
    "humanmeat_raw": 30.0,
    "meat.bear.raw": 30.0,
    "meat.pork.raw": 30.0,
    "meat.wolf.raw": 30.0,
    "metal_ore": 0.01,
    "sulfur_ore": 0.01
    },
    "ExpertModeEnabled": false,
    "OvenMultipliers": {
    "campfire": 1.0,
    "ceilinglight.deployed": 1.0,
    "furnace": 1.0,
    "furnace.large": 1.0,
    "jackolantern.angry": 1.0,
    "jackolantern.happy": 1.0,
    "lantern.deployed": 1.0,
    "refinery_small_deployed": 1.0,
    "small_refinery_static": 1.0,
    "tunalight.deployed": 1.0
    },
    "OvercookMeat": false,
    "UsePermissions": false,
    "WoodFuelAmount": 20.0
    }
     
    Last edited by a moderator: Apr 16, 2017
  11. the plugin stops working about about 4 hours or so and needs to be reset via console. Any idea why ?
     
  12. Nope. I would not know why it should act like.
     
  13. I still can't get the furnaces to go any faster. Sorry, but I've tried changing cook times as much as 0.01 and still no faster. Does someone have a config that will make the furnaces go faster? Below is my current config. I'm sure I'm missing something stupid. Thanks in advance.
    Code:
    {
      "AmountsOfBecome": {
        "can_beans_empty": 15,
        "can_tuna_empty": 10,
        "chicken_raw": 1,
        "crude_oil": 3,
        "fish_raw": 1,
        "hq_metal_ore": 2,
        "humanmeat_raw": 1,
        "meat.bear.raw": 1,
        "meat.pork.raw": 1,
        "meat.wolf.raw": 1,
        "metal_ore": 2,
        "sulfur_ore": 2
      },
      "CharcoalMultiplier": 100,
      "CharcoalPercentLoss": 25,
      "CookInFurnaces": false,
      "CookTimes": {
        "can_beans_empty": 30.0,
        "can_tuna_empty": 30.0,
        "chicken_raw": 30.0,
        "crude_oil": 10.0,
        "fish_raw": 20.0,
        "hq_metal_ore": 1.0,
        "humanmeat_raw": 30.0,
        "meat.bear.raw": 30.0,
        "meat.pork.raw": 30.0,
        "meat.wolf.raw": 30.0,
        "metal_ore": 1.0,
        "sulfur_ore": 1.0
      },
      "ExpertModeEnabled": false,
      "OvenMultipliers": {
        "campfire": 1.0,
        "ceilinglight.deployed": 1.0,
        "furnace": 1.0,
        "furnace.large": 1.0,
        "jackolantern.angry": 1.0,
        "jackolantern.happy": 1.0,
        "lantern.deployed": 1.0,
        "refinery_small_deployed": 1.0,
        "small_refinery_static": 1.0,
        "tunalight.deployed": 1.0
      },
      "OvercookMeat": false,
      "UsePermissions": false,
      "WoodFuelAmount": 20.0
    }
     
    Last edited by a moderator: Apr 16, 2017
  14. Never mind, when all else fails, read the FAQ! My answer was in the multiplier section. Changed my config and they're cooking great now. Here is the config file.
    {
    "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.deer.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": 1.0,
    "can_tuna_empty": 1.0,
    "chicken_raw": 1.0,
    "crude_oil": 0.01,
    "fish_raw": 1.0,
    "hq_metal_ore": 0.01,
    "humanmeat_raw": 1.0,
    "meat.bear.raw": 1.0,
    "meat.deer.raw": 1.0,
    "meat.pork.raw": 1.0,
    "meat.wolf.raw": 1.0,
    "metal_ore": 0.01,
    "sulfur_ore": 0.01
    },
    "ExpertModeEnabled": false,
    "OvenMultipliers": {
    "campfire": 10.0,
    "ceilinglight.deployed": 1.0,
    "furnace": 10.0,
    "furnace.large": 10.0,
    "jackolantern.angry": 1.0,
    "jackolantern.happy": 1.0,
    "lantern.deployed": 1.0,
    "refinery_small_deployed": 10.0,
    "small_refinery_static": 10.0,
    "tunalight.deployed": 1.0
    },
    "OvercookMeat": false,
    "UsePermissions": false,
    "WoodFuelAmount": 10.0
    }
     
  15. perhaps I will just delete and reinstall. it must be something in the config file I assume.
     
  16. i can't get this to work period!! i just want to change it to a nice half smelt time and nothing seems to work
     
  17. This was probably asked already, but is there a way to make it smelt instantly instead of just very quickly?
     
  18. See the post from [UHL]MULE, Today at 12:33 AM

    Just copy and paste his config file..worked for me ;-)
    [DOUBLEPOST=1492549195][/DOUBLEPOST]
    Awesome, worked for me !!