Ubisoft *.tga *.ckd *.isc *.act *Please help!*

Get your graphics formats figures out here! Got details for others? Post here!
Post Reply
ThEReZoX
ultra-n00b
Posts: 2
Joined: Thu Oct 27, 2016 9:41 pm

Ubisoft *.tga *.ckd *.isc *.act *Please help!*

Post by ThEReZoX »

*DELETED*
Last edited by ThEReZoX on Sun Jul 23, 2017 7:37 pm, edited 1 time in total.
MichaelDarkAngel
mega-veteran
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!*

Post by MichaelDarkAngel »

Both of the attached files are DDS images. Remove the first 44 bytes, save as .DDS, open in your favorite image viewer.
Image
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
ThEReZoX
ultra-n00b
Posts: 2
Joined: Thu Oct 27, 2016 9:41 pm

Re: Ubisoft *.tga *.ckd *.isc *.act *Please help!*

Post by ThEReZoX »

MichaelDarkAngel wrote:Both of the attached files are DDS images. Remove the first 44 bytes, save as .DDS, open in your favorite image viewer.
How Do I remove the first 44 bytes?
MichaelDarkAngel
mega-veteran
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!*

Post by MichaelDarkAngel »

Open the file in a hex editor. There are plenty of free ones available.

Image

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.
Image
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
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!*

Post by Acewell »

here is a bms script to automate that task :D

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
Post Reply