btimofeev / lazy_ips

IPS patcher for Linux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Doesn't work on SNES roms

BioBox opened this issue · comments

I was excited to use this because of how much I love python but it simply doesn't work. I get a byte offset error when trying to patch a snes rom, wheras other IPS patchers like flips work just fine.

I noticed that in the readme a genesis rom was patched. Please fix this or state that it doesn't work for other roms.

Hello. The program should work with all ips patches. If it does not work with your patch, give me a link to it - I'll see what the problem is.

I tried the following:

lazy-ips-cli "game.sfc" patch.ips

obviously, all files on the same directory. On console, nothing happened, the program just does what it does normally, but when I test the result with zsnes, I found out the game is broken.

I tried the following:

lazy-ips-cli "game.sfc" patch.ips

obviously, all files on the same directory. On console, nothing happened, the program just does what it does normally, but when I test the result with zsnes, I found out the game is broken.

Try using a different ROM (for example, from a different region). However, be aware that patches in the IPS format do not include information about the checksum of the ROM. Therefore, the patch will apply to any file, and if the ROM you are using is not the same as the one the patch is intended for, the game may not function properly.