2024-07-01 10:30:45 +02:00
# [TWO-TORIAL](https://two-torial.xyz)'s Web Patcher
2017-01-28 05:41:42 +01:00
2024-07-01 10:30:45 +02:00
### URL: `https://patcher.two-torial.xyz/`
2017-01-28 05:41:42 +01:00
2024-07-01 10:30:45 +02:00
## About
2021-05-14 13:14:26 +02:00
2024-07-01 10:30:45 +02:00
This repo contains web patches to use with various non-bemani games. We have a [spice2x patcher ](https://github.com/two-torial/sp2xpatcher/ ) for that.
We'll be keeping the **repo public** and **url alive** for as long as possible, **feel free to [contibute patches](CONTRIBUTING.md)** for the community through pull requests!
2021-05-14 13:14:26 +02:00
2024-07-01 10:30:45 +02:00
## Usage
See our guide on [web patching ](https://two-torial.xyz/extras/patchweb/ ) and use the url provided above.
2021-07-17 08:10:09 +02:00
2021-05-14 13:14:26 +02:00
## Submitting a new game
2024-07-01 10:30:45 +02:00
2021-05-14 13:14:26 +02:00
- 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.
2024-07-01 10:30:45 +02:00
- Keep consistent indentation for the new patches. We will have to fix your PR if
2021-05-14 13:14:26 +02:00
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
2024-07-01 10:30:45 +02:00
either white or transparent.