Jump to content
Sign in to follow this  
foxykid09

Camera Letterbox script?

Recommended Posts

Hi there guys,

I'm trying to find out how i can have a letterbox type screen as shown in the picture below:

2014-02-15_00001_zpsaa476be6.jpg?t=1392491559

Share this post


Link to post
Share on other sites

Maybe this? :cool:

[color=#333333][font=arial]this exec "camera.sqs";[/font][/color]

The mission makers of "Survive" probably used camera.sqs and attached it to the unit.

Share this post


Link to post
Share on other sites

No custom cameras are used in the campaign for what you are looking at. They use the code bellow to show and hide the cinema borders while forcing the player into the walk animation,

//--- Show cinema border
[ 0, 0, false ] spawn BIS_fnc_cinemaBorder;

//--- Hide cinema border
[ 1, nil, false ] spawn BIS_fnc_cinemaBorder;

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  

×