cameras.ini

This file defines the position of the available TV cameras. It's possible to have multiple files where each file defines a single camera set.

The file name for set 1 is "cameras.ini", all others are named "cameras_x.ini" where x begins at 1 and increases for each additional set.

Example

[HEADER]

VERSION=3

CAMERA_COUNT=1

SET_NAME=TV 1

[CAMERA_0]

NAME=1

POSITION=0 ,10 ,0

FORWARD=1 ,0 ,0

UP=0 ,1 ,0

MIN_FOV=8

MAX_FOV=4

IN_POINT=-1

OUT_POINT=-1

SHADOW_SPLIT0=120

SHADOW_SPLIT1=250

SHADOW_SPLIT2=600

NEAR_PLANE=2

FAR_PLANE=15000

MIN_EXPOSURE=0.35

MAX_EXPOSURE=0.55

DOF_FACTOR=0

DOF_RANGE=10000

DOF_FOCUS=0

DOF_MANUAL=0

SPLINE=

SPLINE_ROTATION=0

FOV_GAMMA=1

SPLINE_ANIMATION_LENGTH=15

IS_FIXED=0

HEADER

    • VERSION: File version. Should be 3 at the moment.

    • CAMERA_COUNT: Count of [CAMERA_X] sections in this file

    • SET_NAME: Visible set name in the replay window

CAMERA_X

    • NAME: Unknown where this is visible

    • POSITION: Location of the camera

    • NEAR_PLANE: Only objects after this distance are drawn

    • FAR_PLANE: Only objects before this distance are drawn

    • IS_FIXED: 1 = True, 0 = False. Prevents the camera from moving at all