Jump to content

[Share][Guide]How to: Model Weapon Attachments with Particle Emitters by Fabioz.


Recommended Posts

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!

 

 

 

Tools required:

 

    * Magos War3 Model Editor

    * Oinkerwinkle's Vertex Modifier

    * Oinkerwinkle's Primitives These are starting models

    * Warcraft III Image Extractor II

    * Warcraft III World Editor Duh...

    * Notepad Usually comes with your computor

 

 

 

Getting to Know the Vertex Modifier:

 

Selection:

 

    * 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:

 

  1. Open up your Vertex Modifier

  2. You should see three blank "viewports"

  3. Go to "File" and select "Open". Find where you saved the Primitives.

  4. Open one of the primitives that you want to use. I will be using a cube to create a sword.

  5. Let us save the primitive. I named mine "Sword". Your screen should look a bit like this:

 

CubeVertexModify.jpg

 

Transforming the Model:

 

  1. So the sword will be facing the right way when attached to a unit, the weapon should face upright in the top right viewport.

  2. The part of the weapon that will be in the unit's hand, should be right on the origin. (very middle)

  3. For my sword, I first used the rotate tool to make the sword turn about 45 degrees. So the sides will be sharp

  4. 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.

  5. Next, I used the extrude tool to make the hilt extend into the other parts of the sword.

  6. 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:

 

SwordVertexModify-1.jpg

 

Adding Texture to Your Weapon:

 

  1. Open up your War3 Image Extractor II

  2. 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.

  3. 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".

  4. Once you find a good texture, right click the file and save it. Save it somewhere you will remember. Here is a screenshot:

 

imageextractnewsword.jpg

 

# 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 suround what you want to be on the model. I ended up with this:

 

NewSwordUVMAP.jpg

 

# 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.

 

NotepadNEWSWORD.jpg

 

Open War3 Model Editor and open your model. Now look at your beautiful weapon... ahh, so pretty. But, it can be even better!

 

TexturedSword.jpg

 

!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:

 

  1. 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.

  2. 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.

  3. 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"!

  4. 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.

  5. 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)

  6. Change the "Pivot Points" to the coordinates you wrote down. Do this for This is what I have:

 

nodemanager2.jpg

 

# 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:

 

PaticleEmitter1.jpg

 

# 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:

          o Unshaded: If checked, particles will not be affected by lighting.

          o Unfogged: If checked, paticles will not be affected by fog.

          o Alpha Key: I do not notice any changes. Do not check

          o Line Emitter: Whether or not particles move in three directions, or two.

          o Sort Primitives Far Z: Keeps particles "in order". Keep this checked

          o Model Space: Whether or not particles move with the emitter.

          o XY Quad: This makes it so the emitter can only be seen from the top, in XY coordinates; not XYZ coordinates

          o Squirt: I do not notice any changes.

          o Head: This needs to be checked so people can see the emitter.

          o 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:

 

Nodeedit.jpg

 

nd this is what it looks like:

 

FireSword-1.jpg

 

The possibilities are endless. Just change the texture and/or the particle emitter.

Here are some other screenshots:

 

SwordTexture-1.jpg

 

Step 2:

 

UVMappingSword-1.jpg

 

 

Step 3:

 

NotepadSword-1.jpg

 

Step 4:

 

TexturedWeapon.jpg

 

Step 5:

 

FireSword.jpg

 

An Ice Sword

 

Watersword.jpg

 

Creating an Unequiped Model:

 

    Here, I will teach you how to edit a model to look "unequiped" or weaponless by edinting the previously made Blizzard model. This unit will be holding our weapon. Awesome!

 

  1. Open Magos' War3 Model Editor and go to "Windows" and select "MPQ Browser"

  2. Go to "File" and select either "War3.mpq" or "War3x.mpq" The latter is the expansion models.

  3. Select the file "Units" and choose any model that is holding a weapon.

  4. I went to "War3.mpq" and choose "Units\Demons\ChaosWarlock\ChaosWarlock.mdx"

 

chaosweapon.jpg

 

# Now, save your .mdx file as a .mdl.

# Open your file in Vertex Modifier. It may ask you which geoset you want to open. Find the one with the weapons in it. For my model, the shield and staff thing are in two different geosets.

 

chaosmdledit.jpg

 

Now, we will remove the mesh that makes the weapon. Select the vertexs that makes up the mesh of the weapon. Then press "Delete".

This geoset two, where the shield is:

 

chaosmdledit2.jpg

 

This is what geoset one looks like, after I remove the staff:

 

chaosmdledit3.jpg

 

# Save your model in the Vertex Modifier.

# Open your model in War3 Model Editor

