CaptainAzimuth 714 Posted October 4, 2014 Does anyone know the script to get the Low Visibility Grey scheme of the To-199? I really need it for a mission. Share this post Link to post Share on other sites
mistyronin 1181 Posted October 4, 2014 But was it included in the game? Although it would be really cool to have it. Share this post Link to post Share on other sites
miketim 20 Posted October 4, 2014 What paint scheme? Is this some thing you saw like 6 months ago in some promo stuff or is it actually in game? Share this post Link to post Share on other sites
CaptainAzimuth 714 Posted October 4, 2014 But was it included in the game? Although it would be really cool to have it. Not sure if it was included honestly. This picture... http://i.imgur.com/pRP8FcA.jpg (151 kB) May have just been an imported picture. Not certain if the model with that skin was even in. But I'd love to be able to have that selectable, even via. Init script if possible. Can BI comment on wheather i would be able to get this in editor? Share this post Link to post Share on other sites
dreadpirate 173 Posted October 4, 2014 For a simple fix, try putting this in the plane's init: nul = this spawn {{_this setObjectTexture [_x,'#(rgb,8,8,3)color(0.1,0.1,0.1,0.9)']; }forEach [0,1]; }; Share this post Link to post Share on other sites
CaptainAzimuth 714 Posted October 5, 2014 For a simple fix, try putting this in the plane's init:nul = this spawn {{_this setObjectTexture [_x,'#(rgb,8,8,3)color(0.1,0.1,0.1,0.9)']; }forEach [0,1]; }; changed the entire plane colour to grey, but it wasnt exactly the grey i was looking for as it was missing the slight blue tint to it. I ma use this if i can't find out how to get the rendered texture that BIS showed in that pivture. Other than that actually, what other colors can i make using that? Share this post Link to post Share on other sites
dreadpirate 173 Posted October 5, 2014 changed the entire plane colour to grey, but it wasnt exactly the grey i was looking for as it was missing the slight blue tint to it. I ma use this if i can't find out how to get the rendered texture that BIS showed in that pivture. Other than that actually, what other colors can i make using that? Play around with the numbers in the brackets after "color" - color(RED,GREEN,BLUE,ALPHA). But ultimately, if you want a full retexture, you'll have to learn how to do it... Share this post Link to post Share on other sites
CaptainAzimuth 714 Posted October 5, 2014 Play around with the numbers in the brackets after "color" - color(RED,GREEN,BLUE,ALPHA).But ultimately, if you want a full retexture, you'll have to learn how to do it... I atually did, i found that 0.4,0.4,0.4,0.4 worked nice, but, if BIS were to release the plain To-199 version they created as an extra, or as simply an Empty spawnable item, that'd be coo. Maybe i'll request it, as i stopped doing modding work a long while ago, no time for it. Share this post Link to post Share on other sites