Clothing Component IDs: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
<syntaxhighlight lang="lua"> | <syntaxhighlight lang="lua"> | ||
txd = engineLoadTXD("myafro.txd") | txd = engineLoadTXD("myafro.txd") | ||
engineImportTXD( txd, | engineImportTXD( txd, 30201 ) | ||
</syntaxhighlight> | </syntaxhighlight> | ||
Revision as of 01:49, 15 April 2013
Example usage
engineImportTXD can be used to replace CJ clothing texture components like this:
txd = engineLoadTXD("myafro.txd") engineImportTXD( txd, 30201 )
Names can be used instead of IDs. This does exactly the same thing as above:
txd = engineLoadTXD("myafro.txd") engineImportTXD( txd, "afro" )
Original textures
Get the original textures from the GTA file models\player.img
ID List
Full list of clothing texture component IDs and names:
|
|
|
|
|
|