Note: The portrait of your unit will be messed up, to fix this, go to the node manager and create a new camera view with your desired portrait view.

# Save your model as .mdx file.

# Open your World Editor and go to the import manager.

# Select "Import File" and import your .mdx file.

# Save your World Editor and exit out.

# Reopen your World Editor and map and go to the Objects Manager.

# Select the Units tab and right-click in the left column and select create a new custom unit.

# Select your new unit and go to "Art - Model File" and double-click that part.

 

 

WEchaos.jpg

 

# Select your imported model in the "Import" drop menu.

# Right-click your unit in the left column and select "Select in tool Palette.

# Theres your new unit! Good job!

 

chaosweaponless.jpg

 

Equiping your Weapon:

 

  1. Import both your unit(s) and weapon(s), save, exit, and reopen.

  2. Go to the Object Manager, and go to the "abilities" tab.

  3. Right-click the left column and select: "New Custom Ability..."

  4. Choose an item ability, such as: "Item Damage Bonus", "Item Armor Bonus", or "Item Stat Bonus". We use these abilities because they don't show a buff.

  5. With your new ability, remove any "bonuses" it has. Such as the "Item Stat Bonus Agility +1: go to Data - Agility Bonus, and remove that.

  6. Set "Art - Target" to the weapon you want to give the unit.

  7. Set "Art - Attachment Point 1" to:

          * hand

                o right

                o left

          * foot

                o right

                o left

          * overhead

          * head

          * chest

          * origin

  8. For my weapon, I will use "hand" "right". Two different sets of strings.

 

attachweapon.jpg

 

# Now, you can either make this ability an item ability or unit ability.

 

    * Item: you can match a weapon attachment with an item. Whenever an item with this ability is picked up, the attachment will be shown.

    * Unit: You can give or remove these attachments through triggers, or if you want to always have the unit to equip that weapon.

 

# Now, you can create an item with the object manager, and give the item the ability we just created. If you use an item ability, you will need to give the new unit an invetory.

 

FireSword(mdl).mdl

WaterSword(mdl).mdl

 

 

Link to comment
Share on other sites

  • 7 months later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



  • Posts

    • Instead of using encedc on it, try renaming it to "Icon.u" instead of "Icon.utx", and put it in your System folder. If it still crashes, the problem might be with your unrealed.
    • How's the project doing? Is there any news? It really interesting 🤔
    • thx for answer, i tried and woks encrypting, but i still having crashes 😞 i changed the icon in skillgrp.dat from "icon.skill0003" to "Myicons.misil" as i saved the file before endec and nothing. this is the report i got
    • New Season coming May 2024! First post updated      Website: L2Kain.net  Discord: https://discord.gg/l2kain  Wiki: https://info.kain.ws/   Important Dates   Server Start: TBD  Open Beta Test: 10th of May 2024!   Basic Information     Briefly about the concept of the server! We decided to move away from the standard Mid-Rate server concept and keep the mechanics of our beloved Lineage 2 that everyone loves! Massive battles for epic bosses, battles for profitable farming locations, resource spoilage and equipment crafting, daily instances, a balanced economy and much more. This server is build as a Craft-PvP concept. The goal is to gather players with a variety of preferences in the game and make a high-quality and interesting server with alternative character development options. We are well aware that "grinding" is an integral part of the game, but we diluted the boring and the same type of farming with interesting solutions and non-standard mechanics!   We have prepared a new High Five x25 on Modern Client for you. This server will be another step in the development of the platform and the project as a whole! Your appeals to those. support was not ignored, which means the new server will be even better than the previous one!      ⭐ Promotions and Bonuses for new players!     ⭐ Events and Giveaways daily!   ⭐ Rewards for Voting!   ℹ️ Server Rates Learn more about server rates! Server rates are configured in such a way that farming is best rewarded. Adena, drops, quests, various rewards and prices in the game store are well balanced among themselves!   Basic Server Rates:  ⭐ Experience & Skill Points - x25  ⭐ Adena Drop - x15 & Fixed Chance 66%  ⭐ Drop Rates - x10  ⭐ Spoil Rates - x10   Crafting keys, recipes drop & spoil with fixed amount from 2 to 3 and increased chances on all locations and quests  related to farm them.  ⭐ Quest Rates - x5  ⭐ Fortresses & Sieges - x5  ⭐ Raid Bosses & Epic Bosses - x1  ⭐ Weight Limit - x10      Connect with Us:  Discord: https://discord.gg/l2kain  Facebook: https://www.facebook.com/KainLineage2  TikTok: https://www.tiktok.com/@l2kain.net  YouTube: https://www.youtube.com/@Lineage2Kain
  • Topics

×
×
  • Create New...