Beans135 2 Posted November 29, 2018 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
zukov 490 Posted November 29, 2018 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
HorribleGoat 1473 Posted November 29, 2018 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