This tag is used to create Type 12 Static Cam Locators.
Usage
To use this group tag, you must first Include
any of the following XML files:
Zone.xml
Then you must execute any of the following ModelOutputInstructions
on the tagged group or a group containing it:
BaseZone
- Recommended when building an entire zone.
Locators2
- Recommended when building a group that only contains locators.
Entities
- Not recommended.
Syntax
<LocatorName> [StaticCam] [<FOV>]
- LocatorName: The name of the locator.
- FOV: The field of view for the camera.
Group Structure
TODO
Examples
TODO
Other Tags
These are other tags that can be used with this to configure it further.
FollowPlayer
This tag makes it so the camera targets an offset from the current position of the player.
[FollowPlayer] [<X>] [<Y>] [<Z>]
- X: The X offset from the player's position.
- Y: The Y offset from the player's position.
- Z: The Z offset from the player's position.
Note: The players position is at their feet so you may want to at least have a Y offset.
JumpCut
This tag makes it so the camera will immediately be in this position of the camera instead of panning over to it when entering the trigger.
[JumpCut]
InCarOnly
This tag makes it so the camera only works when the player is in a car.
[InCarOnly]
OnFootOnly
This tag makes it so the camera only works when the player is on foot.
[OnFootOnly]
TargetSpeed
TODO
[TargetSpeed] [<Speed>]
- Speed: TODO.
TransitionSpeed
TODO
[TransitionSpeed] [<Speed>]
- Speed: TODO.
Version History
1.0
Initial release.