Scratch-Made Weapon Attachments with Particle Emitters
By: Fabioz (U.S. East)
Introduction:
Today we are going to make a weapon that will be attached to a unit. The model that we are going to make is going to be completly from scratch. We are going to use only in-game textures. The weapon will also have a particle emitter to show "fire" or "blue flames". Neat!
Select: When highlighted, any points you select will light up, and will be modified. But, if you select new points, these points will be unselected.
Add: When highlighted, any points you select will light up, and will be modified. But, if you select new points, the new points and the old points will all be slected.
Deselct: When highlighted, any points you select will be unselected. But not any of the other already selected points.
Transformations:
Move: When highlighted, any points selected will translate.
Rotate: When highlighted, any points selected will rotate around the center of mass.
Scale: When highlighted, any points selected will shrink or grow around the center of mass.
Extrude: When highlighted, any points selected will be cloned in the same position as the older ones, but translated to a new position. This is very useful.
Other Useful Things:
X: When highlighted, any points will not be affected in the X axis, during a transformation.
Y: When highlighted, any points will not be affected in the Y axis, during a transformation.
Z: When highlighted, any points will not be affected in the Z axis, during a transformation.
Making Your Model:
Open up your Vertex Modifier
You should see three blank "viewports"
Go to "File" and select "Open". Find where you saved the Primitives.
Open one of the primitives that you want to use. I will be using a cube to create a sword.
Let us save the primitive. I named mine "Sword". Your screen should look a bit like this:
Transforming the Model:
So the sword will be facing the right way when attached to a unit, the weapon should face upright in the top right viewport.
The part of the weapon that will be in the unit's hand, should be right on the origin. (very middle)
For my sword, I first used the rotate tool to make the sword turn about 45 degrees. So the sides will be sharp
Then I used the scale tool and made my hilt (cube on the origin) long and skinny; press in X, Y, or Z to make it long, but not thick.
Next, I used the extrude tool to make the hilt extend into the other parts of the sword.
That is how I used the tools, there is no need for me to explain how I got to the finished product. All you have to do is play around with the tools, and eventually you will have a weapon. This is what I ended up with:
Adding Texture to Your Weapon:
Open up your War3 Image Extractor II
We are going to use in-game textures, because, most people don't like to mess with out of game textures. So, find a texture that you want use for your new weapon model.
I found the captain texture in the file: "Textures" and the picture name was: "DungeonDoodad0.blp". Remember where you found your texture! Write it down! Mine is "Texture\DungeonDoodad0.blp".
Once you find a good texture, right click the file and save it. Save it somewhere you will remember. Here is a screenshot:
Go back to Vertex Modifier and open the weapon you want to texture.
First, go to "tools" and select "UV Mapping". Click "Load Image" and load the texture that you saved. Exit out of that window and select your entire weapon, so each vertex (point) is lighted.
Go back into the UV mapping window. In the drop-down box, select how you want your model to face while texturing it. Then click "Remap".
Edit the points so they surround what you want to be on the model. I ended up with this:
Now, go to Notepad and open your model. You might have to change the type of files to "All Files".
Go to textures and there should be a part that says "Image", and after that it says "Textures\white.blp". When typing in the file, use "\" not "/"!
Change that to the name of the texture you used. Remember when I said to remember this, and to write it down? Here is what it looks like, the highlighted part is what you change.
Open War3 Model Editor and open your model. Now look at your beautiful weapon... ahh, so pretty. But, it can be even better!
!Note!: Before adding the particle emitters, you may want to test your weapon in the World Editor to make sure that it is "to scale". Make sure that it isn't too big or too small for the units.
If it is too big, or too small, all you have to do is use the scale tool in the Vertex Modifier. A sword from 70~90 units from the origin is all right.
Adding Particle Emitters:
Now that we have our weapon, let us make it into a fire sword, or maybe a water sword! Don't know what I mean? You'll soon find out.
I will be using 1 particle emitters. Go to "Windows" and select "Node Manager". You should see a blank screen with "Box01" at the top.
Right-click anywhere in the screen, but not on the word object "Box01" and select "Create Particle Emitter 2" Remember to select the one that says "2"!
Now, go back to the Vertex Modifier. Use your mouse to hover over the place you want your particle emitter, look at the bottom left part of the screen and write down the coordnates.
Go back to War3 Model Editor, right-click one of the particle emitters and select "Edit Node" change the name if you want. (to organize)
Change the "Pivot Points" to the coordinates you wrote down. Do this for This is what I have:
Now that you have specified where you want your emitter, we are going to choose what our emitter looks like.
Open up the "MPQ Browser" find a texture that you like. I would use SingleCloud.blp, because that is the most basic particle emitter that can work for pretty much everything. SingleCloud.blp is in the file "Textures".
Right-click your texture and select "Use as Texture" You can use more that one texture.
Exit out of the "MPQ Browser" and go back to the "Node Manager"
Double-click your emitter. A screen like this should show up:
This is what it all means:
Visibility: 0 = Not Visible; 1-Infinity = Visible. Usually always set to 1. 2 does the same thing as 3, etc.
Emission Rate: How many particles are released per second.
Speed: How many units per second the particles move
Variation: This varies the speed you have set. So if you set the speed to 30 and the variation to 20, each particle will travel at a speed between 10 and 50.
Latitude: This one is really neat! The measurments for this variable is degrees. 0 means all particles will travel up. If set on 360 particles will start from the middle and travel out in any direction.
Width: This is how long you want your particle emitter.
Length: This is how thick you want your particle emitter.
Note: Magos mixed width and length.
Gravity: This is how much gravity will play a part in your emitter. Setting this to a positive number will make the particles go down, while a negative number will make it go up.
Texture ID: This specifies the texture that is used as the particles.
Filter Mode: This changes the art of the texture, as much as I could figure out. This is almost always set to "Additive".
Segment 1: This is not seen. Unless "Time" is set to a different variable.
Segment 2: This is seen first (or second). This color mixes with segment 1 (If time is set correctly)
Segment 3: This is seen last, this color mixes with segment 2.
Alpha (0 - 255): This is how much of this emitter is visible. 0 = Invisible while 255 = completely visible.
Scale: This is the size of the particle.
Head (Life Span): This is how long you can see the head part of the particle.
Head (Decay): This is when the particle begins to fade (decay).
Tail (Life Span): This sets how long the tail can be seen.
Tail (Decay): This is the time when the particle begins to fade.
Rows: This sets how many rows of particles are emitted. I do not recomend changing this. It will look boxy if you do.
Columns: This sets how many columns of particles are emitted. I do not recomend changing this. It will look boxy if you do.
Life Span: This is how long (in seconds) one particle takes to disappear.
Tail Length: I did not notice any changes when editing this variable.
Time: This is the amount of time each segment is to be seen. This allows segment one to be seen, if you set it to one.
Flags:
Unshaded: If checked, particles will not be affected by lighting.
Unfogged: If checked, paticles will not be affected by fog.
Alpha Key: I do not notice any changes. Do not check
Line Emitter: Whether or not particles move in three directions, or two.
Sort Primitives Far Z: Keeps particles "in order". Keep this checked
Model Space: Whether or not particles move with the emitter.
XY Quad: This makes it so the emitter can only be seen from the top, in XY coordinates; not XYZ coordinates
Squirt: I do not notice any changes.
Head: This needs to be checked so people can see the emitter.
Tail: I do not notice any changes. I'm guessing that this shows the tail. I have yet to figure out what the tail is though.
If anyone could help me out with some of these, help is appreciated.
There are a lot of sections to fill out, so I will show you the basic fire particle emitter settings:
Set the Visibility to 1
Set the Emission Rate to 100~200
Set the Speed to 30~50
Set the Variation to 0.02~0.10
Set the Latitude to 0
Set the Width to how thick you want it, mine is 80.
Set the Length to how long you want it, mine is 10.
Set the Gravity to 0
Set the Texture to the texture you want to use, min is: Textures\CloudSingle.blp
Set the Filter Mode to Additive
Set the Segment 1 color to dark yellow
Set the Segment 2 color to red
Set the Segment 3 color to dark red
Set all the Segment Alpha values to 255
Set the Segment Scaling values to 5~30
Set all the Start and End to 0
Set the rest of the Repeat to 1
Set the Rows to 1
Set the Columns to 1
Set the Life Span to 1
Set the Tail Length to 1
Set the Priority Plane to 0
Set the Replaceable ID to 0
Set the Time to 0
Check Flags: Unshaded, Sort Primitives Far Z, and Head
Here is a filled out Particle Emitter Node:
And this is what it looks like:
The possibilities are endless. Just change the texture and/or the particle emitter.
Let us go through the steps again:
Step One:
Step Two:
Step Three:
Step Four:
Step Five:
Step Six:
Step Seven:
Well, thats it! Have Fun!
Please post any mistakes or if you have any questions!
Below are two models that are shown in the tutorial.
A real masterpiece.
Not only the content, also how you structured, formatted and presented it.
I'll give you some rep.
I'd approve it right away, but we still need to attach the images to your post instead of linking to photobucket first.
I hope you can do that, otherwise I'll have to find the time to do it sometime this week.
Go edit your post (with the edit button) then click "Go Advanced". Find the "Manage Attachments" button and upload your pictures through the uploader there.
Finally, replace the links in your tutorial with links to the new files you just uploaded.
Very nice modeling and texturing. From what I can see, is that you made the width (not length, because magos messed up.) too small.
>>Go edit your post (with the edit button) then click "Go Advanced". Find the "Manage Attachments" button and upload your pictures through the uploader there.
Finally, replace the links in your tutorial with links to the new files you just uploaded.
Wow... I really dont want to do that. Why is photobucket bad?
We don't like links to off-site stuff just because we like to have all the files and stuff like that in our database and also so the existence of the images isn't dependent on some other website.