Programs that are related to this or that game.
-
Frosty
- ultra-n00b
- Posts: 5
- Joined: Sun Jun 14, 2009 10:15 pm
- Been thanked: 1 time
Post
by Frosty » Mon Mar 14, 2011 1:31 am
GTA IV Xbox 360 Texture Editor
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
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
Post
by qabRieL » Mon Mar 14, 2011 12:35 pm
Wow!

That's awesome!
Can you make a text file editor as well? I'm interested in translating games.

-
JimmyTheFox
- n00b
- Posts: 12
- Joined: Sun Jan 30, 2011 3:33 pm
- Has thanked: 1 time
Post
by JimmyTheFox » Mon Apr 25, 2011 12:30 am
The contents of this post was deleted because of possible forum rules violation.
-
aluigi
- VVIP member

- Posts: 1917
- Joined: Thu Dec 08, 2005 12:26 pm
- Location: www.ZENHAX.com
- Has thanked: 4 times
- Been thanked: 650 times
-
Contact:
Post
by aluigi » Mon Apr 25, 2011 2:37 pm
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

- Posts: 179
- Joined: Thu Sep 30, 2010 9:52 am
- Has thanked: 19 times
-
Contact:
Post
by timartinelli » Mon Apr 25, 2011 10:11 pm
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
Post
by blueplanet88 » Sun Jun 26, 2011 7:43 pm
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