Novax

Member
  • Content count

    56
  • Donations

    0.00 EUR 
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by Novax

  1. Novax

    [TUTO] How to craft Weapons !

    Hello everybody, Today i'm sharing a small edit in Exile files that will allows you to crafts weapons on your servers. I hope you'll all enjoy it and if anyone need help to install feel free to ask me ! Notes & Updates - Every weapons crafted are placed on the floor, the other crafts are placed directly in the backpack ! - It works with and without CDAH mod : - It is still a Work-In-Progress, i'm ok to take any help on how to improve the code. - It's my first big modification on Exile, I know it's not the best looking code, but it does the work ! - Now fully support Brama Cookbook (ExAd && xm8Apps) #UPDATED !!! - Fixed a bug that didn't display name in Crafting windows + Allows to craft from weapons (i.e : Convert a gun to scrap Metal) #UPDATED !!! - Fixed : Weapons craft now shows Icons ! #UPDATED !!! COMING SOON : 1 ) Crafting Vest & Backpack ! How to Install ? You can find it on GitHub here : https://github.com/Novax69/weaponsCrafting I - If you use CDAH : 1- Go to the folder : CDAH_crafting/logic and replace the file CDAH_ExileClient_object_item_craft.sqf with the following : 2- Go to the folder : CDAH_crafting/logic and replace the file CDAH_ExileClient_gui_crafting_shows.sqf with the following : 3- Copy the folder Custom into your Mission folder 4- Open the Config.cpp in your Mission folder, search for class CfgCraftingRecipes and add the following lines : 4- Search for class CfgExileCustomCode and add : 5- Edits the files inside the folder Custom/weaponsCraft/Crafts to make your own crafts 6- Enjoy ! II - If you dont use CDAH : 1- Download the folders from GitHub (link Above) 2- Copy/paste the folder Custom inside your Mission folder 3- Open config.cpp inside your Mission folder 4- Search for "class CfgCraftingRecipes" and add the following : 5- Search for "class CfgExileCustomCode" and add the following : 6- Edit the files inside the folder Custom/weaponsCraft/Crafts to add your crafts (Dont touch the ExileClient_Object_Item_Craft.sqf) 7- Enjoy III - For Brama Users ! #UPDATED !!! And voila ! Have Fun ! P.S : i'd be happy to receive help to improve the edit if anyone have ideas P.P.S : I took the idea from the Chopping wood files. P.P.P.S : I edited the tutorial if you saw it while it was in WIP.
  2. Novax

    [TUTO] How to craft Weapons !

    Hi everyone ! Sorry about the kind of late answer @dekela, I havent much time to work again and think about the problem you got ! (I kind of took a break from Arma because of studies) Have you fixed the problem yet ? I think it might be a problem from your side because I didn't had any problem while checking it on my server ! Verify your files and try reinstalling it if it doesnt work Hi @rb19810507, first of all ! thanks for your feedback ! really appreciate it ! Sadly it is a script and not a mod, making it a mod would means to use external files and to be downloaded by every player on your server ! If your question is : Can I use CDAH Items to craft weapons the answer is : YES ! else if you are asking if we can craft weapons from the CDAH terminal, i think it does but i'm not 100% sure ! you should try to put the crafting recipes inside the Crafting list of the CDAH script ! Hope I was helpfull enough Cordially Novax
  3. Novax

    [TUTO] How to craft Weapons !

    Does all the other craft works ? when you try to make a weapon does it takes the components from your inventory and does it gives you the returned item ? If not, you might have a problem in your install, try to reinstal the script ! Cordially Novax
  4. Novax

    [TUTO] How to craft Weapons !

    You cant craft backpack with this script I didnt had time to edit the script so that people can craft backpacks...(studies/ work you know...) You can make the craft as you wish i just used cartridges and such as i was using CDAH You can edit the weapon crafting recipes in the given folder Enjoy!
  5. Novax

    [TUTO] How to craft Weapons !

    Hi ! Its a mod names CDAH, i gave the link in the main post
  6. Novax

    [TUTO] How to craft Weapons !

    I tried to "deconstruct" a weapon as you can see it's working : So I think you can : Deconstruct weapons, create another weapon with it, and then upgrade a weapon with a weapons as component, and the gun was on my weapon slot and it did disapear so i think it would work
  7. Novax

    [TUTO] How to craft Weapons !

    I tried to craft a weapons from another weapons using the handgun like 2 minutes ago, the handgun was in my secondary weapon slot and it did disapear ! I'll try to make a craft to deconstruct weapons and see how it goes, if it works for me and not for you then i'll have to work a bit more on the non-CDAH version
  8. Novax

    [TUTO] How to craft Weapons !

    I tried to craft with a weapons i had the gun on my hands it got removed, doesnt it do the same with you ? or I might have missed that details (being blind happend with me lol)
  9. Novax

    [TUTO] How to craft Weapons !

    I'm glad to hear it it's a good news for everyone Good luck with your recipes i've lost faith to make some more today eheh Enjoy
  10. Novax

    [TUTO] How to craft Weapons !

    can you try replace your ExileClient_object_item_craft.sqf with the following ? :
  11. Novax

    [TUTO] How to craft Weapons !

    Ok I think there might be a problem in my Non-CDAH files ! I tried to use your crafting and it worked for me ! i'll have a look there and check where i made a mistake !
  12. Novax

    [TUTO] How to craft Weapons !

    seems like there is a problem with the crafting code i'll have a look on that ... did the craft worked before i updated for brama ?
  13. Novax

    [TUTO] How to craft Weapons !

    The other weapons works for you ? you have the problem only with the katiba ?
  14. Novax

    [TUTO] How to craft Weapons !

    wich craft doesnt work for you ?
  15. Novax

    [TUTO] How to craft Weapons !

    I've tried over and over, everythings works properly on my server ! I definitly think you made a mistake somewhere ... I invite you to reinstall the script if you made a mistake somewhere you can't find
  16. Novax

    [TUTO] How to craft Weapons !

    you might have made a mistake on your craft config files... I am able to craft everything on my server even if it needs a weapon as components or only crafting object (i.e : junk metal ...)
  17. Novax

    [TUTO] How to craft Weapons !

    Can you show me your ExileClient_object_item_craft.sqf in your custom/weaponCraft/data folder ? I edited again the Manquant words to change it to english ...
  18. Novax

    [TUTO] How to craft Weapons !

    As you can see :
  19. Novax

    [TUTO] How to craft Weapons !

    I edited my GitHub files for brama so that it does find the weapons on those screens : so you do have to replace it now ^^ EDIT : I edited 3 files for BRama, 2 for ExAD and 1 for XM8 so it was easier to post the update on github instead of placing all the changes in the post ^^
  20. Novax

    [TUTO] How to craft Weapons !

    Fix for BRAma is now on my GitHub : https://github.com/Novax69/weaponsCrafting (Just replace your Brama Files with the one in it) About the failed to craft, try to restart you server once more (i had this bug sometimes but nothing wrong on the files) Are you using CDAH or not ?
  21. Novax

    [TUTO] How to craft Weapons !

    Ok It should work now ! Replace the file : ExileClient_gui_crafting_show.sqf with this :
  22. Novax

    [TUTO] How to craft Weapons !

    The name show properly ? Try to craft by holding the weapon in your hands (the right side of your inventory where you can see primary / secondary and launcher) and tell me how it work
  23. Novax

    [TUTO] How to craft Weapons !

    Try to replace the file ExileClient_gui_crafting_show.sqf with
  24. Novax

    [TUTO] How to craft Weapons !

    haha ! No but i'm glad I make someone happy with that script Tell me if it works properly for you ! I like to have feedback to know if everything is good
  25. Novax

    [TUTO] How to craft Weapons !

    Ok I made a fix for it that is now on GitHub ! I guessed you didn't use CDAH ! How to fix it ? 1- Go to Custom/weaponsCraft/data/ and open the file ExileClient_gui_crafting_show.sqf and replace all with : It should works properly now and give you the ability to craft from weapons (I tried to craft a Lynx using the handgun like you did with the katiba and it did work !) Enjoy