Important information: this site is currently scheduled to go offline indefinitely by end of the year.

[REL|Xbox360] GTA IV Xbox 360 Texture Editor

Programs that are related to this or that game.
Post Reply
Frosty
ultra-n00b
Posts: 5
Joined: Sun Jun 14, 2009 10:15 pm
Been thanked: 1 time

[REL|Xbox360] GTA IV Xbox 360 Texture Editor

Post by Frosty »

GTA IV Xbox 360 Texture Editor

Image

What is this? - An injection and extraction tool for the texture format .XTD of the Xbox 360 version of GTA IV, the first ever released :happy: .

How to use? - Just extract any .XTD file from your ISO via OpenIV, open it up in the xtd section of the program. Extract one or all of the .dds files that are in your .XTD. Open the .dds files via Photoshop or any photo editing tool. After finished inject it back, you can swap PC .dds textures for the 360 ones. In the viewer, pay attention to the DXT format and levels as you will have to save it like that in photoshop for it to work. Thanks to Pimpin Tyler and Anthony for completing and finally releasing the build and source.


GTA IV XTD Viewer Build:

Code: Select all

http://www.megaupload.com/?d=E609D7T2

GTA IV XTD Viewer C# Source:

Code: Select all

http://www.megaupload.com/?d=BM7C7X68
Image

Hope you guys do some good with this, don't forget to give credit, have fun and enjoy.
qabRieL
veteran
Posts: 124
Joined: Wed Aug 04, 2010 3:58 pm
Has thanked: 2 times
Been thanked: 3 times

Re: [REL|Xbox360] GTA IV Xbox 360 Texture Editor

Post by qabRieL »

Wow! :eek: That's awesome!
Can you make a text file editor as well? I'm interested in translating games. :P
timartinelli
mega-veteran
mega-veteran
Posts: 179
Joined: Thu Sep 30, 2010 9:52 am
Has thanked: 19 times
Contact:

Re: [REL|Xbox360] GTA IV Xbox 360 Texture Editor

Post by timartinelli »

Work PS3 files? :)
JimmyTheFox
n00b
Posts: 12
Joined: Sun Jan 30, 2011 3:33 pm
Has thanked: 1 time

Re: [REL|Xbox360] GTA IV Xbox 360 Texture Editor

Post by JimmyTheFox »

The contents of this post was deleted because of possible forum rules violation.
User avatar
aluigi
VVIP member
VVIP member
Posts: 1916
Joined: Thu Dec 08, 2005 12:26 pm
Location: www.ZENHAX.com
Has thanked: 4 times
Been thanked: 664 times
Contact:

Re: [REL|Xbox360] GTA IV Xbox 360 Texture Editor

Post by aluigi »

use offzip for these ctd/cft files (0x05 "CSR" header)
User avatar
aluigi
VVIP member
VVIP member
Posts: 1916
Joined: Thu Dec 08, 2005 12:26 pm
Location: www.ZENHAX.com
Has thanked: 4 times
Been thanked: 664 times
Contact:

Re: [REL|Xbox360] GTA IV Xbox 360 Texture Editor

Post by aluigi »

the alternative to offzip is the following script for quickbms:

Code: Select all

idstring "\x05CSR"
comtype unzip_dynamic
set OFFSET long 0xc
get SIZE asize
math SIZE -= OFFSET
get NAME basename
get EXT extension
string NAME += "_unpacked."
string NAME += EXT
clog NAME OFFSET SIZE SIZE
timartinelli
mega-veteran
mega-veteran
Posts: 179
Joined: Thu Sep 30, 2010 9:52 am
Has thanked: 19 times
Contact:

Re: [REL|Xbox360] GTA IV Xbox 360 Texture Editor

Post by timartinelli »

Managed to get with this script, more like I use them now to extract the dds?
blueplanet88
ultra-n00b
Posts: 1
Joined: Sun Jun 26, 2011 7:37 pm

Re: [REL|Xbox360] GTA IV Xbox 360 Texture Editor

Post by blueplanet88 »

I have extracted the CTD file, it gave me a .DAT file. I opened the DAT in notepad
these were some of the files:

pack:/vehicle_generic_carbon_normal.dds
pack:/vehicle_generic_carbon_spec.dds
pack:/vehicle_generic_carbon.dds

How do I extract the DDS files?
I have been trying to do this for a long time now can someone please help me

Is there any way to use the xbox texture editor for these
thankyou
Mr.Mouse
Site Admin
Posts: 4073
Joined: Wed Jan 15, 2003 6:45 pm
Location: Dungeons of Doom
Has thanked: 450 times
Been thanked: 682 times
Contact:

Re: [REL|Xbox360] GTA IV Xbox 360 Texture Editor

Post by Mr.Mouse »

This tool was now posted here: blog/
Post Reply