09-24-2008, 01:56 AM
(This post was last modified: 09-24-2008, 01:57 AM by Raccoon Sam.)
(09-24-2008, 01:17 AM)SmithyGCN Wrote: If Tahaxan would work on my laptop, I'd help. <=/Now now, we don't want anyone to be left out
So all I can do now is sit on the sidelines and root for the team. Yay team.
Are you sure you downloaded all the necessary runtimes for Tahaxan? You need them in order to make the app run. Download 'em here.
As for Omegakyogre: That's super awesome! Are you going to rip it completely? Either way, about the palettes;
If you're using Tile Molester (which you really should), go to the very, very end of the file, and observe where the normal sprites end and where the garbled mess starts. The seam between those two is the start of the palette data. Resize the canvas to 1x1 so you have a 8x8 pixels view, and slowly push right and left keys so you get the absolute offset of the garbage's starting point. Once you're there, check one of the cells in the bottom of the window that has the offset in hex, and convert it to decimal.
The rest is just self-explanatory. Hit 'Palette > Import from.. > this file...' and type in the decimal offset, select "15bpp RGB" from the 'palette type' drop-down menu, set the size to 512 (I'm sure that's enough. If palettes are missing, shift it to 1024 or something) and hit OK.
If you fail -
- Check the offset again. It's pretty much always an absolute value (like, 0x54390, NOT 0x5438F. Ends in 0.)
- Change the byte order from the import palette menu. I don't remember if it was Intel or Motorola, try both.
If you succeed -
- You're awesome