Go to file
2024-07-01 10:30:45 +02:00
.github Validate javascript on PRs 2023-10-29 10:56:33 +10:00
css Remove old speak property 2024-07-01 10:26:15 +02:00
docs typo 2021-07-18 23:46:38 +10:00
favicon change favicon (ffs) 2024-04-15 00:56:09 +02:00
img Remove Bemani Games 2024-07-01 10:22:00 +02:00
js Support HexPatch (#320) 2023-06-19 13:44:51 +10:00
.eslintrc.yml Validate javascript on PRs 2023-10-29 10:56:33 +10:00
.gitignore Validate javascript on PRs 2023-10-29 10:56:33 +10:00
.htaccess Chunithm and other big patches (#343) 2024-02-27 10:06:10 +10:00
ballerz.html Nuke jquery and FileSaver.min.js 2022-05-28 13:48:36 +10:00
bishibashi.html Add The BishiBashi 2022-10-04 20:45:05 +10:00
bombergirl.html Nuke jquery and FileSaver.min.js 2022-05-28 13:48:36 +10:00
chuni.html Chunithm and other big patches (#343) 2024-02-27 10:06:10 +10:00
chuniair.html Chunithm and other big patches (#343) 2024-02-27 10:06:10 +10:00
chuniairplus.html Chunithm and other big patches (#343) 2024-02-27 10:06:10 +10:00
chuniamazon.html Chunithm and other big patches (#343) 2024-02-27 10:06:10 +10:00
chuniamazonplus.html Chunithm and other big patches (#343) 2024-02-27 10:06:10 +10:00
chunicrystal.html Chunithm and other big patches (#343) 2024-02-27 10:06:10 +10:00
chunicrystalplus.html Chunithm and other big patches (#343) 2024-02-27 10:06:10 +10:00
chuniparadise.html Chunithm and other big patches (#343) 2024-02-27 10:06:10 +10:00
chuniplus.html Chunithm and other big patches (#343) 2024-02-27 10:06:10 +10:00
chunistar.html Chunithm and other big patches (#343) 2024-02-27 10:06:10 +10:00
chunistarplus.html Chunithm and other big patches (#343) 2024-02-27 10:06:10 +10:00
chusan.html Chunithm and other big patches (#343) 2024-02-27 10:06:10 +10:00
chusanluminous.html add scribblers chuni stuff 2024-04-15 00:21:59 +02:00
chusannew.html add scribblers chuni stuff 2024-04-15 00:21:59 +02:00
chusannewplus.html add scribblers chuni stuff 2024-04-15 00:21:59 +02:00
chusansun.html add scribblers chuni stuff 2024-04-15 00:21:59 +02:00
chusansunplus.html add scribblers chuni stuff 2024-04-15 00:21:59 +02:00
futuretone.html Nuke jquery and FileSaver.min.js 2022-05-28 13:48:36 +10:00
gc4ex.html Chunithm and other big patches (#343) 2024-02-27 10:06:10 +10:00
gfdmv4.html Nuke jquery and FileSaver.min.js 2022-05-28 13:48:36 +10:00
gfdmv5.html Nuke jquery and FileSaver.min.js 2022-05-28 13:48:36 +10:00
gfdmv6.html Update gfdmv6.html 2023-01-11 14:53:15 +10:00
gfdmv7.html Nuke jquery and FileSaver.min.js 2022-05-28 13:48:36 +10:00
gfdmv8.html Nuke jquery and FileSaver.min.js 2022-05-28 13:48:36 +10:00
gfdmxg2.html Nuke jquery and FileSaver.min.js 2022-05-28 13:48:36 +10:00
gfdmxg3.html Nuke jquery and FileSaver.min.js 2022-05-28 13:48:36 +10:00
hellopopn.html Nuke jquery and FileSaver.min.js 2022-05-28 13:48:36 +10:00
heroicverse.html Add test scene edits for LDJ-010 IIDX 27-29 2024-02-27 10:08:49 +10:00
index.html Remove Bemani Games 2024-07-01 10:22:00 +02:00
initialdzero.html Various updates (#311) 2023-02-20 12:22:44 +10:00
kancolle.html Various updates (#311) 2023-02-20 12:22:44 +10:00
LICENSE Create LICENSE 2017-05-10 09:14:02 +10:00
package.json Validate javascript on PRs 2023-10-29 10:56:33 +10:00
README.md Update README.md 2024-07-01 10:30:45 +02:00
resortanthem.html Chunithm and other big patches (#343) 2024-02-27 10:06:10 +10:00
taikonotatsujin.html Chunithm and other big patches (#343) 2024-02-27 10:06:10 +10:00
tricoro.html Chunithm and other big patches (#343) 2024-02-27 10:06:10 +10:00
waccareverse.html Chunithm and other big patches (#343) 2024-02-27 10:06:10 +10:00

TWO-TORIAL's Web Patcher

URL: https://patcher.two-torial.xyz/

About

This repo contains web patches to use with various non-bemani games. We have a spice2x patcher for that.
We'll be keeping the repo public and url alive for as long as possible, feel free to contibute patches for the community through pull requests!

Usage

See our guide on web patching and use the url provided above.

Submitting a new game

  • 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. We 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.