| 07-28-2003, 03:41 AM | #1 |
Is it possible to add the glowing teamcolor aura to any unit? if so, how? |
| 07-28-2003, 03:47 AM | #2 |
I think there's some sort of third-party deal that allows you to, but not in the editor itself. Anyone got a link? |
| 07-28-2003, 03:56 AM | #3 |
Use the search forum next time, but here is a link. http://www.wc3campaigns.com/forums/s...threadid=7474& |
| 07-28-2003, 03:56 AM | #4 |
You have to edit the model, dont you? |
| 07-28-2003, 04:03 AM | #5 |
Yes |
| 07-28-2003, 04:21 AM | #6 |
No you don't have to edit the model, you can also simply use the glow models as special effects and attach them to whatever unit you want via triggers. Both options are there, it's just a matter of choosing whcih method to use. ~kharma |
| 07-28-2003, 06:26 PM | #7 |
I used a mod of the blood-mage's sphere ability. Only prob is that wehn u cast spells the glow goes to the location for a second |
| 07-28-2003, 06:46 PM | #8 |
I have a trigger for detecting hero creation and adding it to them in a color-appropriate fashion. Do you need it? |
| 07-28-2003, 10:51 PM | #9 |
yes, please and thank you in advance. |
| 07-29-2003, 12:28 AM | #10 | |
Okay. Here it is. I used one color variable, "colorColor", and one string variable, "stringColor". I imported the files into the "SharedModels\" directory. Quote:
As a note, I wanted to do some sort of "Convert Player Color to String" for the concatenation at the end, but there was no such function. Would have been a derned shorter trigger if there was. |
| 07-29-2003, 12:51 AM | #11 |
Where can I get Colorcolor and Stringcolor from? i'm not familiar with importing that much. |
| 07-29-2003, 01:34 AM | #12 |
You've got Cookie's pack with the hero glow effect models, don't you? Just checking. The "stringColor" and "colorColor" are my names for two variables. One is a String variable, and the other is a Color variable. In the Trigger Editor, if you click on the X button on the top, it will bring up a small variable editor window. There you should make two variables. Make one a Color variable and one a String variable, like I used for the trigger. Then, refer to your variables when you're writing the trigger. A better link for Cookie's glowpack is here. |
| 07-29-2003, 03:07 PM | #13 |
I followed the link and got the cookie thing...but I can't figure out what to do with it from there...I hate to ask for hand-holding, but... |
| 07-29-2003, 04:44 PM | #14 |
Unzip Cookie's file and extract the files to your Warcraft III\SharedModels\ directory. You'll have to make a folder for it. Then, go into your Import Editor in WE and import the files that you want (I didn't use half of them, because I only needed one size of glow). Change their paths to SharedModels\blahblah.mdx so that the editor is looking for them in the right place. Then the trigger should point to them correctly. |
| 07-29-2003, 06:28 PM | #15 |
where can I get a good unzip program? I must have taken my stupid pills thismorning.... |
