| KingMike's Game Programs | ||
| Firenoid This is a game I wrote back in school. Intended to be a cross between Arkanoid and a shmup. Didn't really get that far, and I don't think the code even compiles on modern systems. I also didn't do any speed sync. So it'll probably run way too fast unless you have like a Pentium 1. |
||
| KingMike's Game-Specific ROM hacking tools | ||
| BPFormat Compresses an ASCII script file to use MTE for insertion into Banana Prince for NES. Maybe you could rewrite it to use in other games. Font table: German English Dungeon Kid compression tools Decompress and recompress the graphics blocks in this dungeon-crawler-maker for the NES. |
||
| KingMike's General ROM hacking tools | ||
|
Data Move Made for quickly transplanting large blocks of data from one location to another, or ripping to another file. DTE-Opt Reads an ASCII file, and generates a listing of the best pairs of DTE values (A-Z and a-z). EFCREATE Creates an empty file of a specified length. Could be of some use. FDS-Builder It can break down an FDS (Famicom Disk System) disk image, and can merge the files back together when you're done. This is a preliminary version, needs a few bug tweaks (games like Famicom Detective that have illegal-to-Windows filenames), and possibly a way to rebuild an FDS image without destroying select files (like game saves). Fixed Length Dumper Now you can dump fixed-length text. GESTLog UNOFFICIAL modification of the GB/GBC emulator GEST to include an option to log executed Z80 code to a file. This is a WIP beta. Still needs work. Be sure to pick up the full original release at the author's page. I'm only including the modified *.exe file. Also, you can pick up the source code here. You will also need to visit the author's homepage and pick up the DirectX libraries there if you wish to compile your own version. Light Script Generic text dumper, except this one supports an additional *.TBL command for substring dumping. Currently supports fixed-length substrings, as well as swapping tables. SNES pointer-based support added. NFlate Generic NES ROM expander. Should work with many mapper types, but there may be exceptions. ASM skills will probably be needed to actually USE the space. |
||