chrisyou 10 Posted May 4, 2014 Hey guys.. I wanna recolor the Ifrit for my mission. So far I've used setObjectTexture[0,"#(argb,8,8,3)color(0.6,0.3,0.01,1)"]; But the result is quite disappointing: http://steamcommunity.com/sharedfiles/filedetails/?id=256349264 Somehow the back is not colored (I mean the yellow one). Could you tell me what to change, so that the back is also colored? Best Regards Share this post Link to post Share on other sites
champ-1 40 Posted May 4, 2014 Vehicles usually have several textures. This nubmer controlls which texture you changing: setObjectTexture[0,"#(argb,8,8,3)color(0.6,0.3,0.01,1)"]; Share this post Link to post Share on other sites
IT07 10 Posted May 4, 2014 In case you wanted to make it work in MP too: this setObjectTextureGlobal [0, "\MyAddon\yellow.paa"]; Maybe this solves your current problem: https://community.bistudio.com/wiki/setObjectTexture Share this post Link to post Share on other sites
chrisyou 10 Posted May 4, 2014 Vehicles usually have several textures. This nubmer controlls which texture you changing:setObjectTexture[0,"#(argb,8,8,3)color(0.6,0.3,0.01,1)"]; Thanks for the help :) Problem solved Share this post Link to post Share on other sites