Go to file
yurei d86d4aff23
Some checks failed
Check HTML/JS is valid / build (push) Has been cancelled
Merge pull request #5 from Aeph1edur/master
Add SDHX Patcher
2024-09-05 11:13:01 +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 Added SDHJ Patcher 2024-07-16 19:40:21 +07:00
js Improve number patching - beerpsi 2024-07-04 12:09:54 +02: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
amdaemon.html feat: amdaemon patcher 2024-07-31 15:08:09 +07: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_hx.html Add SDHX Patcher 2024-09-05 15:46:30 +07: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_hj.html Added SDHJ Patcher 2024-07-16 19:40:21 +07:00
chusan.html Chunithm and other big patches (#343) 2024-02-27 10:06:10 +10:00
chusanluminous.html add amdaemon patches for OpenSSL SHA crash bug 2024-07-31 00:22:11 +07:00
chusannew.html add amdaemon patches for OpenSSL SHA crash bug 2024-07-31 00:22:11 +07:00
chusannewplus.html add amdaemon patches for OpenSSL SHA crash bug 2024-07-31 00:22:11 +07:00
chusansun.html add amdaemon patches for OpenSSL SHA crash bug 2024-07-31 00:22:11 +07:00
chusansunplus.html add amdaemon patches for OpenSSL SHA crash bug 2024-07-31 00:22:11 +07: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 Add SDHX Patcher 2024-09-05 15:46:30 +07: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 Make URL clickable 2024-07-01 16:26:31 +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 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.