ToggleFlyCam

From GECK
Jump to: navigation, search


A function included in the GECK for Fallout 3.

Description

Turns the Free Fly camera (UFO cam) on and off. There are actually three different FlyCam functions rolled into TFC: TFC 1, TFC 2, and TFC 3. See the Parameters section below for more details on each camera.

Console Functions are normally exclusively for use in the in-game Console (accessible by pressing "~").

With JIP LN NVSE Plugin, any console function can be used in scripts with the Console function.

Syntax

[help]
ToggleFlyCam mode:int 

Or:

TFC mode:int 

Parameters

TFC 1

  • Freezes the game completely.
  • Camera is free to move.

TFC 2

  • Freezes the game completely.
  • Nothing should change except the viewpoint.
  • Whatever was rendered that last frame is rendered until you exit this mode.

TFC 3

  • The current camera position and orientation is frozen and used for occlusion and accumulation.
  • Camera is free to move.
  • Everything else in the game keeps running.

See Also