Jump to content
Sign in to follow this  
P0k3r_OF_Sm0t

Unable to tear or repair modded items

Recommended Posts

Hi, 
I have a little clothing mod based off a youtube tutorial from SepticFalcon and it works but as the title implies, I am unable to tear into rags or repair my items.
It's a pretty basic mod that is based off original vanilla items so not sure what's going on. (plus I'm a total nub when it comes to DayZ modding) Here is an example of one of my entries:
 

    class TShirt_ColorBase;
    class P0kTShirt_DkBlueCamo_co: TShirt_ColorBase
	{
		scope=2;
		displayname="T-Shirt, Camo";
		descriptionShort="Dark blue Camo T-Shirt by P0k3r";
		hiddenSelectionsTextures[]=
		{
			"ColorsCoordinated\Data\T-Shirts\Camo\P0kTShirt_DkBlueCamo_co.paa",
			"ColorsCoordinated\Data\T-Shirts\Camo\P0kTShirt_DkBlueCamo_co.paa",
			"ColorsCoordinated\Data\T-Shirts\Camo\P0kTShirt_DkBlueCamo_co.paa"
		};
	};

I have also tried adding the following into the entry under the description:
        ragQuantity=2; 
        repairableWithKits[]={5,2};
        repairCosts[]={30,25};
as well as setting it up as its own new class all with no joy.
Anybody know how to get my items tearable and repairable?

Edited by P0k3r_OF_Sm0t

Share this post


Link to post
Share on other sites

I've tried and i don't see any problem. But you can't repair Worm / Pristine and Ruined items

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×