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

Def Jam Bitmap and .colours files

Get your graphics formats figures out here! Got details for others? Post here!
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: Def Jam Bitmap and .colours files

Post by Mr.Mouse »

That file is compressed. Do you have a decompressor?
grzesiek
beginner
Posts: 29
Joined: Fri Oct 23, 2009 6:59 pm
Has thanked: 6 times
Been thanked: 6 times

Re: Def Jam Bitmap and .colours files

Post by grzesiek »

Try FSH Tool:

1. Change header from SHPS to SHPI (in hex editor)
2. Drag and drop ssh to fshtool
3. You should get 0000.BIN file
4. In multi image ssh each BIN is one image
5. BIN starts with width or height or sth (i dont remember). Rest should be the same as regular ssh.
Offset of image is probably 16 (in dec). And size is 512x512.

EDIT - Probably the image is 16 bit
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: Def Jam Bitmap and .colours files

Post by Mr.Mouse »

Works perfectly. Converted the palette:
1.JPG
You do not have the required permissions to view the files attached to this post.
grzesiek
beginner
Posts: 29
Joined: Fri Oct 23, 2009 6:59 pm
Has thanked: 6 times
Been thanked: 6 times

Re: Def Jam Bitmap and .colours files

Post by grzesiek »

Colours are a bit different :D - red channel is replaced with blue
THX, waiting for tool ;)
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: Def Jam Bitmap and .colours files

Post by Mr.Mouse »

Ah yes, I see now. Corrected for this one:
Kopie van 1.png
You do not have the required permissions to view the files attached to this post.
grzesiek
beginner
Posts: 29
Joined: Fri Oct 23, 2009 6:59 pm
Has thanked: 6 times
Been thanked: 6 times

Re: Def Jam Bitmap and .colours files

Post by grzesiek »

Could you write a little program for only viewing ssh files? :)
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: Def Jam Bitmap and .colours files

Post by Mr.Mouse »

Yeah, I'm already doing that. :) It already works.
grzesiek
beginner
Posts: 29
Joined: Fri Oct 23, 2009 6:59 pm
Has thanked: 6 times
Been thanked: 6 times

Re: Def Jam Bitmap and .colours files

Post by grzesiek »

Progress?
grzesiek
beginner
Posts: 29
Joined: Fri Oct 23, 2009 6:59 pm
Has thanked: 6 times
Been thanked: 6 times

Re: Def Jam Bitmap and .colours files

Post by grzesiek »

When the viewing tool will be relased?
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: Def Jam Bitmap and .colours files

Post by Mr.Mouse »

Hopefully soon. The code is still a mess. :oops:
grzesiek
beginner
Posts: 29
Joined: Fri Oct 23, 2009 6:59 pm
Has thanked: 6 times
Been thanked: 6 times

Re: Def Jam Bitmap and .colours files

Post by grzesiek »

How to quickly replace colors in the palette that the order was good? Some special command in the hex editor? And what about the creation of a program to look at these textures?
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: Def Jam Bitmap and .colours files

Post by Mr.Mouse »

Sorry for the late response, but I've worked on the first release of the tool yesterday since months. I now hope to release a first version this week. It will extract *.bmp from SSH files with the correct palette for viewing.
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: Def Jam Bitmap and .colours files

Post by Mr.Mouse »

Here is the tool. use 7Zip to unpack it. EA Graphics Tools.
eagt.jpg
You do not have the required permissions to view the files attached to this post.
absarhegde
n00b
Posts: 10
Joined: Wed Aug 20, 2008 7:52 pm
Has thanked: 1 time

Re: Def Jam Bitmap and .colours files

Post by absarhegde »

thanks for the wonderful software..

i was waiting for this since long...

have couple of questions..

how can we import a bitmap in SSH file ? will it support in your next update ?

and this SSH file shows some error in your tool...
it opens in EAgraphic editor(released by someone else)
have attached this file
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: Def Jam Bitmap and .colours files

Post by Mr.Mouse »

There is no attachment.

As for importation, yes, that may be in a later version. However, you should be aware that the palette can be converted to standard, but to create a picture in the palette format that this Electronic Arts playstation software uses back into the SSH file is another issue. I can convert the colours from EA to standard, but I have yet to determine exactly what imaging algorithm was used to create the EA palette.
Post Reply