Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

EFTable_CameraSetting.db

Generated on: 2025-07-23 11:55:09 UTC

Row count: 243

Download CSV Zipped

CREATE TABLE CameraSetting (
  [ PrimaryKey ] INTEGER NOT NULL,
  [ SecondaryKey ] INTEGER NOT NULL,
  [ Name ] TEXT NOT NULL,
  [ CameraMode ] INTEGER NOT NULL,
  [ FOV ] REAL NOT NULL,
  [ Pitch ] REAL NOT NULL,
  [ Yaw ] REAL NOT NULL,
  [ ZoomDist ] REAL NOT NULL,
  [ RelativeX ] REAL NOT NULL,
  [ RelativeY ] REAL NOT NULL,
  [ RelativeZ ] REAL NOT NULL,
  [ Isometric_InterpolationRatio ] REAL NOT NULL,
  [ Isometric_PostProcessID ] INTEGER NOT NULL,
  [ Isometric_DOF_FalloffExponent ] REAL NOT NULL,
  [ Isometric_DOF_BlurKernelSize ] REAL NOT NULL,
  [ Isometric_DOF_FocusDistance ] REAL NOT NULL,
  [ Isometric_DOF_FocusInnerRadius ] REAL NOT NULL,
  [ Isometric_SSAO_OcclusionScale ] REAL NOT NULL,
  [ Isometric_SSAO_OcclusionPower ] REAL NOT NULL,
  [ Isometric_FOG_FogDensity ] REAL NOT NULL,
  [ Contents_SkipZoomDist ] INTEGER NOT NULL,
  [ Contents_SkipYaw ] INTEGER NOT NULL,
  [ TPSCameraOriginOffsetX ] REAL NOT NULL,
  [ TPSCameraOriginOffsetY ] REAL NOT NULL,
  [ TPSCameraOriginOffsetZ ] REAL NOT NULL,
  [ TPSLimitAngleLeft ] REAL NOT NULL,
  [ TPSLimitAngleRight ] REAL NOT NULL,
  [ TPSLimitAngleUp ] REAL NOT NULL,
  [ TPSLimitAngleDown ] REAL NOT NULL,
  [ PostProcessEffect_Camera ] TEXT NOT NULL,
  [ IgnoreMinimapRotation ] INTEGER NOT NULL,
  [ SourceRow ] INTEGER NOT NULL,
  [ Milestone ] TEXT NOT NULL,
  PRIMARY KEY ([ PrimaryKey ], [ SecondaryKey ])
)