Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

Have you consider ROM Patcher JS? for example 

Step 1: Install beat (if not already):

Step 2: Create a .bps patch:

bash
beat patch original_resource.aud fixed_resource.aud gk1_audio_fix.bps 
Step 3: Provide Instructions:

Link to ROM Patcher JS:

  1. Go to https://www.marcrobledo.com/RomPatcher.js/
  2. Upload your original resource.aud
  3. Upload gk1_audio_fix.bps
  4. Click Apply patch
  5. Download the fixed file

    This would allow you to stay protected well making it easy and browser based for users
(+1)

https://github.com/marcrobledo/RomPatcher.js/

(+1)

Done - I've added the BPS version as an alternative and verified it with RomPatcher.js. Thanks for the suggestion. =)

No problem! Here's a quick how-to, since it can be a bit confusing—especially because the file isn’t technically a ROM:

Once you have the .bps patch and the original .aud file:

  1. Go to https://www.marcrobledo.com/RomPatcher.js/

  2. Under "ROM file", upload the original .aud file

  3. Under "Patch file", upload the .bps patch

  4. The patch is applied automatically in your browser

  5. Click "Download" to get the patched .aud file

Even though it’s not a ROM, this method works just fine!

also id it worth updating your original forum post from last year?

Glad i could help cheers!