Difference between revisions of "Splash.txd"
(Created page with "Since GTA III, the <code>'''splash1.txd'''</code>, <code>'''splash2.txd'''</code>, <code>'''splash3.txd'''</code> files can be found inside the TXD directory...") |
m (→GTA III) |
||
(3 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
==Games== | ==Games== | ||
===GTA III=== | ===GTA III=== | ||
− | Splash images seen when the player crosses an island borders are present below: | + | Splash images seen when the player crosses [[ZONE#map.zon|an island borders]] are present below: |
<gallery> | <gallery> | ||
File:gta3_splash1.png|splash1.txd: Portland Island | File:gta3_splash1.png|splash1.txd: Portland Island | ||
Line 9: | Line 9: | ||
File:gta3_splash3.png|splash3.txd: Shoreside Vale | File:gta3_splash3.png|splash3.txd: Shoreside Vale | ||
</gallery> | </gallery> | ||
+ | The association between texture archives and islands are [[hardcoded]]. In GTA 3 v1.0 the array is located at 0x005F55C8. | ||
+ | |||
+ | Also an yellow text appears over a texture image saying: WELCOME TO <island name>. The game uses two [[GXT]] entries to display it: {{Hint|''WELCOME''|WELCOME TO}} and one for the island name: {{Hint|''IND_ZON''|Portland}}, {{Hint|''COM_ZON''|Staunton Island}}, {{Hint|''SUB_ZON''|Shoreside Vale}}. | ||
===Vice City=== | ===Vice City=== | ||
Line 16: | Line 19: | ||
File:vc_splash2.png|splash2.txd: Vice City Beach | File:vc_splash2.png|splash2.txd: Vice City Beach | ||
</gallery> | </gallery> | ||
+ | The association between texture archives and islands are [[hardcoded]]. In Vice City v1.0 the array is located at 0x0068E4BC. | ||
===San Andreas=== | ===San Andreas=== | ||
Line 22: | Line 26: | ||
== Tools == | == Tools == | ||
''Main article: '' [[Texture_archive]] | ''Main article: '' [[Texture_archive]] | ||
+ | |||
+ | These TXD tools can be used to edit the splash textures. | ||
{{:Texture_archive}} | {{:Texture_archive}} | ||
+ | |||
+ | ==See also== | ||
+ | * [[044D]] - loads a splash screen by name | ||
+ | |||
{{N|SA|VC|3}} | {{N|SA|VC|3}} | ||
+ | [[Category:Documentation]] |
Latest revision as of 13:37, 7 March 2015
Since GTA III, the splash1.txd
, splash2.txd
, splash3.txd
files can be found inside the TXD directory of the game. These are a texture dictionary containing a single image, used for a splash screen appeared once the player moves from one island to another. Each splash screen image has the following properties: size: 512x256 px, color: 8 bit.
Games
GTA III
Splash images seen when the player crosses an island borders are present below:
The association between texture archives and islands are hardcoded. In GTA 3 v1.0 the array is located at 0x005F55C8.
Also an yellow text appears over a texture image saying: WELCOME TO <island name>. The game uses two GXT entries to display it: WELCOME and one for the island name: IND_ZON, COM_ZON, SUB_ZON.
Vice City
Vice City still have all three files, but only the first two are in use:
The association between texture archives and islands are hardcoded. In Vice City v1.0 the array is located at 0x0068E4BC.
San Andreas
Splash images in San Andreas are leftover from Vice City and not used.
Tools
Main article: Texture_archive
These TXD tools can be used to edit the splash textures.
Game | Tool |
---|---|
OpenIV – by GooD-NTS | |
G-Texture – by REspawn | |
Magic.TXD – by DK22Pac and The_GTA | |
TXD Workshop – by JernejL | |
TXD Builder – by steve-m | |
TXD Viewer (PS2 only) – by steve-m | |
G-TXD – by REspawn | |
TxdGen – by The_GTA | |
ViceTXD – by Spooky | |
dffxbox2pc (Xbox only) – by AK-73 |
See also
- 044D - loads a splash screen by name