Users browsing this thread: 1 Guest(s)
Hello, everyone :)
#14
Alright, so made some progress:

Turns out the first file, the one that goes with No$Gba, is just an edit to the already existing NO$GBA.INI file. The changes that needed to happen was just change the follow line:
SAV/SNA File Format == Compressed
into
SAV/SNA File Format == Uncompressed

Simple enough! The second file (for Tile Molester) is where I'm having issues. Based on my research, the file is an addition to the file that already lives with Tile Molester, called "tmspec.xml". The change to this file is something similar to the following XML:

<palettefilter extensions="sna" colorformat="CF01" size="2048" offset="4196476" endianness="little">
<description>No$GBA Uncompressed Save States (*.sna)</description>
</palettefilter>


Which is simply a specification saying how to read the palette information from the savestate file. I've verified (through a HexEditor) that the palette starts at the offset of 4196476 (VPAL at address 0x00400870), and has a size of 2048 bytes. Buuuut, I still can't seem to find any useful information in the savestate. My guess is I have the colorformat field incorrectly filled in.

I'll have to look into it more. If anyone has any tips, feel free to chime in Cute
Thanked by:


Messages In This Thread
Hello, everyone :) - by Lunais - 09-25-2012, 01:37 AM
RE: Hello, everyone :) - by SKELTON S. SKELETON - 09-25-2012, 02:59 AM
RE: Hello, everyone :) - by puggsoy - 09-25-2012, 05:04 AM
RE: Hello, everyone :) - by Virt - 09-25-2012, 05:29 AM
RE: Hello, everyone :) - by Previous - 09-25-2012, 06:41 AM
RE: Hello, everyone :) - by Garamonde - 09-25-2012, 03:16 PM
RE: Hello, everyone :) - by Virt - 09-25-2012, 03:22 PM
RE: Hello, everyone :) - by Garamonde - 09-25-2012, 04:08 PM
RE: Hello, everyone :) - by Kami - 09-25-2012, 04:12 PM
RE: Hello, everyone :) - by Lunais - 09-25-2012, 10:26 PM
RE: Hello, everyone :) - by Phaze - 09-26-2012, 02:26 AM
RE: Hello, everyone :) - by puggsoy - 09-26-2012, 10:02 AM
RE: Hello, everyone :) - by Lunais - 09-27-2012, 12:56 AM
RE: Hello, everyone :) - by Lunais - 10-01-2012, 01:57 AM

Forum Jump: