HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Ehh... Emitters Color

05-24-2005, 09:18 PM#1
Guest
As u can see my new model FrozenLord supose to have blue flames ... but he still have some of the old flames.
I edited the skins of the emiiters clouds8x8.blp and clouds_anim_bw.blp ,i maked blue. But why all the flames are not blue ?!?! what is wrong... i tried everything
I will be glade if u will help me!!

Note:Heres are the FireLord skins:
Bitmap {
Image "Textures\clouds_anim1_bw.blp", <--- i edit this skin
WrapWidth,
WrapHeight,
}
Bitmap {
Image "Textures\HeroAvatarFlame.blp",<- Main Skin
}
Bitmap {
Image "",
ReplaceableId 2,
}
Bitmap {
Image "Textures\Clouds8x8.blp", <---- and this to
}
Bitmap {
Image "Textures\BloodBlobs1.blp",<-- i dont know what is this ,and i cannot find in war3.mp or war3x.mpq its from war3patch.mpq
}
Bitmap {
Image "",
ReplaceableId 1,
}
Bitmap {
Image "units\Creeps\HeroFlameLord\Clouds8x8Grey.blp",
}
The 2 skins that i edited are for the emitters or i forgat something?
And what u think, the skin BloodBlobs1.blp maybe is for the emitters to ?
05-24-2005, 10:18 PM#2
Taur
to do that you have to search for emitters, and then where it says colour or UV or whatever, anyways it'll say something like this

255, 100, 200

that means the values of colour red, blue and green, 255 being 100% 0, being none, change it to take more of a blue

but they're ll be lots of emitters experiment to find which one is which...
05-25-2005, 08:58 AM#3
Guest
Whell on the emitters i finded ..:
SegmentColor {
Color { 0, 0, 0.992157 },
Color { 0, 0, 0.992157 },
Color { 0, 0, 0.992157 },
},
Alpha {209, 255, 0},
On the row : Alpha i will put like { 30 0 255 , to get a blue color?
But what is segment color?
05-25-2005, 02:12 PM#4
StealthFox
The first number is blue, the second color is green, and the last color is red. Blizzard changed these around for some odd reason...
05-25-2005, 10:48 PM#5
Guest
I change the values to have more blue , but is no difference... god i am really need help
05-26-2005, 12:48 AM#6
StealthFox
Don't change the alpha values, change the segment colors to {1,0,0}. Do this to all of the segment colors.