ikaros14 66d32b1c77
add 'knit'~'saucer fulfill' (#246)
* Add files via upload

* Update index.html

* Add files via upload

* Add Unlock difficulties, Timer freeze

* Add Unlock difficulties, Timer freeze

* Add 'colette'

* Add 'colette'

* Update reflecbeat-colette.html

* Update reflecbeat-volzza2.html

* Fix broken indentation

* add 'knit'~'saucer fulfill' img

* add 'knit'~'saucer fulfill'

* add 'knit'~'saucer fulfill'

* Update jubeatcopious.html

* Update jubeatknit.html

* Update jubeatsaucer.html

* Update jubeatsaucerfulfill.html

* Update jubeatsaucer.html

* Update jubeatsaucerfulfill.html

Co-authored-by: Will Toohey <will@mon.im>
2021-12-24 10:04:25 +10:00
2021-09-20 21:26:04 +10:00
2021-07-18 23:46:38 +10:00
2021-12-24 10:04:25 +10:00
2021-09-20 21:26:04 +10:00
2021-03-26 17:47:26 +10:00
2021-01-28 10:05:29 +10:00
2021-07-14 13:17:01 +10:00
2021-05-01 22:46:33 +10:00
2021-09-04 13:40:47 +10:00
2021-12-24 10:04:25 +10:00
2017-05-10 09:14:02 +10:00
2021-09-21 17:14:06 +10:00
2020-03-21 16:10:00 +10:00
2020-04-21 09:16:18 +10:00
2021-07-14 09:26:47 +10:00

BemaniPatcher

A tool to easily apply known hex edits to any binary, with examples for Bemani games.

Should work on most modern browsers.

Live version hosted on my website.

Asking about new patches

These days, I do not create the patches. Everything is community submitted. If you would like new hex edits, make them yourself and make a pull request!

Patch rules

  • New: No n-0 newer than 1 year ago. Why?
  • Rhythm games only. Bombergirl is the one exception, it's Konami anyway.
  • No autoplay patches
    • It is far too easy to accidentally get people banned from their networks
    • It's mainly used to upload autoplays to YouTube, which is not something I want to be involved with

Submitting a new game

Here is your checklist:

  • Add the new game html, it is easiest to copy an existing game and modify it. The html should be named [game][release].html except IIDX because they just happen to be [release].html only...
  • Modify the <title> tag and the <h1> tag to the name of the new game.
  • Modify the patcher for the new DLL names/patches.
  • Keep consistent indentation for the new patches. I will have to fix your PR if it contains poor formatting, which will delay the merging process.
  • Modify index.html to add the new game. Sorting: alphabetical by game series, then in release order per game.
  • Add a game image. 128x128px PNG files, please. Any blank space should be either white or transparent.

If your pull request is a single commit, I will rebase and merge. If it is multiple commits, I will squash and merge.

Please do not worry about submitting "bad" PRs. If there is something wrong, I will tell you how to fix it or I will fix it myself before merging.

Description
No description provided
Readme MIT 6.5 MiB
Languages
HTML 82.8%
JavaScript 14.1%
CSS 3.1%