| 06-22-2004, 02:11 PM | #1 |
Hi there. I've just started making a campaign.. I have figured out how to handle game chache and that stuff. So no worries :P I just need some help with the campaign editor.. I've added two maps to the campaign, but when I save it it says that the maps are not in use.. I don't really get that.. ^^ And oh, how can I load a map directly from the map being played. Like in the Orc campaign, you can get to diffrent maps from one map, get it? Like, there is no victory.. or at least don't seem to be. So that question would be, how can I make a certain map load depending on diffrent things. Thanks |
| 07-02-2004, 12:37 PM | #2 |
The reason the Campaign Editor says that they're not in use, is that you need to assign some buttons to the maps, which is done under the Loading Screen tab. As for the other problem, i have a way of doing this, i don't know if it's the best or anything, but i'm rather new to the whole campaign thing too :) Make a trigger with some events and conditions of your choice, ah nevermind, here's an example: Code:
Event: A unit enters (DungeonMap <gen>)
Conditions:
Actions: Game - Set next level to Maps\Frozen Throne\DungeonMap.w3x
Game - Victory player 1 (Red) (Skip dialogs, skip scores)I'm not sure if this was what you were looking for, and if it's the best way to do it, but hey, i tried ;) |
