Jump to content

Not Smelting Properly

Not a Bug 2.5.7

dustyhansen
dustyhansen

Posted

Sorry to bother again...but I can't get this to work correctly.

I am trying to set it up so that it splits the stacks and pulls the fuel and all that, but the smelt rates remain vanilla.

When I smelt 500 metal ore on a vanilla server, it produces 85 charcoal and takes about 190 seconds.

Your plugin causes the same 500 ore to make 34 charcoal, a 40% reduction.

When I set "Delays Smelting by a Factor 0-25 (Used to reduce speeds below vanilla)" to the default of 2 that it came with, it smelts in 54 seconds, about 3.5x faster than vanilla. 

I tried changing this to 1 and it got faster, so I changed it to 5 and it slowed down some, but when I went to 10 it got faster again.

What do I need to set this thing up at to get vanilla smelting and charcoal and fuel rates?

shady14u

Posted

You won’t match vanilla 1-1 as vanilla uses temps and different rates for materials. The main knobs you want to look at are the smelting tick rate in seconds this is how long a tick takes to run. Then if you add a delay of 5 it would take 5 ticks to produce an output. You can adjust charcoal amounts with the modifier currently it’s 1 charcoal per 1 wood. If you set to 3 you would get 3 charcoal per wood etc. if you don’t want to edit smelting rates at all you can set use quicksmelt to true and just get the splitting functions. 
 

hope this helps

shady14u

Posted

Changed Status from Pending to Not a Bug

dustyhansen

Posted

42 minutes ago, shady14u said:

You won’t match vanilla 1-1 as vanilla uses temps and different rates for materials. The main knobs you want to look at are the smelting tick rate in seconds this is how long a tick takes to run. Then if you add a delay of 5 it would take 5 ticks to produce an output. You can adjust charcoal amounts with the modifier currently it’s 1 charcoal per 1 wood. If you set to 3 you would get 3 charcoal per wood etc. if you don’t want to edit smelting rates at all you can set use quicksmelt to true and just get the splitting functions. 
 

hope this helps

Sorry, this doesn't help at all.

I have spent hours now adjusting all of these settings and nothing is working as expected.

I have increased smelting speed, increased the delay and it gets faster.

I have increased the charcoal output and it gives less charcoal and uses less wood.

I turn off Quick Smelt and it doesn't pull the fuel from your inventory anymore.

dustyhansen

Posted

Plus it is spamming this in console, even though the plugin is not even loaded anymore.

[Simple Splitter] Input string was not in a correct format.
[Simple Splitter] Input string was not in a correct format.
[Simple Splitter] Input string was not in a correct format.
[Simple Splitter] Input string was not in a correct format.
[Simple Splitter] Input string was not in a correct format.
[Simple Splitter] Input string was not in a correct format.
[Simple Splitter] Input string was not in a correct format.
[Simple Splitter] Input string was not in a correct format.
[Simple Splitter] Input string was not in a correct format.
[Simple Splitter] Input string was not in a correct format.
[Simple Splitter] Input string was not in a correct format.

 

shady14u

Posted

what does your config look like.. I am thinking you have an error in the config

 

shady14u

Posted

this number must be a whole number 
"Fuel * This = Additional Charcoal per Tick": 2.5,

set it to 2 or 3 

dustyhansen

Posted

16 minutes ago, shady14u said:

this number must be a whole number 
"Fuel * This = Additional Charcoal per Tick": 2.5,

set it to 2 or 3 

I am still getting the error and unexpected results.

Here is my new config and 500 metal ore now smelts in less than 20 seconds:

{
  "Compatible Ovens": [
    "bbq.deployed",
    "bbq.static",
    "campfire",
    "campfire.static",
    "cursedcauldron.deployed",
    "fireplace.deployed",
    "furnace",
    "furnace.large",
    "furnace.static",
    "furnace_static",
    "hobobarrel_static",
    "hobobarrel.deployed",
    "refinery_small_deployed",
    "small_refinery_static",
    "skull_fire_pit",
    "electricfurnace.deployed",
    "legacy_furnace"
  ],
  "Oven charcoal Overrides - Higher the number the less often charcoal is made": {},
  "Oven Smelting Overrides": {},
  "Auto Start Ovens on Deploy or restarts": false,
  "Fuel * This = Additional Charcoal per Tick": 3.0,
  "Delays Smelting by a Factor 0-25 (Used to reduce speeds below vanilla)": 5,
  "Disable Multi Fuel Speed Bonus": true,
  "Enable Charcoal Creation in Electric Furnace": true,
  "Enable Composters - Splitting items into Composters": true,
  "Enable QuickSmelt - Smelting of multiple slots at once": true,
  "Fuel Burned Per Tick": 1,
  "Ignore Stack Limit In Smelted Output Slots": false,
  "Max Smelt slots at once": 5,
  "Max Ore Smelted Per Tick": 3,
  "Require Ore In Electric Oven For Charcoal": true,
  "Number of seconds to delay after reload (5 default)": 5.0,
  "Smelting Speed (Time Between Ticks 0.5 Default)": 1.75
}

 

Before I made any changes today, this configuration took 54 seconds to smelt:

{
  "Compatible Ovens": [
    "bbq.deployed",
    "bbq.static",
    "campfire",
    "campfire.static",
    "cursedcauldron.deployed",
    "fireplace.deployed",
    "furnace",
    "furnace.large",
    "furnace.static",
    "furnace_static",
    "hobobarrel_static",
    "hobobarrel.deployed",
    "refinery_small_deployed",
    "small_refinery_static",
    "skull_fire_pit",
    "electricfurnace.deployed",
    "legacy_furnace"
  ],
  "Oven charcoal Overrides - Higher the number the less often charcoal is made": {},
  "Oven Smelting Overrides": {},
  "Auto Start Ovens on Deploy or restarts": false,
  "Fuel * This = Additional Charcoal per Tick": 1.0,
  "Delays Smelting by a Factor 0-25 (Used to reduce speeds below vanilla)": 2,
  "Disable Multi Fuel Speed Bonus": true,
  "Enable Charcoal Creation in Electric Furnace": true,
  "Enable Composters - Splitting items into Composters": true,
  "Enable QuickSmelt - Smelting of multiple slots at once": true,
  "Fuel Burned Per Tick": 1,
  "Ignore Stack Limit In Smelted Output Slots": false,
  "Max Smelt slots at once": 5,
  "Max Ore Smelted Per Tick": 3,
  "Require Ore In Electric Oven For Charcoal": true,
  "Number of seconds to delay after reload (5 default)": 5.0,
  "Smelting Speed (Time Between Ticks 0.5 Default)": .5
}

 

Doesn't make any sense.

dustyhansen

Posted

It seems to still have an affect on rates even when unloaded. And the error still shows. I don't think this fully unloads?

dustyhansen

Posted

On server restart I got completely different numbers.

Started playing with the numbers again and the smelting rates started getting crazy. 

Unloaded it and now it is still affecting smelting. So I have to restart the server again.

This plugin is messed up. 

 

1.6m

Downloads

Total number of downloads.

7.7k

Customers

Total customers served.

115.3k

Files Sold

Total number of files sold.

2.3m

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.