Warning: include(/var/www/html/forum/Sources/../../../includes/depot_files/OFPEC_get_header_image.inc.php): failed to open stream: No such file or directory in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 146

Warning: include(): Failed opening '/var/www/html/forum/Sources/../../../includes/depot_files/OFPEC_get_header_image.inc.php' for inclusion (include_path='.:/usr/local/lib/php') in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 146

Notice: Undefined index: OFPEC in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 152

Notice: Trying to access array offset on value of type null in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 152

Notice: Trying to access array offset on value of type null in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 152
    Home   Help Login Register  

Author Topic: setFOV & Binos  (Read 621 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