QuickSmelt

Moved

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

5/5, 106 likes
  1. Ok good thanks. i wasnt sure if it was normal after i restarted my server.
     
  2. You can add multiple groups? For example in group 1 furnace 2 times faster, and in group 2 - 4 times faster.
     
  3. Wulf

    Wulf Community Admin

    That's possible for a future version maybe.
     
  4. i have a rust server and everything is 25000x but smelting is so slow i wanted to use this mod to speed it up but i have no clue how can someone help me on skype or just write back my skype is Spyder_2003 thanks
     
  5. Wulf

    Wulf Community Admin

    25000 seems a bit excessive... could you show me your config please? All that is involved is changing the config, saving it, and reloading the plugin.
     
  6. {
    "ChancePerConsumption": 100.5,
    "CharcoalChanceModifier": 100.5,
    "CharcoalProductionModifier": 100.0,
    "DontOvercookMeat": true,
    "ProductionModifier": 25000.0,
    "UsePermissions": false
    }

    also how do you reload the plugin?
     
  7. Wulf

    Wulf Community Admin

    Yes, the config changes will not be used until you reload the plugin.
     
  8. how do you reload the plugin?
     
  9. Wulf

    Wulf Community Admin

    By using the reload command in your RCON or console as admin:

    reload QuickSmelt
     
  10. i have reloaded it and nothing has changed im using a furnace and its still normal speed? anyway i can talk to you on skype and sort this out?
     
  11. Wulf

    Wulf Community Admin

    I use the forums for support, not Skype. I'd suggest checking your oxide/logs to see if there are any errors.
     
  12. There is not errors
     
  13. Wulf

    Wulf Community Admin

    Could you upload your latest oxide/logs for me please?
     
  14. [BUG] When you cook uncooked fish, fish gets deleted in the process. EX: I put 12 uncooked fish in a campfire, and i got 8 cooked fish out.

    This doesn't necessarily seem related to stack sizes, because it still occurs when you put a single-stack of fish into a campfire/furnace.
     
  15. Wulf

    Wulf Community Admin

    I don't see how that would be happening with the plugin, but I'll see if I can reproduce it.
     
  16. Hello :) i have this in my program and nothign happend:

    #region Configuration

    float ChancePerConsumption => GetConfig("ChancePerConsumption", 0.5f);
    float CharcoalChanceModifier => GetConfig("CharcoalChanceModifier", 1.5f);
    float CharcoalProductionModifier => GetConfig("CharcoalProductionModifier", 500f);
    bool DontOvercookMeat => GetConfig("DontOvercookMeat", true);
    float ProductionModifier => GetConfig("ProductionModifier", 100f);

    What i have to change to smelt more faster?
     
  17. Wulf

    Wulf Community Admin

    Edit the config file under oxide/config, not the plugin itself.
     
  18. so i have to go to the oxide folder?

    this folder? Screenshot

    and what i have to change? when i open to edit just give me this: Screenshot
     
  19. Wulf

    Wulf Community Admin

    QuickSmelt, not QuickSort, but yes.
     
  20. sorry mine error xd i have this but nothing change :eek:

    {
    "ChancePerConsumption": 1.5,
    "CharcoalChanceModifier": 7.5,
    "CharcoalProductionModifier": 3,
    "DontOvercookMeat": true,
    "ProductionModifier": 50,
    "UsePermissions": false
    }

    I whant something like 5x faster what i have to chage?