Difference between revisions of "044D"
Jump to navigation
Jump to search
(Created page with "{{OpCode | games = {{Icon|3}} {{Icon|VC}} | command = LOAD_SPLASH_SCREEN | description = Loads a splash screen | syntax1 = 044D: load_splash '[''string'']' | p1t...") |
|||
Line 12: | Line 12: | ||
== Keywords == | == Keywords == | ||
load, splash, screen, texture | load, splash, screen, texture | ||
+ | |||
+ | == See also == | ||
+ | * [[Splash.txd]] |
Latest revision as of 18:04, 1 June 2016
- Description
- Loads a splash screen
- Syntax
- 044D: load_splash '[string]'
- Parameter
- [string]
- 7-character TXD file name without file extension in the
txd
directory
This opcode loads a splash screen from the specified texture file in the txd
directory. Any upper case letters (A-Z) are converted to lower case by the game internally. In order to view the splash screen, you must set the fade color to "0 0 0" in GTA III or "2 2 2" in Vice City, and perform a fade (either in or out). The splash screen will fade in and out along with the screen. The texture name within the TXD file must match the TXD file name; if there is no match, the game displays a white screen.
Keywords
load, splash, screen, texture