Cinematic Help

Radicool

New Member
Reaction score
0
So I've got a problem with my cinematic involving glitchey wait functions. The cinematic works but when it reads the wait function, it freezes on the cinematic. I'm not worried about memory leaks atm. Heres my trigger;

Opening Cinematic
Events
Map initialization
Conditions
Actions
Set Players[1] = (All players matching ((((Matching player) slot status) Equal to Is playing) and (((Matching player) controller) Equal to User)))
Player Group - Pick every player in Players[1] and do (Actions)
Loop - Actions
Cinematic - Turn cinematic mode On for (All players)
Cinematic - Disable user control for (All players)
Hero - Give Undead's Flag 0024 <gen> to Undead Protector 0025 <gen>
Hero - Give Nature's Flag 0023 <gen> to Nature Protector 0026 <gen>
Sound - Play Credits <gen>
Sound - Set music volume to 0.00%
Camera - Pan camera for (Picked player) to (Center of (Playable map area)) over 0.00 seconds
Wait 1.00 seconds
Game - Display to (All players) for 3.00 seconds the text: |cFF1874CDWelcome t...
Wait 3.00 seconds
Environment - Set sky to Lordaeron Summer Sky
Sound - Set Fire Sounds to 0.00%
Camera - Apply Nature Golem 1 <gen> for (Picked player) over 1.50 seconds
Sound - Play SentinelsGlueScreen <gen>
Wait 2.00 seconds
Game - Display to (All players) for 5.00 seconds the text: |cff00FF00The Undea...
Sound - Play NatureGolem <gen> at 100.00% volume, located at (Center of Flag Return Nature <gen>) with Z offset 0.00
Camera - Rotate camera 240.00 degrees around (Center of Flag Return Nature <gen>) for (Picked player) over 5.50 seconds
Wait 6.00 seconds
Camera - Apply Map Centre <gen> for (Picked player) over 0.80 seconds
Wait 0.60 seconds
Sound - Set Fire Sounds to 0.00%
Camera - Apply Undead Golem 1 <gen> for (Picked player) over 0.80 seconds
Sound - Play ScourgeGlueScreen <gen>
Wait 2.00 seconds
Environment - Set sky to Felwood Sky
Game - Display to (All players) for 5.00 seconds the text: |cff8B4513The Natur...
Sound - Play UndeadGolem <gen> at 80.00% volume, located at (Center of Flag Return Undead <gen>) with Z offset 0.00
Camera - Rotate camera 240.00 degrees around (Center of Flag Return Undead <gen>) for (Picked player) over 5.50 seconds
Wait 1.85 seconds
Sound - Stop UndeadGolem <gen> Immediately
Wait 4.15 seconds
Camera - Apply Playable Camera <gen> for (Picked player) over 1.75 seconds
Wait 1.75 seconds
Game - Display to (All players) for 6.00 seconds the text: |cFF1874CDNow Pick ...
Sound - Play GameBegin <gen>
Sound - Stop music Immediately
Sound - Play War2IntroMusic <gen>
Sound - Set music volume to 70.00%
Sound - Set Fire Sounds to 75.00%
Sound - Set Combat Sounds to 80.00%
Sound - Set Unit Response Sounds to 80.00%
Sound - Set Ambient Sounds to 85.00%
Environment - Set sky to None
Wait 1.00 seconds
Cinematic - Enable user control for (All players)
Cinematic - Turn cinematic mode Off for (All players)
Wait 20.00 seconds
Trigger - Turn on Nature Spawn Run <gen>
Trigger - Turn on Undead Spawn Run <gen>
 

0WN3D

New Member
Reaction score
15
I am quite sure that the problem is that you used waits in loops... Though not rly sure if that is the real problem...
 

Gummi_Bears

