spcland12 10 Posted December 12, 2013 Ok I been looking around the web to try and figure out how to make Custom Retexture Uniforms Work without using addons , Does anyone know how to get Uniform Retextures to work with scripts in the mission file without having people download addons? Share this post Link to post Share on other sites
Ranwer135 308 Posted December 20, 2013 Hello spcland12, Yep, there is a way. First, You will need an advanced painting program called "Photoshop CS5" (which is what I use, its also has a .PAA plug-in which you can get here) Now, here is the script for you to put in the unit: this setObjectTexture [0,"Myskin.paa"]; this setObjectTexture [1,"Myskin.paa"]; And that is how you use the skin in the editor (but, each change your doing while in the game requires you to restart the game as a refresh, but save the mission before doing that) Cheers! Ranwer Share this post Link to post Share on other sites
IndeedPete 1038 Posted December 21, 2013 There's no need for Photoshop, you can use free software as well. Check this thread for a quick rundown. Share this post Link to post Share on other sites
jcae2798 132 Posted January 26, 2014 Hi, the commands above work for vehicles but not different uniforms for me. Can you be a bit more descriptive since i'm new to this? I would like to customize uniforms, vests, headgear etc if possible... My intention is to be able to use retextures so addons are not required. Thanks Share this post Link to post Share on other sites