1. Wulf just a question :p
    Can you tell me what did u just change so it worked ? With diff checker i only saw that u edited version removed some references and the //Puts(... in Loaded
     
  2. Wulf

    Wulf Community Admin

    Keep looking, those were just some cleanup. ;)
     
  3. After 30mins searching... still 0 changes xD I checked 3 different diff checkers LoL.
    I'm probably completly dumb right now xD(Maybe always who knows :p)
     
  4. Thanks Wulf, your edited version is working fine and no errors!

    Does anyone know the item shortname for "High Quality Metal Ore" and "HQM Refined"?
    (the excel doc with item list wasn't updated with it yet)
     
  5. Wulf

    Wulf Community Admin

    http://docs.oxidemod.org/rust/#item-list ;)
     
  6. Wulf

    Wulf Community Admin

    Mughisi usually updates both.
     
  7. how do i change size of the stack ?
     
  8. was working then i got HQ metal ore to stack and every stop stack but HQ metal ore, ive reinstalled the mod and reloaded and restarted same case
     
  9. Usually if some item is wrong named or something in the code is wrong all items bellow that error will be back to default. So if your HQ is working, see whats the first item below that doesn't work and that should be your problem.
    Code:
          },
          {
            "name": "metal_ore",
            "stackSize": 15000
          },
          {
            "name": "hq_metal_ore",
            "stackSize": 1500
          },
    
    Its not the plugin since I have more than 80+ stacks configured, including HQ metal ore and everything is working fine
     
  10. hey guys!

    the plugin is still not working for me... tried to stop the server, then uploaded the plugin wulf shared and then started the server again.. still not working :(

    hope you can help me!

    Don.
     
  11. You need to give a little more information.
    Did you installed the new version (provided by wulf) while seeing the server console? (to insure that It gave no error).

    Also try deleting the config(making a back of yours) before installing new version and changing those values... I'm almost sure that your problem is config related
     
  12. thank you for the reply anti.
    yes i installed the new version wulf posted, i did not check server console and i have deleted the "old" one in the config folder.
    and when i installed the new version of the plugin, its not in the config folder.
     
  13. So when you installed the new version the config file was not created?
    Also when installing or updating any plugin be sure to have the console open and see if plugin is loaded correctly
     
  14. i really need help ..
    i have server that using Tcadmin and i have download this plugin and drag it to the oxide plugins .. and i dont know how to change the stack size ... its on 1000.. and i need to change it .. plz help me
     
  15. If you're starting now I suggest that you use this plugin instead http://oxidemod.org/threads/stack-size-controller.9848/ (stack size controler)
    Its easier to set up and developer is active.
     
  16. Wulf

    Wulf Community Admin

    Wulf updated Stack Sizes with a new update entry:

    1.1.4

     
  17. How do you acquire a list of in game items, their short name and item id's? Please help!
     
  18. Thank you kind sir, I have been searching and no luck. Much appreciated!