Jump to content
Beans135

Can you "retexture" but with .p3d files?

Recommended Posts

Hi, I wondering if you could make an addon that replaced the .p3d files in the same way you can make one that replaces textures.

Thanks

Share this post


Link to post
Share on other sites

wrong section anyway

example

  class zuk_old_pasgt : ItemCore {
        scope = 2;
        author = "Zukov";
        weaponPoolAvailable = 1;
        displayName = "old PASGT ERDL";
        picture = "\opforex\data\UI\icon_PasgtHelmet_ERDL_ca.paa";
        model = "\opforex\PasgtHelmetSF.p3d";
        hiddenSelections[] = {"camo"};
        hiddenSelectionsTextures[] = {"\opforex\data\pasgt_ERDL_co.paa"};
        
        class ItemInfo : HeadgearItem {
            mass = 90;
            uniformModel = "\opforex\PasgtHelmetSF.p3d";
            allowedSlots[] = {901, 701};
            modelSides[] = {6};
            armor = 10*0.6;
            passThrough = 0.9;
            hiddenSelections[] = {"camo"};

put the in the model row your .p3d

Share this post


Link to post
Share on other sites

Replacing model with another like this is not a good idea and has very high possibility of not working at all.
 

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

×