https://github.com/awaelchli/gta-v-camera-tracker
Grand Theft Auto V mod for recording and exporting camera pose
https://github.com/awaelchli/gta-v-camera-tracker
Last synced: about 2 months ago
JSON representation
Grand Theft Auto V mod for recording and exporting camera pose
- Host: GitHub
- URL: https://github.com/awaelchli/gta-v-camera-tracker
- Owner: awaelchli
- Created: 2017-08-08T21:30:20.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-31T16:34:22.000Z (over 7 years ago)
- Last Synced: 2025-03-28T21:45:45.983Z (about 2 months ago)
- Language: C++
- Homepage:
- Size: 224 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Camera Tracker for Grand Theft Auto V
## Installation
1. Download and install the modding tool [ScriptHookV](http://www.dev-c.com/gtav/scripthookv/) as described in their the readme file.
2. Open the file `src/CamTracker.sln` in Visual Studio 2013 and build the project.
3. Copy the file `CamTracker.asi` from the folder `bin/Release` to the installation folder of Grand Theft Auto V.
## Usage
The mod only works in story mode.Key | Description
--- | ----------- |
__F5__ | Open/Close the plugin
__F9__ | Start/Stop recording of camera motion
__NUM 2/8/4/6__ | Navigate through the menus and lists (Num-Lock must be on)
__NUM5__ | Select
__NUM0/BACKSPACE/F5__ | BackWith each recording, the program creates a text file in the installation folder of GTA V.
Each row contains the following information:Index | Time | X Y Z | Pitch Roll Yaw |
----- | ---- | ----- | -------------- |
Row number | Timestamp of the recording in milliseconds since the beginning of the clip | Location of the camera in world coordinate frame | Pitch, roll and yaw angles in degrees relative to the world coordinate frame |