| 02-13-2007, 08:56 AM | #1 |
How do you make these effects in nonrectangular areas? Is it really necessary to create dozens of regions? I have pretty complicated map and I need to put different fx in several different nonrectangular areas ![]() |
| 02-13-2007, 12:09 PM | #2 | |
Quote:
Yes. There are a few of tricks that you could use to make this easier though, if all the rects that needed a weather effect had the same prefix and a unique id you could use a program to generate Jass code that moves them into a single array you could then use a single FOR to add the weather effects. In fact, you don't even need an specialized program, even excel can do it. |
| 02-13-2007, 10:10 PM | #3 |
If you want some more info on behaviors of weather effects, read my pending tutorial found here. It explains a few unknown issues at the end. |
| 02-16-2007, 02:07 PM | #4 |
Vex: Thanks. Ended up with 24 regions in one area :) Ammorth: Good tut, thanks |
