can you give me all esc_ that there is i know few of them
ECS_BODY---------------------// uses car’s color
ECS_CHROME----------------// chrome
ECS_PLASTIC----------------// plastic
ECS_TAILLIGHT-------------// white
ECS_HEADLIGHT---------- // brighter white
ECS_GLASS-----------------// dark colour
ECS_CARBONFIBR--------//same as glass
ECS_SEAM------------------// car’s colour but darker
ECS_STANDARDMAT---- // uses 3dmax’s texture
ECS_TRANSPARENT---- // invisible
ECS_PAINT // shows pink
ECS_NOTFOUND // pink
ECS_CARGO------not valid
1 Like
vmo
3 December 2016 12:24
2
ECS_PLASTIC
ECS_TAILLIGHTS
ECS_HEADLIGHTS
ECS_GLASS
ECS_SEAM
ECS_CARGO
ECS_TRANSPARENT
ECS_PAINT
ECS_BODY---------------------// uses car’s color
ECS_CHROME----------------// chrome
ECS_PLASTIC----------------// plastic
ECS_TAILLIGHT-------------// white
ECS_HEADLIGHT---------- // brighter white
ECS_GLASS-----------------// dark colour
ECS_SEAM------------------// car’s colour but darker
ECS_STANDARDMAT---- // uses 3dmax’s texture
ECS_TRANSPARENT---- // invisible
ECS_PAINT // shows pink
ECS_NOTFOUND // pink
ECS_CARGO------not valid
@Killrob is that all?
Stop bothering Killrob, he’s not a modder. You’ll be better off asking maffc, Razyx, TrackpadUser or any of the active modders.
ECS_NOTFOUND can be replaced by any string that is not a valid material name.
Using “ECS_BODYs” for example will show up as the regular pink texture not found color.
As for other materials, the only ones that I can think of that @lordvader1 hasn’t mentioned are:
ECS_BOTTOM_BOX
ECS_TOP_BOX
what does these two look like
maffc
4 December 2016 10:11
8
They are invisible.
They are used on a couple of boxes in the car body meshes to represent the top and bottom volume areas of the car and morph as appropriate with the rest of the body. The ECS_BOTTOM_BOX and ECS_TOP_BOX materials are so the game can “see” those boxes but we don’t.
2 Likes
ooh alright thanks man
btw is that all ecs there is
@lordvader1 , why have you used all the materials for vents? Half of them don’t make sense
2 Likes
Jaimz
6 December 2016 17:39
14
I thought there was also ECS_BLACKRUBBER
Also the carbon fibre one acts differently depending on what you allocate it to.
maffc
6 December 2016 18:17
15
I’ve never used that one so not sure if it’s valid any more