Spectator Mode: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
m (Remove page content)
Tag: Replaced
 
(5 intermediate revisions by 4 users not shown)
Line 1: Line 1:
[[Category:Arma 3: Editing]]
#REDIRECT [[Arma 3: End Game Spectator Mode]]
 
Spectator camera is a tool for watching game while you cannot or do not want to play directly. It's often available after your death, when you wait for a respawn. It is also available on pre-defined playable slots for users who wish to observe a mission or even stream its progress.
 
== Controls ==
=== General ===
*Use '''[Space]''' to switch between unit view and free camera.
*Use '''[Arrow left]''', '''[Arrow right]''' to list through watchable soldiers. The selected one is be marked by an icon.
*Tap '''[M]''' to open the map.
*Clicking '''[LMB]''' anywhere in map will move the free camera under cursor position.
*Press '''[N]''' to toggle night vision.
 
*Use '''[Ctrl + F1-F10]''' to save the currently selected soldier.
*Press '''[F1-F10]''' to recall to a saved soldier.
 
=== Free Camera ===
*Move the camera by '''[W]''', '''[A]''', '''[S]''', '''[D]''', '''[Q]''' and '''[Z]'''.
*Use mouse and Numpad numbers to look around.
*Tap '''[Num *]''' to toggle between moving and looking around by mouse.
*Press '''[Delete]''' to toggle a floating mode.
*Use '''[F]''' to focus the camera on a cursor target or a position.
*Press '''[L]''' to hide the crosshair.
*Tap '''[Left Alt]''' to move camera to selected unit's position.
 
*Use '''[Ctrl + 0-9]''' to save current camera coordinates.
*Press '''[0-9]''' to load saved camera coordinates.
 
=== Unit View ===
* Use '''[Num Enter]''', '''[Num 0]''' or '''[Num .]''' to switch between camera views. This is consistent with other views in the game.
 
 
== Mission Configuration ==
By default, camera has no area restrictions and all playable units are available for preview.
 
* '''Units''' - declare an array of groups and name it ''RscSpectator_allowedGroups''. All group members will be available for spectator preview.
RscSpectator_allowedGroups = [BIS_grpBlue,BIS_grpGreen];
 
* '''Area''' - ''TBA''

Latest revision as of 23:56, 24 June 2022