mirror of
https://github.com/marcrobledo/RomPatcher.js.git
synced 2025-06-27 16:25:54 +00:00
An IPS/UPS/APS/BPS/RUP/PPF/xdelta ROM patcher made in HTML5.
https://www.marcrobledo.com/RomPatcher.js/
public/scripts | ||
src-tauri | ||
style | ||
.gitignore | ||
index.html | ||
LICENSE | ||
manifest.json | ||
package-lock.json | ||
package.json | ||
README.md | ||
vite.config.js |
Rom Patcher JS
A ROM patcher made in HTML5 and built with Tauri.
Features:
- Supported formats:
- IPS
- UPS
- APS (N64/GBA)
- BPS
- RUP
- PPF
- Paper Mario Star Rod (.mod)
- VCDiff (.xdelta, .vcdiff)
- can patch and create patches
- shows ROM CRC32, MD5 and SHA-1 before patching
- can remove headers before patching
- unzips files automatically
- made in Vanilla JS
- can be run in any modern web browser, including mobile
Known sites that use Rom Patcher JS
For devs:
Run npm i
in order to install node modules.