Description
Audio Capture Tool
This is a simple script designed to help you create custom train tracks.
Requirements:
ScriptHookV
Installation:
Ensure ScriptHookV is installed. Copy the "TrackRecorder.asi" and "TrackRecorder.ini" files into your GTA V main directory.
Usage:
Walk
(It's crucial to be on foot while recording, otherwise the z coordinates might be inaccurate) to where you want the train track to begin. Press "J" (the key defined in the ini file) to add your current player coordinates to the track file as a train node. Then walk to the next point you wish to add as a node and press "J" again. Repeat this process for all nodes. You don't have to do this all at once. The script simply appends a new node to the file each time you press "J". Therefore, you can close the game and resume your work later. When you are finished and close or minimize the game, a "trainsXYZ.dat" file will appear in your main GTA V directory. Open this file using a program like Notepad++. Count how many lines the file has. Create a new line at the beginning of the file and enter the number of lines there. For example, if your file contains 54 nodes, write "54" on the first line like this:
Example File Structure
54 -818.4609 177.3405 70.91507 0 -819.3862 177.3305 70.72857 0 ...
After saving the file, you have successfully created a train track.
You can optionally import this file into CodeWalker to add stations or adjust the position of nodes.
Config:
In the TrackRecorder.ini file, you can change the to another one. This is useful if you have another mod installed that already uses "J" for a function.
First Upload: November 12, 2024 Last Updated: November 12, 2024