Jump to content
Sign in to follow this  
Psykedeeli

how to end intro

Recommended Posts

I've read many threads about this but i still have a problem:

The intro itself works well but when it's time to quit the intro and start the actual game, the intro doesn't end. The last video clip ends and the screen blacks out but nothing happens after that.

This is what I have in the end of my scene.sqs:

;=== 1:58:20

_camera camPrepareTarget plane1

_camera camPreparePos [10297.52,8672.32,17.96]

_camera camPrepareFOV 0.700

_camera camCommitPrepared 0

@camCommitted _camera

~35

player cameraeffect ["terminate",""back"]

camdestroy _camera

titleCut ["", "BLACK OUT"]; titleFadeOut 4

~6

exit

So.. that doesn't work. What am I missing?

Edited by Psykedeeli
typo

Share this post


Link to post
Share on other sites

Got it working!

Player cameraEffect ["terminate", "back"]

camDestroy _camera

endMission "END1";

Exit;

Share this post


Link to post
Share on other sites

Doesn't that end the mission completely?

E: Just realized that you were doing the intro part of the mission and not just an opening cinematic in the same part.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×