[CAMERAS] // Master activation switch ACTIVATECAMERAS = 1 // What controller are we using? StartController = Tele // How long do we stick with our kickoff cameras? KickoffLength = 50 // Default OOP Cameras CornerNear = Corner CornerFar = Corner CornerNearStart = Corner Close CornerFarStart = Corner Close ThrowinNear = Throwin Near ThrowinFar = Throwin Far GoalkickPos = Goalkick GoalkickNeg = Goalkick GoalkickPosStart= Goalkick Close GoalkickNegStart= Goalkick Close FreekickPos = Freekick Pos FreekickNeg = Freekick Neg FreekickPosStart= Freekick Pos Close FreekickNegStart= Freekick Neg Close Penalty = Penalty Offside = Sideline Replay Foul = Sideline Zoom // Auto Replay Cameras ReplayDollyNear = Dolly Near ReplayDollyFar = Dolly Far ReplayCorner = Corner Replay ReplayBreakaway = Breakaway Replay ReplayBallCam = BallCam Replay ReplaySideline = Sideline Replay /////////////////////////////////////// // // // In-play camera controller systems // // // /////////////////////////////////////// NumControllers = 8 [CAMERAS/CONTROLLER1] NAME = Tele DEFAULT = Tele Neg POSTEAM = Tele Pos NEGTEAM = Tele Neg BLENDFRAMES = 40 [CAMERAS/CONTROLLER2] NAME = Tower DEFAULT = Tower Neg POSTEAM = Tower Pos NEGTEAM = Tower Neg BLENDFRAMES = 60 [CAMERAS/CONTROLLER3] NAME = End to End DEFAULT = End to End Neg POSTEAM = End to End Pos NEGTEAM = End to End Neg THROWINNEAR = End to End Throwin THROWINFAR = End to End Throwin BLENDFRAMES = 30 [CAMERAS/CONTROLLER4] NAME = Sideline DEFAULT = Sideline Neg POSTEAM = Sideline Pos NEGTEAM = Sideline Neg BLENDFRAMES = 40 [CAMERAS/CONTROLLER5] NAME = Panoramic DEFAULT = Panoramic Neg POSTEAM = Panoramic Pos NEGTEAM = Panoramic Neg BLENDFRAMES = 60 [CAMERAS/CONTROLLER6] NAME = Action DEFAULT = Action Neg POSTEAM = Action Pos NEGTEAM = Action Neg BLENDFRAMES = 40 [CAMERAS/CONTROLLER7] NAME = End Dynamic DEFAULT = End Dynamic Neg POSTEAM = End Dynamic Pos NEGTEAM = End Dynamic Neg THROWINNEAR = End to End Throwin THROWINFAR = End to End Throwin BLENDFRAMES = 40 [CAMERAS/CONTROLLER8] NAME = Swing DEFAULT = Swing Neg POSTEAM = Swing Pos NEGTEAM = Swing Neg THROWINNEAR = End to End Throwin THROWINFAR = End to End Throwin BLENDFRAMES = 30 ////////////////////////////////////////////////////////////////////////////////////////////////// // Sample controller. Not used in-game, this demonstrates all the features of the controllers. // ////////////////////////////////////////////////////////////////////////////////////////////////// // Controller number // Must be less than or equal to NumControllers (and greater than zero) or the controller is ignored. [CAMERAS/CONTROLLERXXX] // Controller name NAME = GeoffJCam // Number of frames for smooth blend between cameras BLENDFRAMES = 100 // Default camera DEFAULT = GeoffJCam1 // Camera to use during kickoff KICKOFF = GeoffJCam2 // Special cameras for positive and negative team possession POSTEAM = GeoffJCam3 NEGTEAM = GeoffJCam4 // Overridden OOP cameras CORNERNEAR = GeoffJCam5 CORNERFAR = GeoffJCam6 THROWINNEAR = GeoffJCam7 THROWINFAR = GeoffJCam8 GOALKICKPOS = GeoffJCam9 GOALKICKNEG = GeoffJCam10 FREEKICKPOS = GeoffJCam11 FREEKICKNEG = GeoffJCam12 PENALTY = GeoffJCam13 FOUL = GeoffJCam14 // Breakaway cameras, mode POSBREAKAWAY = GeoffJCam15 NEGBREAKAWAY = GeoffJCam16 BREAKAWAYMODE = 1