Poll & Discussion: We wish the site to continue (Y/N)
Ubisoft *.tga *.ckd *.isc *.act *Please help!*
Ubisoft *.tga *.ckd *.isc *.act *Please help!*
*DELETED*
Last edited by ThEReZoX on Sun Jul 23, 2017 7:37 pm, edited 1 time in total.
-
MichaelDarkAngel
- mega-veteran

- Posts: 267
- Joined: Thu Nov 04, 2010 11:25 pm
- Location: Somewhere, out there... But, not quite here...
- Has thanked: 133 times
- Been thanked: 165 times
- Contact:
Re: Ubisoft *.tga *.ckd *.isc *.act *Please help!*
Both of the attached files are DDS images. Remove the first 44 bytes, save as .DDS, open in your favorite image viewer.
MDA
Like TBotR on Facebook
ARchive_neXt v4.03.27.0 Now Available!
"I intend to leave a memory of myself in the minds of others."
Leonardo da Vinci,
disciple of experience
Re: Ubisoft *.tga *.ckd *.isc *.act *Please help!*
How Do I remove the first 44 bytes?MichaelDarkAngel wrote:Both of the attached files are DDS images. Remove the first 44 bytes, save as .DDS, open in your favorite image viewer.
-
MichaelDarkAngel
- mega-veteran

- Posts: 267
- Joined: Thu Nov 04, 2010 11:25 pm
- Location: Somewhere, out there... But, not quite here...
- Has thanked: 133 times
- Been thanked: 165 times
- Contact:
Re: Ubisoft *.tga *.ckd *.isc *.act *Please help!*
Open the file in a hex editor. There are plenty of free ones available.

The area I have highlighted is the 44 bytes that need to be deleted.
Save the file with a "DDS" extension. They should now open in an image viewer that can handle DDS images.

The area I have highlighted is the 44 bytes that need to be deleted.
Save the file with a "DDS" extension. They should now open in an image viewer that can handle DDS images.
MDA
Like TBotR on Facebook
ARchive_neXt v4.03.27.0 Now Available!
"I intend to leave a memory of myself in the minds of others."
Leonardo da Vinci,
disciple of experience
-
Acewell
- VIP member

- Posts: 1330
- Joined: Wed Nov 05, 2008 12:16 pm
- Has thanked: 2710 times
- Been thanked: 869 times
Re: Ubisoft *.tga *.ckd *.isc *.act *Please help!*
here is a bms script to automate that task
Code: Select all
idstring "\x00\x00\x00\x09TEX"
get SIZE asize
math OFFSET = 0x2c
math SIZE - OFFSET
get NAME basename
string NAME + ".dds"
log NAME OFFSET SIZE