Kelvin Lee 0 Posted April 1, 2020 Hello! I'd like to change the colour of one of my vehicles in Eden by my code doesn't work when I put it in the vehicle's init box. It says "cannot load texture" Here's the code I used (I wanna change it to black) oh and can anyone explain the color part? What does it mean? this setObjectTexture [0,"#(rgb,0,0,0)color(0,0,0,1)"]; Share this post Link to post Share on other sites
POLPOX 778 Posted April 1, 2020 Here's what you need to read: https://community.bistudio.com/wiki/Procedural_Textures#color The correct one is "#(argb,1,1,1)color(0,0,0,1)" 1 Share this post Link to post Share on other sites
Kelvin Lee 0 Posted April 1, 2020 1 minute ago, POLPOX said: Here's what you need to read: https://community.bistudio.com/wiki/Procedural_Textures#color The correct one is "#(argb,1,1,1)color(0,0,0,1)" it worked! thank you so much!!!!! Share this post Link to post Share on other sites