OFPEC Forum
Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting Multiplayer => Topic started by: cheeba on 31 Aug 2003, 23:25:35
-
How do I link a cutscene to a Multiplayer mission..
-
what type of cutscene are you talking about, intro, outro, ???
You simply create the script that runs your cameras then if an intro type cutscene, run the file at the start of the mission from the init.sqs
or if an outro run it from the endgame trigger
If its a cutscene that is run when some event occurs, then have it run from a trigger when the triggers condition is met
I would not use "disableuserinput" as this often leads to clients being unable to regain control of their keyboard without a reboot even if you re-enable them with "disableuserinput false"
-
cheeba was having trouble that, apparently, the mission did not run directly after the intro cutscene had finished. he had said it worked when he exported it to single missions but not as a MP mission.
I have never written a MP mission so thought this might be a MP problem. why would the mission run on single player but not on MP? is there a difference?
-
hey cheeba. sui just answered this on the other post.. in MP you can't have pre-briefing cutscenes.
bummer!!!
-
if you are talking about a proper intro, then no you cant have one in MP, we use cutscenes instead and then we have our mission scripts run at the end of the cutscene
The gametime starts right away though, so if your cutscene is say 40 seconds long, then when you actually start the mission you will be 40 secs into the game