Difference between revisions of "03AF"
Jump to navigation
Jump to search
(page updates + detailed explanation) |
m (wiki links) |
||
Line 9: | Line 9: | ||
:: 0 = off, {{hint|1|or any value other than 0}} = on (default) | :: 0 = off, {{hint|1|or any value other than 0}} = on (default) | ||
− | This opcode sets the streaming of additional | + | This opcode sets the streaming of additional [[model]]s like peds, cars, and maps. The opcode is primarily used during [[cutscene]] setups, most likely to prioritize the explicit loading of models for cutscenes. In Vice City, setting this to 0 will treat the map as if the player has not moved from the spot where the opcode was called. Traveling further away from the spot will not load the map, showing [[LOD]] models and allowing you to fall through the map. Any ped and car models not loaded beforehand will not be loaded, in effect diminishing the variety of peds and cars that spawn naturally in the streets. |
== Keywords == | == Keywords == |
Latest revision as of 12:18, 1 January 2015
Description
- Sets the streaming of models
Syntax
- 03AF: set_streaming [int]
Parameter
- [int]
- 0 = off, 1 = on (default)
This opcode sets the streaming of additional models like peds, cars, and maps. The opcode is primarily used during cutscene setups, most likely to prioritize the explicit loading of models for cutscenes. In Vice City, setting this to 0 will treat the map as if the player has not moved from the spot where the opcode was called. Traveling further away from the spot will not load the map, showing LOD models and allowing you to fall through the map. Any ped and car models not loaded beforehand will not be loaded, in effect diminishing the variety of peds and cars that spawn naturally in the streets.
Keywords
stream, streaming