Jump to content
Sign in to follow this  
ussmarines

Don't found nohq.paa for the equip_ia_vest02.p3d Help

Recommended Posts

Hello,

My problem is simple, I find no paa file for the model : equip_ia_vest02.p3d of bis.

He was in : "\A3\characters_f_beta\indep\equip_ia_vest02"

I don't found the paa in the "\A3\characters_f_beta\indep\data"

I found the paa for the equipe_ia_vest01 but not for the 02.

Can you tell me where is the file? Please

cordially

ussmarines

Share this post


Link to post
Share on other sites

Finding files can be made easy:

-Extract all arma3 with extractpbo (dos).

-After this let Windows index that folder (might take an hour or so).

-Use windows search (top bar, right side of Win7 folder) to find whatever you need in all files (config.cpp, xx.paa or material.rvmat)

Share this post


Link to post
Share on other sites

Hello;

i have extrac :

characters_f.pbo

characters_f_beta.pbo

characters_f_bootcamp.pbo

characters_f_epa.pbo

characters_f_epb.pbo

characters_f_epc.pbo

characters_f_gamma.pbo

data_f.pbo

data_f_bootcamp.pbo

I found Nothing, I think this vest use another texture waistcoat and must be set in the config.

this vest : http://cloud-4.steampowered.com/ugc/32974857143946886/C4046A009142685E3F6A4FFD31A4B0FA1C9257F6/1024x576.resizedimage

:(

A person who already textured vest that can help me?

Please

Edited by ussmarines

Share this post


Link to post
Share on other sites

Ok, problem solved, it was necessary to change the 3D model in the config.cpp for his work properly.

example

class classname;

class VestItem;

class classname: Vest_Camo_Base

{

scope = 2;

author = "you";

displayName = "displayName";

picture = "\A3\characters_f\Data\UI\icon_V_plate_carrier_1_CA.paa";

model = "\A3\characters_f_beta\indep\equip_ia_vest02";

hiddenSelections[] = {"camo"};

hiddenSelectionsTextures[] = {"yourmod\Data\yourtexture.paa"};

class ItemInfo: VestItem

{

uniformModel = "\A3\characters_f_beta\indep\equip_ia_vest02";

containerClass = "Supply100";

mass = 50;

armor = "5*0.5";

passThrough = 0.7;

hiddenSelections[] = {"camo"};

};

};

};

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  

×