1. Found a bug with the mod, players with brackets in their name, "[]" throw an error and cannot craft.
    Here's the name:
    Code:
     [ ALTER ] No players found with name: [ANB]Valtrino
    Removing the brackets allowed him to craft like normal.
     
  2. This is a Oxide bug.

    Funny thing. Lets go!
    When I need to check/take/add something from the inventory I need to have a specific inventory 'dataline'. this dataline tells Rust from which inventory to take/add/check.
    However, since a few Rust updates back, this broke. When a player gets damaged the inventory 'dataline' will become corrupted. So Thomasfn made a new function rust.GetInventory( netuser ) to temprorarely counter that issue. ( it takes the inventory 'dataline' from a cache.

    however, I need a netuser for that. and the hook OnUserCraft doesn't give me one. Well it does, but thats also in the inventory 'dataline'. So I need to get the netuser.

    The only thing I can do to find it is rust.GetNetusersByName( name ). And THIS function does NOT accept special characters like "[" and "]".

    Until the inventory 'dataline' corruption is fixed, the players will need to change their name. :([DOUBLEPOST=1393796079][/DOUBLEPOST]
    It should check if you have the materials... Hmmm... Is this with every item? Or specific ones?
     
  3. Good Question ... i tested it with only some (not all of course ...).

    Metal walls for example ... i can test more items if you want :)
     
  4. Yes please, cus it shouldn't do that in any case...
     
  5. Hi. I setup plagin and all craft no work. Problem.
     
  6. Dieing for this mod as I just want to increase resources required for C4.

    But correct me if I'm wrong but the current bugs are:
    1. Crafting window does not show new resource requirements
    2. Crafting without enough mats will remove all mats and not craft the item
    3. People with brackets in their name cant craft the custom items.
     
  7. 1. Correct as we cannot modifiy client side. (yet)
    2. Incorrect - I'm not having that problem on latest version at least.
    3. Correct - I suggest reading this: http://oxidemod.org/threads/brackets-in-nicknames-and-stuff.2228/
     
  8. I dont know why that happends. I tried breaking it. I couldn't

    Yes the brackets are annoying. Nothing I can do about it.
     

  9. for #1 - that's the biggest issue. How does anyone know what it takes to craft the modified items then?
    Understand you can't currently change this apparently but how are people dealing with it on their servers?
     
  10. Once you hit 'Craft' it pops in chat what you need.
    Or you can do /req "Explosive Charge" to see if the C4 has any special recipes for it.
     
  11. IkE

    IkE

    nice plugin but if i cant show this needed items in the window its uselesse!

    so if i change something everyday i must talk this to the people.

    the player can not see why he cant craft a m4 if he have 30 lqw in the pack.

    he wondering why this does not work and leave the server.


    if you can fix this i love this plugin but q the moment its only confused and useless..
     
  12. We can't edit the GUI yet so maybe once they release the new UI they have in progress maybe then.

    But the damn recipe shows up in the chat box if someone cannot afford to craft the item, why do people keep 'not seeing' the requirements?
     
  13. Wait. They have the UI in progress?!?!
     
  14. Yeah they already begun work on the new UI and they're keeping it similar (visually) to the current one, but the mechanics differ by far (Complete re-write), so expect to see weights on items eventually for a start.
    https://trello.com/c/ZrtyLEGU/291-new-in-game-gui
     
  15. Saweetsauce!
     
  16. Indeed, Hopefully it brings client side changes for modding.
    And then you can make this plugin directly in the crafting window.

    Here's to hoping.
     
  17. Hellzyeah! I've been dying for this man
     
  18. [Oxide] [ ALTER ] No players found with name: [Power] IsuSS
    Player cant craft
    Help Please
     
  19. Take the [ ] out the name.
     
  20. Already figured out, but thanks anyway