@mspeedie Yeah I have it added in mine but its not working. Here's my JSON:
{
"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": true,
"CookTimes": {
"can_beans_empty": 1.0,
"can_tuna_empty": 1.0,
"chicken_raw": 1.0,
"crude_oil": 1.0,
"fish_raw": 1.0,
"hq_metal_ore": 1.0,
"humanmeat_raw": 1.0,
"meat.bear.raw": 1.0,
"meat.pork.raw": 1.0,
"meat.wolf.raw": 1.0,
"metal_ore": 1.0,
"sulfur_ore": 1.0
},
"ExpertModeEnabled": false,
"OvenMultipliers": {
"bbq": 1.0,
"campfire": 1.0,
"furnace": 1.0,
"furnace.large": 1.0,
"hobobarrel_static": 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": 10.0
}

QuickSmelt
Can Increase the speed of all BaseOven types
Total Downloads: 57,391 - First Release: May 27, 2015 - Last Update: Jun 13, 2018
- 5/5, 106 likes
-
I will load that up on my lan server once I get home and see how it behaves.
You did:
o.reload QuickSmelt
Correct? -
-
How did that work for you?
-
-
-
Hi Fuji! New stone fireplace needs added in. Thanks!
-
I tested on my server with QuickSmelt, NoFuel and NightLanterns and it did not consume fuel, turned on and cooked chicken.Last edited by a moderator: Dec 17, 2017 -
Fujikura updated QuickSmelt with a new update entry:
3.1.0
-
-
You can totally adjust that with the json, adjust the CookTimes and OvenMultipliers. Setting CookTimes smaller and OvenMultipliers higher will change the speed. I know one server has them to 0.1 and 10 respectively and it is blinding fast.
-
Hi, So I'm really new to running a server and managing server mods but, but I'm having trouble understanding how to edit this mod. My goal is to have everything cook 50% faster than vanilla with max at or near 1-1 wood-charcoal. Is there a specific way to change values in rustadmin like with gather manager or do I need to change the file values exactly. Any help would be appreciated
-
Charcoal controls:
Code:"CharcoalMultiplier": 1, "CharcoalPercentLoss": 25,
Code:"OvenMultipliers": {
-
Hello, the bbq on my server don't cook any meat? Is this plugin can block this?
-
Is it possible to disable cooking of resources in campfires?
-
-
Lol, that makes sense
-
09:01 [Error] Failed to initialize plugin 'QuickSmelt v3.1.0' (NullReferenceException: Object reference not set to an instance of an object)
at Oxide.Core.Configuration.DynamicConfigFile.get_Item (System.String key) [0x00000] in <filename unknown>:0
at Oxide.Plugins.QuickSmelt.GetConfig[Boolean] (System.String name, Boolean value) [0x00000] in <filename unknown>:0
at Oxide.Plugins.QuickSmelt.LoadDefaultConfig () [0x00000] in <filename unknown>:0
at Oxide.Plugins.QuickSmelt.Init () [0x00000] in <filename unknown>:0
at Oxide.Plugins.QuickSmelt.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0
at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00000] in <filename unknown>:0
at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0
at Oxide.Core.Plugins.CSPlugin.HandleAddedToManager (Oxide.Core.Plugins.PluginManager manager) [0x00000] in <filename unknown>:0
Edit: Nevermind, empty config. -
Im sorry i sound very stupid, but i'm having issues with doubling the furnace cooking rates, i want everything to be normal apart from the charcoal amounts, and the ore rates, what would i have to enable/edit to get that done? Ive tried everything.
-
{
"AmountsOfBecome": {
"can_beans_empty": 15,
"can_tuna_empty": 10,
"chicken_raw": 1,
"crude_oil": 3,
"fish_raw": 2,
"hq_metal_ore": 2,
"humanmeat_raw": 2,
"meat.bear.raw": 2,
"meat.deer.raw": 2,
"meat.pork.raw": 2,
"meat.wolf.raw": 2,
"metal_ore": 2,
"sulfur_ore": 2
},
"CharcoalMultiplier": 1,
"CharcoalPercentLoss": 25,
"CookInFurnaces": false,
"CookTimes": 2.0 {
"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,
"humanmeat_raw": 30.0,
"meat.bear.raw": 30.0,
"meat.deer.raw": 30.0,
"meat.pork.raw": 30.0,
"meat.wolf.raw": 30.0,
"metal_ore": 5.0,
"sulfur_ore": 5.0
},
"ExpertModeEnabled": false,
"OvenMultipliers": {
"bbq.deployed": 2.0,
"campfire": 2.0,
"fireplace.deployed": 2.0,
"furnace": 2.0,
"furnace.large": 2.0,
"hobobarrel_static": 2.0,
"jackolantern.angry": 2.0,
"jackolantern.happy": 2.0,
"refinery_small_deployed": 2.0,
"skull_fire_pit": 2.0,
"small_refinery_static": 2.0
},
"OvercookMeat": false,
"UsePermissions": false,
"WoodFuelAmount": 2.0
}