mirror of
https://github.com/two-torial/two-torial.git
synced 2026-03-22 04:54:08 -05:00
77 lines
2.6 KiB
Markdown
77 lines
2.6 KiB
Markdown
# Game Patching (web)
|
|
|
|
!!! info "Known web patchers: [Resources](/resources.md#web-patchers)"
|
|
|
|
!!! warning "For BEMANI games consider [spice2x Patching](patchsp2x.md)"
|
|
|
|
**This patching method is outdated for BEMANI games.**
|
|
|
|
However if your game isn't supported, follow this guide.
|
|
|
|
!!! danger "Before proceeding"
|
|
|
|
**It is highly recommended to use an unpatched DLL or EXE as your base!**
|
|
|
|
If you've already patched your game through other methods *([spice2x patching](patchsp2x.md) or [hex editing](hexguide.md))*,
|
|
**Please replace your game's DLL or EXE with the original**.
|
|
|
|
### Getting started
|
|
|
|
!!! tip ""
|
|
|
|
For this example, we'll be using our [web patcher](https://patcher.two-torial.xyz).
|
|
Almost every other patcher looks and functions exactly the same as this one.
|
|
|
|
**If your game is not supported by our web patcher, please check [Resources](/resources.md#web-patchers) and use another web patcher.**
|
|
|
|
Go to your chosen patcher's website, you'll get something similar to this:
|
|
|
|
<img src="/img/extras/patchweb/1.webp">
|
|
|
|
!!! tip ""
|
|
|
|
Click on any game you'd like the patches for. In this case, we'll use CHUNITHM VERSE.
|
|
|
|
<img src="/img/extras/patchweb/2.webp">
|
|
|
|
<img src="/img/extras/patchweb/3.webp">
|
|
|
|
!!! tip ""
|
|
|
|
Here, either:
|
|
|
|
- Drag and drop the `.dll` or `.exe` file the site prompts you to use.
|
|
- **OR** click on `Choose a file` and select it that way.
|
|
|
|
If you've used the correct file and the site is compatible, it will tell you.
|
|
|
|
`X of X patches matched (100%)` means the patcher is compatible with your game.
|
|
**If this shows any less than 100%, DO NOT use it. Your `.dll` or `.exe` file might not be clean. Only proceed with a clean one.**
|
|
|
|
**Please keep in mind that some patchers may not support the most recent versions of your game right away.**
|
|
|
|
<img src="/img/extras/patchweb/4.webp">
|
|
|
|
!!! tip ""
|
|
|
|
Now, you can select the patches you'd like to apply.
|
|
|
|
If you're unsure on what to do, refer to your specific game's guide as it might have more information there.
|
|
Otherwise feel free to join our Discord server, the link is at the top of the [home page](/index.md), and ask the community!
|
|
|
|
<img src="/img/extras/patchweb/5.webp">
|
|
|
|
!!! tip ""
|
|
|
|
When you're done selecting patches, click on `Save Patched File` and your new file will start downloading.
|
|
|
|
<img src="/img/extras/patchweb/6.webp">
|
|
|
|
!!! danger "Backup your original `.dll` or `.exe` file first!"
|
|
|
|
!!! tip ""
|
|
|
|
Now you may replace your data's file with the patched one you just downloaded.
|
|
|
|
Once you've done that, you're done. Enjoy!
|