02F3

From GTAMods Wiki
Revision as of 14:12, 16 December 2016 by Spaceeinstein (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

GTA III Vice City LOAD_SPECIAL_MODEL


Description
Loads a special model as a cutscene object
Syntax
02F3: load_object [int] '[string]'
Parameter
[int]
Valid model index as defined in the HIER section of the IDE file; also acceptable is the clump model's name with a hash character
[string]
Valid DFF model name (7 characters maximum)

This opcode loads a special model as a cutscene object. Similar to opcode 023C, the DFF model does not need to be defined in an IDE file. All the opcode needs is a valid model with a TXD of the same name. Any upper case letters (A-Z) are converted to lower case by the game internally. The clump model is treated like any models so 0248 can be used to check if it has been loaded, 0249 can be used to mark it as no longer needed, and 038B can be used to load it immediately.

Keywords

load, object, special, model, cutscene