| 05-08-2004, 12:47 AM | #1 |
Im not very familiar with modeling but I figured I could somehow seperate a weapon from an existing wc3 model, and then export it to use as a special effect. Well... I was able to get rid of everything except for the weapon but that didnt work out, then I tryed shrinking the model down and sticking it into the weapon but no luck there either. If someone could just point me towards a good tutorial or offer some advice Id be very thankful. Im using 3Dmax 5.0 |
| 05-08-2004, 03:26 PM | #2 |
Import using something like this....
Next, go to the modifier panel and delete everything but the weapon. I'm assuming you already know how to do this. Center the model as well. Now, make a material. First, export your texture as a TGA.
Finally, export. You'll need the art tools. Go to File->Export and choose Warcraft III MDL/MDX as the type. Use whateveryourweaponis.MDL as the name (replacing whateveryourweaponis with whatever your weapon is, of course). The .MDL is important because it cuts out another converting step. Open the .MDL you just exported with notepad. Scroll down to where you see "Textures 1 {". Just below, you should see a .BLP file, the one that you set to be the material. Change the path inside the quotes to match the one that you noted earlier (when converting the BLP to a TGA). Open Yobguls' converter and convert the MDL to MDX. To implement, you should only need to import the MDX. |
| 05-08-2004, 04:22 PM | #3 |
Im going to try it out:) Thank you so much for the help. |
| 05-08-2004, 04:37 PM | #4 |
When I exported it out of max, it made a few other files (white.blp and my texture). Do I need to import those into wc3 as well? |
| 05-08-2004, 05:09 PM | #5 |
Ive been messing with it for a while and can't get anything to work:/ I followed what you said as best I could, and everthing seemed to be right except that my texture was visible on the material ball before I dragged it onto the model. |
| 05-08-2004, 11:07 PM | #6 |
Upload your mdl and max and I'll try to figure out where you messed up. |
| 05-09-2004, 01:59 AM | #7 |
Here they are. |
| 05-09-2004, 04:51 PM | #8 | |
You somehow had two materials when you should only have one. Posting a screenshot of your material editor would help. Before you do that though, open your material editor and check if you have a white material. If you do, click and drag from a grey (default) one onto it (using the preview circles of each). Your other problem was that you didn't follow this step: Quote:
Bitmap { Image "Units\Human\Rifleman\Rifleman.blp", } I have a working version here; I just MDL edited out the material and changed the path. You can compare your version to this one. |
| 05-09-2004, 09:36 PM | #9 |
I tryed making my mdl like yours, but now it just crashes the editor:/ Ill keep messing with it and try to get it to work. Ill also try and figure out the extra material thing. Ty again. |
| 05-09-2004, 10:03 PM | #10 |
I redid the entire thing, and it worked:) Thank you for all of your help. |
| 05-09-2004, 10:03 PM | #11 |
If you post your .max, I should be able to point out what's wrong (as long as I can open it with my 4.2). I forgot to tell you something else... In the material editor, under the 'Extended parameters' rollout, turn on two-color alpha. This allows transparency. |
