OFPEC Forum

Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting General => Topic started by: Zombie on 09 Feb 2005, 23:05:23

Title: showcinemaborder
Post by: Zombie on 09 Feb 2005, 23:05:23
for some reason showcinemaborder false is not working for me.  I have it as one of the first lines in my "movie.sqs" that is called from the init.sqs.  Is that the right place to use it?  I have a custon resource I want to display during my intro cutscene.  Sometimes I have no problems, and other times I do...very weird:

?param1==2:goto "end"

playmusic "movie"
_camera = "camera" camcreate [0,0,0]
_camera cameraeffect ["internal", "back"]
_camera camcommit 0
ShowCinemaborder false
titlersc ["starttext1","Plain"]
;=== 19:18:38
_camera camSetTarget [101162.25,27503.28,74.04]
_camera camSetPos [2245.82,12243.79,2.94]
;;_camera camSetFOV 0.700
_camera camCommit 0
@camCommitted _camera
Title: Re:showcinemaborder
Post by: nominesine on 10 Feb 2005, 09:32:03
showCinemaBorder works excellent in SP intros. I've never got it to work in a cutscene inside the actual mission.
Title: Re:showcinemaborder
Post by: Rokket on 13 Feb 2005, 03:02:06
I had a similar problem - just in one cutscene the border would show up no matter what.  One time it worked, then didn't the next. I never solved the problem and put it down to gremlins.
generally it works tho. I usually put it first, along with no time compression and radio off if appropriate.