Zeus Eye

K. Santos

Well-known member
Does anyone know if there is a way to remove the Zeus eye from the free camera mode (backspace) in Zeus? I want to do some recording and am assuming it must be some kind of layer that can be edited out.
 
The built in camera is probably better for recording. Hit ESC and click camera (or splendid camera), when you activate this camera time in game stops and you have the ability to speed up/slow down time. You can enable the camera in multiplayer, don't know off-hand the script to do that though.
 
If the mission has the debug console enabled you should just be able to run (edit: for splendid camera)

Code:
null=[] call BIS_fnc_camera;

If not, then you'll have to make a way to call that function in the editor. Radio trigger or addAction.
 
Back
Top