#166599 - Emmanuel - Wed Feb 11, 2009 12:54 pm
When I used PAlib, I had my images, and then PAlib tiled them and outputted image.pal.bin image.map.bin image.tiles.bin image.info.bin (I don't care about info)
What I need is either someone to tell me how to convert a normal image with grit into tiled, with grit recognizing repeated tiles, PAGfx style, and outputting the files in that way, one per variable...
Or someone to tell me how to.... I need to convert normal images into tiled, and load them from FAT/EFS... they will have 512x512 to 1024x1024 sizes... so, I don't think a bmp style would fit...
All I get is grit to output me a single image.img.bin, which I don't know how to use in tiled mode... probably I even have the grit commands wrong...
Those are my grit.bat commands...
BG will be 256 colors, perhaps multilayers, with FF00FF transparent (Magenta)... but what I need is just the map, the pal, and the tile files... or how to get them from FAT/EFS
Does Grit detects repeated tiles without repeating them unnecesarily?
Last edited by Emmanuel on Wed Feb 11, 2009 3:53 pm; edited 1 time in total
What I need is either someone to tell me how to convert a normal image with grit into tiled, with grit recognizing repeated tiles, PAGfx style, and outputting the files in that way, one per variable...
Or someone to tell me how to.... I need to convert normal images into tiled, and load them from FAT/EFS... they will have 512x512 to 1024x1024 sizes... so, I don't think a bmp style would fit...
All I get is grit to output me a single image.img.bin, which I don't know how to use in tiled mode... probably I even have the grit commands wrong...
Code: |
grit title_up.png -w3 -gTFF00FF -gB16 -ftb
grit title_back.png -w3 -gTFF00FF -gB16 -ftb pause |
Those are my grit.bat commands...
BG will be 256 colors, perhaps multilayers, with FF00FF transparent (Magenta)... but what I need is just the map, the pal, and the tile files... or how to get them from FAT/EFS
Does Grit detects repeated tiles without repeating them unnecesarily?
Last edited by Emmanuel on Wed Feb 11, 2009 3:53 pm; edited 1 time in total