1. Research Kit allows me to learn explosives and explosive charges, the whole point of my server is limited c4 I copy pasted your controller into the txt file and it's not blocking at all[DOUBLEPOST=1390680672][/DOUBLEPOST]Thanks I figured it out all is working now... much appreciated thank you for your quick response
     
    Last edited by a moderator: Jan 25, 2014
  2. hello all, i'm having issues with my crafting controller txt file. It passes the JSON validator but doesn't work in-game. any help would be greatly appreciated.
    Code:
    {
    "BlockedBlueprints": [],
    "blockresearchmessage": "Researching this item has been blocked.",
    "blockcraftingmessage": "Crafting this item has been blocked.",
    "blockblueprintmessage": "This blueprint has been disabled.",
    "BlockedCrafting": {
    "Explosive Charge": true,
    "F1 Grenade": true,
    "Campfire": true,
    "M4": true,
    "MP5A4": true,
    "Shotgun": true,
    "Explosives": true,
    "Bolt Action Rifle": true
    },
    "BlockedResearching": []
    }
     
  3. Wulf

    Wulf Community Admin

    Moved to Crafting Controller thread, and added code blocks.
     
  4. Lin

    Lin

    Wow, I just found out what probably all our problems are, we are actually editing the file in the configurable tab, instead of in the actual cfg file. You have to use the FILE MANAGER->OXIDE->DATA->then click the cfg_craftcontroller file. That is the one you actually edit lol xD
     
  5. May be for some, but I'm dl'ing my cgf file and editing it then running thru jsonlint before re-uploading into the server files.
     
  6. I am having same issues. No longer works. Getting errors on load. File looks good but no longer works.
    Using FPS servers. Guess I will try the working file that was given here and reload OXIDE to see if that works. Will report back.
     
  7. Here is my current cfg. It makes C4, F1 Grenades, M4, MP5, and Shotgun uncraftable. Wanted a more realistic feel to the guns so I made them airdrop only and limited my airdrops. You can remove whatever off the list but its in the correct format and fully functioning.

    Code:
    {
        "BlockedBlueprints": {
            "Explosive Charge Blueprint": true,
            "F1 Grenade Blueprint": true,
            "M4 Blueprint": true,
            "MP5A4 Blueprint": true,
            "Explosives Blueprint": true,
            "Bolt Action Rifle Blueprint": true
        },
        "blockresearchmessage": "Researching this item has been blocked.",
        "blockcraftingmessage": "Crafting this item has been blocked.",
        "blockblueprintmessage": "This blueprint has been disabled.",
        "BlockedCrafting": {
            "Explosive Charge": true,
            "F1 Grenade": true,
            "M4": true,
            "MP5A4": true,
            "Shotgun": true,
            "Explosives": true,
            "Bolt Action Rifle": true
        },
        "BlockedResearching": {
            "Explosive Charge": true,
            "F1 Grenade": true,
            "M4": true,
            "MP5A4": true,
            "Shotgun": true,
            "Explosives": true,
            "Bolt Action Rifle": true
        }
    }
     
  8. I need help in getting crafting controller to work
    any one?
    never mind used code above will see if it works
     
    Last edited by a moderator: Jan 27, 2014
  9. Wulf

    Wulf Community Admin

  10. I'm having an issue. I'm currently running oxide 1.10 and am running on hfb server. this is my current config file. what am i doing wrong?
    Code:
    {
        "BlockedBlueprints": {
            "Explosive Charge Blueprint": true,
            "F1 Grenade Blueprint": true,
            "M4 Blueprint": true,
            "MP5A4 Blueprint": true,
            "Explosives Blueprint": true,
            "Bolt Action Rifle Blueprint": true,
            "Kevlar Vest Blueprint": true,
            "Kevlar Boots Blueprint": true,
            "Kevlar Helmet Blueprint": true,
            "Kevlar Pants Blueprint": true,
        },
        "blockresearchmessage": "Researching this item has been blocked.",
        "blockcraftingmessage": "Crafting this item has been blocked.",
        "blockblueprintmessage": "This blueprint has been disabled.",
        "BlockedCrafting": {
            "Explosive Charge": true,
            "F1 Grenade": true,
            "M4": true,
            "MP5A4": true,
            "Shotgun": true,
            "Explosives": true,
            "silencer": true,
            "Kevlar Vest": true,
            "Kevlar Boots": true,
            "Kevlar Helmet": true,
            "Kevlar Pants": true,
        },
        "BlockedResearching": {
            "Explosive Charge": true,
            "F1 Grenade": true,
            "M4": true,
            "MP5A4": true,
            "Shotgun": true,
            "Explosives": true,
            "silencer": true,
            "Kevlar Vest": true,
            "Kevlar Boots": true,
            "Kevlar Helmet": true,
            "Kevlar Pants": true,
        }
    }
    
     
  11. Wulf

    Wulf Community Admin

    You have commas where they shouldn't be. Try the below:
    Code:
    {
        "BlockedBlueprints": {
            "Explosive Charge Blueprint": true,
            "F1 Grenade Blueprint": true,
            "M4 Blueprint": true,
            "MP5A4 Blueprint": true,
            "Explosives Blueprint": true,
            "Bolt Action Rifle Blueprint": true,
            "Kevlar Vest Blueprint": true,
            "Kevlar Boots Blueprint": true,
            "Kevlar Helmet Blueprint": true,
            "Kevlar Pants Blueprint": true
        },
        "blockresearchmessage": "Researching this item has been blocked.",
        "blockcraftingmessage": "Crafting this item has been blocked.",
        "blockblueprintmessage": "This blueprint has been disabled.",
        "BlockedCrafting": {
            "Explosive Charge": true,
            "F1 Grenade": true,
            "M4": true,
            "MP5A4": true,
            "Shotgun": true,
            "Explosives": true,
            "silencer": true,
            "Kevlar Vest": true,
            "Kevlar Boots": true,
            "Kevlar Helmet": true,
            "Kevlar Pants": true
        },
        "BlockedResearching": {
            "Explosive Charge": true,
            "F1 Grenade": true,
            "M4": true,
            "MP5A4": true,
            "Shotgun": true,
            "Explosives": true,
            "silencer": true,
            "Kevlar Vest": true,
            "Kevlar Boots": true,
            "Kevlar Helmet": true,
            "Kevlar Pants": true
        }
    }
    
     
  12. Stopped the server and fixed the config to the above then restarted the server. Still not working.
     
  13. Wulf

    Wulf Community Admin

    Working fine here. Just booted up a server and tested.
     
  14. hmm, I wonder if another plug in is causing a conflict.

    uninstalled everything.

    Currently this is the only plugin installed and it still allows me to craft a shotgun and kevlar.
     
    Last edited by a moderator: Jan 27, 2014
  15. Have u deleted the old txt file and replaced with the new one and then restarted the server? if u havent restarted then the changes wont take effect yet.
     
  16. Wulf

    Wulf Community Admin

    Are you sure you aren't confusing the shotgun and pipe shotgun?

    Is everything else working per the config aside from the shotgun and kevlar items?
     

  17. yes.[DOUBLEPOST=1390803030][/DOUBLEPOST]
    yep positive I'm not confusing the two.

    Nope, none of it works. just spawned in a set of kevlar pants used a research kit on them and crafted a new set same thing with an mp5.

    Went ahead and uninstalled oxide incase that was the issue reinstalled it and the plug in. Still doing the same thing. restarted the server too.
     
  18. are u placing the txt file in the oxide>data folder?
     
  19. This was it. Thank you. I didn't realize there were two separate txt files a cfg_craftingcontroller.txt and a crafting_controller.txt
     
  20. glad to be of service