The VG Resource
Hacking a PSX Quicksave (epsxe VRAM) - Printable Version

+- The VG Resource (https://www.vg-resource.com)
+-- Forum: Archive (https://www.vg-resource.com/forum-65.html)
+--- Forum: July 2014 Archive (https://www.vg-resource.com/forum-139.html)
+---- Forum: Other Stuff (https://www.vg-resource.com/forum-6.html)
+----- Forum: Questions, Info, and Tutorials (https://www.vg-resource.com/forum-89.html)
+----- Thread: Hacking a PSX Quicksave (epsxe VRAM) (/thread-22712.html)



Hacking a PSX Quicksave (epsxe VRAM) - Davy Jones - 03-11-2013

Is this possible?

I want to delete a fog effect from a map.


RE: Hacking a PSX Quicksave (epsxe VRAM) - Deathbringer - 03-11-2013

Yes and no.

You can use Tile Molester but because of the various widths used by games and the maximum width of columns being 128 (which equals to 1024 pixels), the tiles for the fog may extend beyond that and be rather impossible to edit it right.

Alternately you can view the state as 15bpp BGR and just edit it from there (still with the columns as 128), you'll still have to align the thing right.