| 06-07-2003, 11:23 PM | #1 |
Hey, I just started making maps for WC custom games, The Frost Wyrm Wars. Um, how would i go about adding cynamatics and having them play when the game starts and ends... plus.... At the end is there a way i can make it where if team 1 wins, it shows one cyn and if team 2 wins it shows a different one? |
| 06-08-2003, 12:00 AM | #2 |
questions go in the map dev forum. trigger repository is for WORKING CODE. |
| 06-10-2003, 12:11 AM | #3 |
Guest | Yes there is but firstly next time i suggest you post a message like this in the map development forum this one is for utilitys and triggers made for public distribution. The way to make a cinematic for startup would be upon map initilization then start running your cinematic (add triggers to do all the camera work and that). You should be able to find some detailed cinematic tutorials around here somewhere. As for two different ending cinematics that would most likely be done by setting 2 different conditions like if a player gets to location 1 run trigger cinematic win 1 and for the second it could be something like if player builds unit run trigger cinematic win 2 something like that. (You must use the pick player then do whatever otherwise it will not be shown for all the players you want) Your talking about if team 1 or 2 wins now for that all you would need to do is run a trigger with all the cinematic stuff but for all the cinematic stuff make sure you do pick every player in team 1 or 2 (note you must add them to a team before you can pick them) so whats happening is your only running the cinematic for team 1 and the same would be done for team 2 just make sure you dont pick anyone in the oposite team and it should go fine you still may need the conditions situation i mentioned above but you would also need to do the pick players for that too. Wow that sounds pretty confusing hopefully you understoof some of it if not reply and i'll try to give a less complicated explanation. |
| 06-24-2003, 05:34 AM | #4 |
