Teamcolored particles

Jacek

New Member
This tutorial will allow you to make teamcolored particles in Warcraft 3.

First few notes:

1) You need some MDL knowledge. You just need to know what you are doing.

2) Don't use Magos' Model Editor in this tutorial. It will make many problems. Use Yobguls' one instead.

3) Editing particles is tricky stuff. It can crash WE, make particles invisible, or work flawlessly.

Ok lets get it started.

1. Open your MDL in some text editor

2. Scroll down to Textures block

3. Check if there is texture "Textures\TeamGlow00.blp". If there is, note the TextureID and go to point 6.

4. Add new texture below the last one:

Code:
????????Bitmap {
????????????????Image "Textures\TeamGlow00.blp",
????????}
Remember TextureID of this texture (number counting from 0 from up to down)

5. Increase Textures counter (eg. Textures 4 { into Textures 5 { )

6. Scroll down to Particle Emitter you want to modify.

7. Change TextureID to TextureID of texture you added before (or had it before).

8. Below TextureID add replaceableid :


Code:
????...
????????TextureID 7,
????????ReplaceableId 2,
}
????...
Assuming your TextureID is 7.

9. Delete any UVAnims in emitter.

10. Change all segment colors to 1.

11. Change blending mode to Additive (or leave it intact if it is already Additive).

12. Set Rows and Columns to 1.

Thats it, good luck. Save the model and try it. If you encounter any errors/problems post here and attach your model.

Here are some pics from previewer. I modified the Siege Tank death flames to be team color using technique I posted above. I'll soon upload better pictures, sorry. :infernal:
 
Werbung:
Werbung:
Top