an emergency backup from two-torial/webpatcher
  • HTML 84.4%
  • JavaScript 13.1%
  • CSS 2.5%
Find a file
2026-04-07 05:45:26 +09:00
.github chore: initial commit 2025-12-29 19:42:54 +09:00
css chore: initial commit 2025-12-29 19:42:54 +09:00
docs chore: initial commit 2025-12-29 19:42:54 +09:00
favicon chore: initial commit 2025-12-29 19:42:54 +09:00
img feat: add chunithm x-verse-x 2026-02-21 13:45:52 -05:00
js chore: initial commit 2025-12-29 19:42:54 +09:00
.eslintrc.yml chore: initial commit 2025-12-29 19:42:54 +09:00
.gitignore chore: initial commit 2025-12-29 19:42:54 +09:00
.htaccess chore: initial commit 2025-12-29 19:42:54 +09:00
amdaemon.html chore: initial commit 2025-12-29 19:42:54 +09:00
bishibashi.html chore: initial commit 2025-12-29 19:42:54 +09:00
bombergirl.html chore: initial commit 2025-12-29 19:42:54 +09:00
chuni.html chore: initial commit 2025-12-29 19:42:54 +09:00
chuni_hx.html chore: initial commit 2025-12-29 19:42:54 +09:00
chuniair.html chore: initial commit 2025-12-29 19:42:54 +09:00
chuniairplus.html chore: initial commit 2025-12-29 19:42:54 +09:00
chuniamazon.html chore: initial commit 2025-12-29 19:42:54 +09:00
chuniamazonplus.html chore: initial commit 2025-12-29 19:42:54 +09:00
chunicrystal.html chore: initial commit 2025-12-29 19:42:54 +09:00
chunicrystalplus.html chore: initial commit 2025-12-29 19:42:54 +09:00
chuniparadise.html chore: initial commit 2025-12-29 19:42:54 +09:00
chuniplus.html chore: initial commit 2025-12-29 19:42:54 +09:00
chunistar.html chore: initial commit 2025-12-29 19:42:54 +09:00
chunistarplus.html chore: initial commit 2025-12-29 19:42:54 +09:00
chusan.html chore: initial commit 2025-12-29 19:42:54 +09:00
chusan_hj.html chore: initial commit 2025-12-29 19:42:54 +09:00
chusanluminous.html chore: initial commit 2025-12-29 19:42:54 +09:00
chusanluminousplus.html chore: initial commit 2025-12-29 19:42:54 +09:00
chusannew.html chore: initial commit 2025-12-29 19:42:54 +09:00
chusannewplus.html chore: initial commit 2025-12-29 19:42:54 +09:00
chusansun.html chore: initial commit 2025-12-29 19:42:54 +09:00
chusansunplus.html chore: initial commit 2025-12-29 19:42:54 +09:00
chusanverse.html chore: initial commit 2025-12-29 19:42:54 +09:00
chusanxverse.html feat: patches for chusan 2.41 2026-01-02 11:59:36 +09:00
chusanxversex.html feat: add chunithm x-verse-x 2026-02-21 13:45:52 -05:00
CNAME feat: migration to re: two-torial 2026-04-07 05:45:26 +09:00
futuretone.html chore: initial commit 2025-12-29 19:42:54 +09:00
gc4ex.html chore: initial commit 2025-12-29 19:42:54 +09:00
gfdmv4.html chore: initial commit 2025-12-29 19:42:54 +09:00
gfdmv5.html chore: initial commit 2025-12-29 19:42:54 +09:00
gfdmv6.html chore: initial commit 2025-12-29 19:42:54 +09:00
gfdmv7.html chore: initial commit 2025-12-29 19:42:54 +09:00
gfdmv8.html chore: initial commit 2025-12-29 19:42:54 +09:00
gfdmxg2.html chore: initial commit 2025-12-29 19:42:54 +09:00
gfdmxg3.html chore: initial commit 2025-12-29 19:42:54 +09:00
index.html feat: migration to re: two-torial 2026-04-07 05:45:26 +09:00
initialdzero.html chore: initial commit 2025-12-29 19:42:54 +09:00
kancolle.html chore: initial commit 2025-12-29 19:42:54 +09:00
LICENSE feat: migration to re: two-torial 2026-04-07 05:45:26 +09:00
package.json chore: initial commit 2025-12-29 19:42:54 +09:00
README.md feat: migration to re: two-torial 2026-04-07 05:45:26 +09:00
SDGS125.html chore: initial commit 2025-12-29 19:42:54 +09:00
SDGS130.html chore: initial commit 2025-12-29 19:42:54 +09:00
taikonotatsujin.html chore: initial commit 2025-12-29 19:42:54 +09:00
waccareverse.html chore: initial commit 2025-12-29 19:42:54 +09:00

RE: TWO-TORIAL's Web Patcher

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

About

This repo contains web patches for games incompatible with spice2x. See our 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.