Furnace Go Brrr (Legacy Thread)

Status
Not open for further replies.
Hi I was just wondering if it's possible to use decimal numbers on the smelting speed? From what I've noticed when set to 1 the smelt time is around 10 seconds. But in order to get the time down to 3 seconds I'd have to use 3.3333 as a smelt speed multiplier
 
Hi I was just wondering if it's possible to use decimal numbers on the smelting speed? From what I've noticed when set to 1 the smelt time is around 10 seconds. But in order to get the time down to 3 seconds I'd have to use 3.3333 as a smelt speed multiplier
It's not possible, also just so you know, a smelting speed of 3 might be normal for a small furnace, but for a large furnace, that's extremely slow. That's why you see the default config groups certain ovens together based on their default speeds. For example, the normal speed for a small furnace is 3 while for a large furnace it's 15

The speed is also influenced by how many slots the oven has and how many are occupied. So my recommendation isn't just to increase the smelting speed, but to adjust other parameters as well, like how many items are cooked per cycle, how many are produced, and how much fuel is consumed
 
Yeah this value does nothing but raise the amount being taken for smelting lmfao. I dont understand. I have it set to take 3 for smelting now and give 9, but it just takes 3 and gives 3

"Raw Item Short Name": "crude.oil",
"Units Smelted Per Cooking Cycle": 3,
"Amount Produced Per Unit Cooked": 3

Which if its calculating correctly, 1 unit is 3, so with 3 units giving 3 per unit, should be 9.
 
Also just to cover my bases, I deleted the config and loaded a new one and only adjusted the speed and it still only gives 1 lowgrade after smelting 1 crude
 
Yeah this value does nothing but raise the amount being taken for smelting lmfao. I dont understand. I have it set to take 3 for smelting now and give 9, but it just takes 3 and gives 3

"Raw Item Short Name": "crude.oil",
"Units Smelted Per Cooking Cycle": 3,
"Amount Produced Per Unit Cooked": 3

Which if its calculating correctly, 1 unit is 3, so with 3 units giving 3 per unit, should be 9.
I’ll run some tests and look into it
 
Furnace sorter is not working correctly when you add more than 1x smelting. Dont know whos fault it is but maybe worth checking? Unless you have some tips of a sorter that shows correct time. :)
 
Its working fine. I could have worded that differently. its just that i use furnace sorter from chaos and when your plugin is set to 5x stacks the time and wood from it goes wrong, as i said above it might not even be your fault, just wanted to put it out there incase there is something you can do.
 
Status
Not open for further replies.
Back
Top
This plugin uses Oxide's permission system. Grant or revoke permissions using oxide.grant and oxide.revoke. You can assign them to individual players or groups using their Steam id or group name.
Chat commands start with a /, while console commands can be entered directly in the F1 console or server console. Use find <keyword> in console to search for available commands related to the plugin.
Settings are stored in the config file found under the config/ directory. You can edit this file manually, then reload the plugin to apply your changes.
Persistent data is saved in the data/ directory. This includes things like saved settings, usage stats, or player progress depending on the plugin. Deleting a data file will reset stored progress or customizations.
Language files are located in the lang/ folder. To translate messages, copy the en.json file into your target language folder (e.g. fr, de) and edit the values. Reload the plugin after changes to apply new messages.
This section lists public methods exposed by the plugin for use in other plugins. You can call these via the CallHook method. Make sure the plugin is loaded before calling its API to avoid null reference errors.
These are custom hooks that other plugins can listen for. Simply define a method with the same name and expected parameters in your plugin to handle the event. Hooks are triggered at key moments and are useful for extending or reacting to plugin behavior.
These hooks are injected into the game's code using Harmony. They let the plugin run code at key points in the game's internal logic. You can return values to block or modify behavior. Use with caution — these are powerful and can affect core mechanics.
Cart