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
Crafting Controller [Unmaintained]
Discussion in 'Plugin Support' started by thomasfn, Jan 6, 2014.
-
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": [] }
-
Wulf Community Admin
-
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
-
-
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. -
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 } }
-
I need help in getting crafting controller to work
any one?
never mind used code above will see if it worksLast edited by a moderator: Jan 27, 2014 -
Wulf Community Admin
You can now submit Crafting Controller configuration files here: http://oxidemod.org/resources/categories/crafting-controller.19/
-
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, } }
-
Wulf Community Admin
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 } }
-
Stopped the server and fixed the config to the above then restarted the server. Still not working.
-
Wulf Community Admin
-
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 -
-
Wulf Community Admin
Is everything else working per the config aside from the shotgun and kevlar items? -
yes.[DOUBLEPOST=1390803030][/DOUBLEPOST]
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. -
-
-