Sign in to follow this  
Arbitrarily

Crafting issues with "Custom Recipes"

10 posts in this topic

Hey,
So recently I've been trying to make custom recipes for my server I'm currently working on.

The issue I've run into is for some reason said "items" are coming up blank - I've attached the correct item ID but still it's not working correctly.

Here is a SS of one of the recipes on the server - also below this will be the code for it.

class B_Bergen_mcamo_F: Exile_AbstractCraftingRecipe
{
   name = "Bergen Backpack Cammo";
   pictureItem = "B_Bergen_mcamo_F";
   requiredInteractionModelGroup = "WorkBench";
   requiresFire = 0;
   returnedItems[] =
   {
      {1, "B_Bergen_mcamo_F"}
   };
   components[] = 
   {
      {1, "B_Bergen_mcamo"},
      {1, "Exile_Uniform_Woodland"},
      {2, "Exile_Item_Rope"}
   };
   tools[] = {"Exile_Item_Foolbox","Exile_Item_Pliers","Exile_Item_Knife"};
   category = "Tools & Items";
};

Thank you for your time,

Arb

20170707130022_1.jpg

Edited by Arbitrarily

Share this post


Link to post
Share on other sites
Advertisement

Its not an issiue not not how this script will work.

The Crafting script searching for Items inside your Inventory, this means its needs stuuf where are insdie your uniform/Vests/Backpack

Its also have a Problem to create something like that you can see inside the app wich items have Problems.

Uniforms Vests and Backpacks not craftable by default exile you need to do a overwrite by urself to solved that Problem.

Weapons also not working on this way.

Share this post


Link to post
Share on other sites
8 hours ago, Sgt. ScrapMetal said:

Its not an issiue not not how this script will work.

The Crafting script searching for Items inside your Inventory, this means its needs stuuf where are insdie your uniform/Vests/Backpack

Its also have a Problem to create something like that you can see inside the app wich items have Problems.

Uniforms Vests and Backpacks not craftable by default exile you need to do a overwrite by urself to solved that Problem.

Weapons also not working on this way.

I'm sorry you've lost me on what you've said to me. 

Are you saying that you are unable to create any gear or backpacks that are not from exile that are base Arma items?

You also said you can overwrite this to solve the issue where is it you overwrite and how?

Thanks,

Garrett

Share this post


Link to post
Share on other sites

He said " Uniforms Vests and Backpacks not craftable by default exile you need to do a overwrite by urself to solved that Problem. "

 

Edited by Arbitrarily

Share this post


Link to post
Share on other sites

Yeah simple anwers with the default exile crafting script you cant craft "uniforms" "Vests" "backpacks" and Weapons. I said a overwite will solved that problem yeah. but i cant share one because i have no overwrite of them and i dont need them so i dont put work on them.

Share this post


Link to post
Share on other sites
Advertisement

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

  • Recently Browsing   0 members

    No registered users viewing this page.