View Single Post
Old 30 July 2013, 11:09   #37
Codetapper
2 contact me: email only!
 
Codetapper's Avatar
 
Join Date: May 2001
Location: Auckland / New Zealand
Posts: 3,187
The game stores the graphics in a particular format (with infinite possibilities due to widths, skip values etc), and Maptapper converts them to an 8-bit indexed colour image.

Currently you would have to write your own utility to convert the graphics back to the binary format the game needs and overwrite the data yourself.

Maptapper in theory knows how to convert the graphics back as it knows the exact settings used, but there's no code to do this. But even if it did, it's not an easy job because most games store all the data compressed on the disk aswell, so you could write back to the savestate but not necessarily the EXE or ADF.
Codetapper is offline  
 
Page generated in 0.05446 seconds with 11 queries