Jump to content
Sign in to follow this  
santafee

Intros and Cutscenes

Recommended Posts

Hi, first off all i have to say that i searched trough many threads and watched for guides which make it easier, but i dont get so far with that...So here are some questions, would be nice if i get some anwers!..

For Intros and Cutscenes you create a .sqs file, can you everywhere and anytime call this sqs file to execute cutscenes?

Is it important to choose the Intro Section in the editor, or can you call Cutscenes everywhere also in the normal mission part?

How do you call cutscenes/camerascenes.Thought its just "this exec "Intro.sqs"; isnt it?

I ask these things cause i had my camerafile working for a time, but with that new its not.Here you go..:

Notice, this is only the try to practise the whole camerathing,but its not working..Thanks in advance!

;Introsequenz

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

;Position 1 Flugzeug

_camera = "camera" camCreate [12250.25,12615.41,10.75]

_camera camPrepareTarget Flagge1

_camera camPrepareFOV 0.600

_camera camCommitPrepared 0

@camCommitted _camera

_camera cameraEffect ["internal","back"]

showcinemaborder false

;Position 2 Flugzeug

_camera camPrepareTarget Flagge1

_camera camPreparePos [12250.25,12615.41,10.75]

_camera camPrepareFOV 0.500

_camera camCommitPrepared 30

@camCommitted _camera

Share this post


Link to post
Share on other sites

1) Yes.

2) Yes, you can put them in any part.

3) Yes. Or you could use "[] exec "intro.sqs" if you want to execute it from the init.sqf.

Could you explain what exactly happens if you call the script? Because i can't see any mistake...

Share this post


Link to post
Share on other sites

Thanks for your Answers!

After i saved it in UTF-8 not Unicode it worked.

No il try get some practice with this,what is a SP misison without Cutscenes:)

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  

×