Go to file
2024-07-01 11:12:06 +02:00
.github Validate javascript on PRs 2023-10-29 10:56:33 +10:00
css Change button color, remove extra colors 2024-07-01 10:53:00 +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
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 More game updates 2024-07-01 11:12:06 +02:00
chusansun.html More game updates 2024-07-01 11:12:06 +02:00
chusansunplus.html More game updates 2024-07-01 11:12:06 +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
index.html More HTML changes 2024-07-01 11:09:07 +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:45:02 +02:00
taikonotatsujin.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 games unsupported by spice2x. We have a spice2x patcher for those.
We'll be keeping the repo public and url alive for as long as possible, feel free to contibute for the community through pull requests!

Usage

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

Contributing

A new game

  • Add the new game html, it is easiest to copy an existing game and modify it.
  • 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 indentation consistent. 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.
  • Create a pull request.

Patches for an existing game

  • Open the game's html.
  • If necessary: add a new PatchContainer.
  • If necessary: add a new Patcher.
  • Add your patches following the existing format.
  • Create a pull request.