Farm Mania .bit Files
Farm Mania .bit Files
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
Not compressed.
First part might be crypted, at least it's too short to be a palette.
Which resolution does the game use?
First part might be crypted, at least it's too short to be a palette.
Which resolution does the game use?
- 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
Hmm, that wasn't a difficult format, though.
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
You do not have the required permissions to view the files attached to this post.
- 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
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.Rheini wrote:I seem to have lost my ability to figure out formats

