Script Path

Revision as of 23:32, 20 September 2010 by Gta-mysteries (talk | contribs)

Spath.dat files are scripted path files used only in Vice City to script an object onto a path that is too much to just shove into the main.scm. These files are located in the maps/data folder in the Vice City directory. This file contains coordinates for the main.scm to use. By default, Vice City has only one scripted path file, the spath0.dat, which controls Cortez's yacht in the mission "All Hands On Deck!"

Scripted paths are replaced by the binary R3 file format in San Andreas and GTA IV.

Format

The file starts with the number of coordinates that will be used in the file. The rest of the file are X, Y, and Z coordinates linked as a path in the game.

How 2.0

The scripted path file needs to be defined in the main.scm using opcode 049C in order for it to work. To attach an object onto the path, first define the object. Create the object using the opcode 029B. Attach the object onto the path using the opcode 049D. You can attach as many object as you want onto the same path. Lastly, set the speed of the object on the path using opcode 049E. To remove references to the scripted path file from the main.scm, use the opcode 04A1. The opcode 049F sets the distance you want the object to move on the path. In order to add more scripted path files, create a file named spath#, '#' being an integer in order after the last one.

Current Usage

Currently, the Liberty City and Myriad Islands modifications for Vice City uses this feature. In the Liberty City mod, this is used to move the train around the city. In Myriad Islands, it was briefly used in a user-made mission to move Cortez's yacht.

See also

Copyrighted

This page is licensed under the GNU Free Documentation Licence. This page has a separate license to the CC-BY-SA that applies to most of Grand Theft Wiki.

The full text of the GNU FDL v1.2 is here. Click the "History" button to see the full list of authors. See Grand Theft Wiki:Copyright for more detail on our copyright policy.

GNU Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
See Grand Theft Wiki:Copyright for more information.