Home   Help Search Login Register  

Author Topic: setFOV & Binos  (Read 442 times)

0 Members and 1 Guest are viewing this topic.

O Neil

  • Guest
setFOV & Binos
« on: 04 Jul 2003, 11:31:48 »
Hey

1st of all, I ain't no newbie and know cut-scene scripting very well.........apart from a few things.

I want the scene to fade in with the Bino vision, then fade out, then fade back in without the bino vision.

This is what I got and it ain't working:

titlecut [" ","BLACK OUT",2]
~2

_cam camsettarget s16
_cam camsetrelpos [0,-50,0]
_cam camcommit 0
@camcommitted _cam
~0

cutrsc ["binocular","BLACK IN",1]
~.1

_cam camsettarget s17
_cam camsetrelpos [0,-10,5]
_cam camcommit 7
@camcommitted _cam
~0

cutrsc ["default","BLACK OUT",1]
~1



2nd of all, where do I put the setFOV in the script?

O'Neil