New Member
Reaction score
5
Try this, (haven't tested):

Trigger:
  • Melee Initialization
    • Events
      • Map initialization
    • Conditions
    • Actions
      • Set Players[1] = (All players matching ((((Matching player) slot status) Equal to Is playing) and (((Matching player) controller) Equal to User)))
      • Cinematic - Turn cinematic mode On for (All players)
      • Cinematic - Disable user control for (All players)
      • Hero - Give Undead&#039;s Flag 0024 &lt;gen&gt; to Undead Protector 0025 &lt;gen&gt;
      • Hero - Give Nature&#039;s Flag 0023 &lt;gen&gt; to Nature Protector 0026 &lt;gen&gt;
      • Sound - Play Credits &lt;gen&gt;
      • Sound - Set music volume to 0.00%
      • Player Group - Pick every player in Players[1] and do (Actions)
        • Loop - Actions
          • Camera - Pan camera for (Picked player) to (Center of (Playable map area)) over 0.00 seconds
      • Wait 1.00 seconds
      • Game - Display to (All players) for 3.00 seconds the text: |cFF1874CDWelcome t...
      • Wait 3.00 seconds
      • Environment - Set sky to Lordaeron Summer Sky
      • Sound - Set Fire Sounds to 0.00%
      • Camera - Apply Nature Golem 1 &lt;gen&gt; for (Picked player) over 1.50 seconds
      • Sound - Play SentinelsGlueScreen &lt;gen&gt;
      • Wait 2.00 seconds
      • Game - Display to (All players) for 5.00 seconds the text: |cff00FF00The Undea...
      • Sound - Play NatureGolem &lt;gen&gt; at 100.00% volume, located at (Center of Flag Return Nature &lt;gen&gt;) with Z offset 0.00
    • Player Group - Pick every player in Players[1] and do (Actions)
      • Loop - Actions
        • Camera - Rotate camera 240.00 degrees around (Center of Flag Return Nature &lt;gen&gt;) for (Picked player) over 5.50 seconds
      • Wait 6.00 seconds
    • Player Group - Pick every player in Players[1] and do (Actions)
      • Loop - Actions
        • Camera - Apply Map Centre &lt;gen&gt; for (Picked player) over 0.80 seconds
    • Wait 0.60 seconds
      • Sound - Set Fire Sounds to 0.00%
      • Player Group - Pick every player in Players[1] and do (Actions)
        • Loop - Actions
          • Camera - Apply Undead Golem 1 &lt;gen&gt; for (Picked player) over 0.80 seconds
        • Sound - Play ScourgeGlueScreen &lt;gen&gt;
    • Wait 2.00 seconds
      • Environment - Set sky to Felwood Sky
      • Game - Display to (All players) for 5.00 seconds the text: |cff8B4513The Natur...
      • Sound - Play UndeadGolem &lt;gen&gt; at 80.00% volume, located at (Center of Flag Return Undead &lt;gen&gt;) with Z offset 0.00
      • Player Group - Pick every player in Players[1] and do (Actions)
        • Loop - Actions
          • Camera - Rotate camera 240.00 degrees around (Center of Flag Return Undead &lt;gen&gt;) for (Picked player) over 5.50 seconds
        • Wait 1.85 seconds
        • Sound - Stop UndeadGolem &lt;gen&gt; Immediately
        • Wait 4.15 seconds
        • Camera - Apply Playable Camera &lt;gen&gt; for (Picked player) over 1.75 seconds
        • Wait 1.75 seconds
        • Game - Display to (All players) for 6.00 seconds the text: |cFF1874CDNow Pick ...
        • Sound - Play GameBegin &lt;gen&gt;
        • Sound - Stop music Immediately
        • Sound - Play War2IntroMusic &lt;gen&gt;
        • Sound - Set music volume to 70.00%
        • Sound - Set Fire Sounds to 75.00%
        • Sound - Set Combat Sounds to 80.00%
        • Sound - Set Unit Response Sounds to 80.00%
        • Sound - Set Ambient Sounds to 85.00%
        • Environment - Set sky to None
        • Wait 1.00 seconds
        • Cinematic - Enable user control for (All players)
        • Cinematic - Turn cinematic mode Off for (All players)
        • Wait 20.00 seconds
        • Trigger - Turn on Nature Spawn Run &lt;gen&gt;
        • Trigger - Turn on Undead Spawn Run &lt;gen&gt;
 
General chit-chat
Help Users
  • No one is chatting at the moment.

      The Helper Discord

      Members online

      No members online now.

      Affiliates

      Hive Workshop NUON Dome World Editor Tutorials

      Network Sponsors

      Apex Steel Pipe - Buys and sells Steel Pipe.
      Top