Go
Wc3C.net
»
Warcraft III Modding
»
Artist's Corner
»
Modeling / Animation
»
Removing Team Color?
Removing Team Color?
02-28-2004, 11:27 PM
#1
Pheonix-IV
How do i do it? I know how to make things that dont have TC on them transperant, but i dont know how to remove TC so that i can alpha things that used to do it, help!
02-29-2004, 11:24 AM
#2
Krakou
Look for this
Code:
Bitmap { Image "", ReplaceableId 2, }
and replace it with this
Code:
Bitmap { Image "textures\black32.blp", }
02-29-2004, 11:44 AM
#3
[Death]
I thought you only had to change the ReplaceableId 2, into ReplaceableId 1,