#43179 - ProblemBaby - Thu May 19, 2005 10:59 pm
Hi!
Ive started to code the ultimate map solution for the Game Boy Advance!
(in Windows using OpenGL)
Well, Maybe not the ultimate but I think it will be nice.
Anyway its called GBA Map Kit
It has three components (apps):
GBAMK Property Editor
GBAMK Tileset Editor
GBAMK Map Editor
I posted here because I need help to do things that Iam to lazy for.
1.
The Property Editor
It will be a quite easy win app, If you know how to program win progs and are interested to help, I'll tell you more about the file format and how everything is connected.
2.
Compression, A Ulimate solution needs compression in the program itself, dont u think so?
I want to support, RLE, Huffman and LZ77
I also need functions to find out how big a compressed would be.
Cause I want to support BEST as a choice for compression.
So I need compression functions, like this for LZ77:
int GetLZ77CompSize(BYTE *byData, int nLength);
int WriteLZ77CompFile(char *szFileName, BYTE *byData, int nLength);
If you are interested to help, contact me at aron_aggrieve@hotmail.com
And plz also repost here cause I dont check my mail that often.
Hope you understood everything!
And want to help me!
I also want to say:
That this will be freeware, so dont think you will earn some money:p
Ive started to code the ultimate map solution for the Game Boy Advance!
(in Windows using OpenGL)
Well, Maybe not the ultimate but I think it will be nice.
Anyway its called GBA Map Kit
It has three components (apps):
GBAMK Property Editor
GBAMK Tileset Editor
GBAMK Map Editor
I posted here because I need help to do things that Iam to lazy for.
1.
The Property Editor
It will be a quite easy win app, If you know how to program win progs and are interested to help, I'll tell you more about the file format and how everything is connected.
2.
Compression, A Ulimate solution needs compression in the program itself, dont u think so?
I want to support, RLE, Huffman and LZ77
I also need functions to find out how big a compressed would be.
Cause I want to support BEST as a choice for compression.
So I need compression functions, like this for LZ77:
int GetLZ77CompSize(BYTE *byData, int nLength);
int WriteLZ77CompFile(char *szFileName, BYTE *byData, int nLength);
If you are interested to help, contact me at aron_aggrieve@hotmail.com
And plz also repost here cause I dont check my mail that often.
Hope you understood everything!
And want to help me!
I also want to say:
That this will be freeware, so dont think you will earn some money:p