QuickSmelt

Moved

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

5/5, 106 likes
  1. Permissions are all set to every group on my server. The only reason I tried using permissions was because having permissions disabled didn't work.
     
  2. I have been trying to change the speed of the furnces to speed up but nothing i do is working it always takes to much wood and doesnt give back enough material can someone help me?
     
  3. ive been making a x1000 server for a few weeks now where everything is x1000 but having trouble making quick smelt x1000 i dont really understand it to be honest ive configured all the other plugins my server is ready to go public but im just having trouble with quicksmelt can anyone help me out
     
  4. Can you post your configuration please
     
  5. Code:
     "meat.wolf.raw": 1,
        "metal_ore": 1000,
        "sulfur_ore": 1000
      },
      "CharcoalMultiplier": 1000,
      "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
      },
      "OvenMultipliers": {
        "campfire": 1.0,
        "ceilinglight.deployed": 1.0,
        "furnace": 1000.0,
        "furnace.large": 1000.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
    }
    [DOUBLEPOST=1490898794][/DOUBLEPOST]
    posted thanks
     
  6. Your posted config does tell me, that you did'nt read fully and sure only partly the plugin description and also not at minimum once the
    Plugin FAQ: QuickSmelt for Rust - FAQ | Oxide ;)
     
  7. Fujikura updated QuickSmelt with a new update entry:

    2.5.1

     
  8. Hey Fuji would you possibly be able to bring back the instant aspect of this Plugin? :)
     
  9. When i should have anyday the muse to do so, then perhaps i would do so ;)
     
  10. Thanks a million, for when you have time I think it would be super handy to have ;)
     
  11. How to make X1000 metal
     
  12. Code:
    {
      "AmountsOfBecome": {
        "can_beans_empty": 150,
        "can_tuna_empty": 100,
        "chicken_raw": 10,
        "crude_oil": 30,
        "fish_raw": 10,
        "hq_metal_ore": 10,
        "humanmeat_raw": 10,
        "meat.bear.raw": 10,
        "meat.pork.raw": 10,
        "meat.wolf.raw": 100,
        "metal_ore": 200,
        "sulfur_ore": 200
      },
      "CharcoalMultiplier": 5,
      "CharcoalPercentLoss": 25,
      "CookInFurnaces": true,
      "CookTimes": {
        "can_beans_empty": 5.0,
        "can_tuna_empty": 5.0,
        "chicken_raw": 5.0,
        "crude_oil": 5.0,
        "fish_raw": 5.0,
        "hq_metal_ore": 5.0,
        "humanmeat_raw": 5.0,
        "meat.bear.raw": 5.0,
        "meat.pork.raw": 5.0,
        "meat.wolf.raw": 5.0,
        "metal_ore": 5.0,
        "sulfur_ore": 5.0
      },
      "OvenMultipliers": {
        "campfire": 1.0,
        "ceilinglight.deployed": 1.0,
        "furnace": 15.0,
        "furnace.large": 1.0,
        "jackolantern.angry": 1.0,
        "jackolantern.happy": 1.0,
        "lantern.deployed": 1.0,
        "refinery_small_deployed": 1.0,
        "tunalight.deployed": 1.0
      },
      "OvercookMeat": false,
      "UsePermissions": false,
      "WoodFuelAmount": 50.0
    }

    Where do i change the time for QuickSmelt ?? for each items to Smelt.

    Thanks for fast help! @Wulf
     
  13. Fujikura updated QuickSmelt with a new update entry:

    3.0.0


    [DOUBLEPOST=1490914506][/DOUBLEPOST]
    Done, my friend :)
    [DOUBLEPOST=1490914668][/DOUBLEPOST]
    Wulf is not the plugin owner ,so there's no need to ping him this way only for question on this plugin.
     
  14. But how to i change the speed for each items to cook/smelt? :)
     
  15. All options of the default mode are described in the plugin description and also more detailed in the FAQ: QuickSmelt for Rust - FAQ | Oxide
    That includes all information needed to configure and understand how the plugin works. Whats not described there is not supported to make use of :)
     
  16. Thanks for your work on this plugin! <3
     
  17. You're amazing Fuji, that was unbelievably fast work :D You're an amazing developer!

    Just wondering in terms of the config options since I couldn't see it in the FAQ, is it ByproductModifier or CookedModifier that I should set high to make things instant? :)

    Our original config for 1.2.1 was
    Code:
    {
      "ChancePerConsumption": 1.0,
      "CharcoalChanceModifier": 1.5,
      "CharcoalProductionModifier": 500.0,
      "DontOvercookMeat": true,
      "ProductionModifier": 100000.0,
      "UsePermissions": false
    }
    And I'm just trying to carry that over
     
    Last edited by a moderator: Mar 31, 2017
  18. You might need to look into the changes from 1.2.x to 1.3.0, where some variables got changed.
    Then you get your correct values carried over.
     
  19. I tried before but is all that's listed now :(
    Code:
    Added some cleanup for old config and oven settings
    Fixed charcoal not being created with some configuration values
    Overhauled configuration names to better reflect their purpose
    I'll try and see if I can test the values though to see what works!
     
  20. Thats why i did call it ExpertMode :p