Farm Mania .bit Files

Get your graphics formats figures out here! Got details for others? Post here!
Post Reply
Esidor
beginner
Posts: 21
Joined: Thu May 14, 2009 5:53 am
Has thanked: 4 times

Farm Mania .bit Files

Post by Esidor » Fri Jun 05, 2009 7:22 am

The contents of this post was deleted because of possible forum rules violation.

Rheini
Moderator
Posts: 653
Joined: Wed Oct 18, 2006 9:48 pm
Location: Germany
Has thanked: 19 times
Been thanked: 40 times
Contact:

Re: Farm Mania .bit Files

Post by Rheini » Fri Jun 05, 2009 4:23 pm

Not compressed.
First part might be crypted, at least it's too short to be a palette.
Which resolution does the game use?

User avatar
Mr.Mouse
Site Admin
Posts: 4051
Joined: Wed Jan 15, 2003 6:45 pm
Location: Dungeons of Doom
Has thanked: 421 times
Been thanked: 575 times
Contact:

Re: Farm Mania .bit Files

Post by Mr.Mouse » Thu Jun 25, 2009 8:50 pm

Hmm, that wasn't a difficult format, though. :P

Code: Select all

[3]		Magic Word "BIT"
uint32		Width
uint32		Heigth
uint16		4
[768]		Colour Table (256 colours, in RGB format, 8 bit)
[width*heigth]	Pixel data
IntroLoadingPictureEmpty.bit.png
MainTitleFarmMania.bit.png
You do not have the required permissions to view the files attached to this post.

Rheini
Moderator
Posts: 653
Joined: Wed Oct 18, 2006 9:48 pm
Location: Germany
Has thanked: 19 times
Been thanked: 40 times
Contact:

Re: Farm Mania .bit Files

Post by Rheini » Thu Jun 25, 2009 9:05 pm

I seem to have lost my ability to figure out formats :?

User avatar
Mr.Mouse
Site Admin
Posts: 4051
Joined: Wed Jan 15, 2003 6:45 pm
Location: Dungeons of Doom
Has thanked: 421 times
Been thanked: 575 times
Contact:

Re: Farm Mania .bit Files

Post by Mr.Mouse » Thu Jun 25, 2009 10:16 pm

Rheini wrote:I seem to have lost my ability to figure out formats :?
When you deal with a lot of difficult stuff, it's easy to think too complex when you're staring at something simple. I have that too. :D

Post Reply