1
0
mirror of https://github.com/yxrei/bemani-guide.git synced 2024-11-14 18:27:37 +01:00

Merge pull request #15 from akitakedits/patchsp2x-fixes

[patchsp2x] Fix last updated date, Fix formatting
This commit is contained in:
yurei 2024-06-04 14:23:11 +02:00 committed by GitHub
commit 0e7da06097
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,25 +1,26 @@
# Spice2x DLL Patching # Spice2x DLL Patching
!!! note "" !!! info "Last updated: June 3rd, 2024<br>Known spice2x patchers: [External resources](/externalresources#spice2x-patchers)"
Last updated: June 6th, 2024
Known spice2x patchers: [External resources](/externalresources#spice2x-patchers)
!!! warning "Compatibility" !!! warning "Compatibility"
This patching method only is for [spice2x supported games](https://github.com/spice2x/spice2x.github.io/wiki/List-of-supported-games). This patching method only is for [spice2x supported games](https://github.com/spice2x/spice2x.github.io/wiki/List-of-supported-games).
Please make sure you're using the latest release for [spice2x](https://spice2x.github.io/). Please make sure you're using the latest release for [spice2x](https://spice2x.github.io/).
**Note: As of writing, you need to use the latest beta release as the feature has not yet been pushed to stable.** **Note: As of writing, you need to use the latest beta release as the feature has not yet been pushed to stable.**
!!! danger "Before proceeding" !!! danger "Before proceeding"
**It is highly recommended to use an unpatched DLL as your base!** **It is highly recommended to use an unpatched DLL as your base!**
If you've already patched your game through other methods *([web patching](/extras/patchweb) or [hex editing](/extras/hexguide))*, If you've already patched your game through other methods *([web patching](/extras/patchweb) or [hex editing](/extras/hexguide))*,
**Please replace your game's DLL with the original**. **Please replace your game's DLL with the original**.
---
### Getting Started ### Getting Started
!!! tip "" !!! tip ""
**The following guide works the same regardless of which spice2x compatible game you're using.** **The following guide works the same regardless of which spice2x compatible game you're using.**
In this case we will be using a clean SDVX installation as a reference, with the following folder structure. In this case we will be using a clean SDVX installation as a reference, with the following folder structure.
@ -29,11 +30,13 @@
#### Importing Patches from URL #### Importing Patches from URL
!!! tip "" !!! tip ""
Open `spicecfg.exe` and head to the `Patches` tab. Open `spicecfg.exe` and head to the `Patches` tab.
<img src="/img/patchsp2x/2.png"> <img src="/img/patchsp2x/2.png">
!!! tip "" !!! tip ""
By default no patches will be available, we need to import some. By default no patches will be available, we need to import some.
Click on `Import from URL`. Click on `Import from URL`.
@ -49,9 +52,11 @@
#### Picking Patches #### Picking Patches
!!! danger "Important" !!! danger "Important"
**As a general rule of thumb, if you're not sure what a patch does or you're not absolutely certain you need it, leave it alone**. **As a general rule of thumb, if you're not sure what a patch does or you're not absolutely certain you need it, leave it alone**.
!!! tip "" !!! tip ""
After a successful import, your patches should now show up inside spice2x. After a successful import, your patches should now show up inside spice2x.
A new `Patches` folder has also been created, containing a `.json` file with your available patches for offline use. A new `Patches` folder has also been created, containing a `.json` file with your available patches for offline use.
@ -59,6 +64,7 @@
<img src="/img/patchsp2x/4.png"> <img src="/img/patchsp2x/4.png">
!!! tip "" !!! tip ""
Now you may pick and choose desired patches! Now you may pick and choose desired patches!
For game-specific instructions, refer to their respective dedicated pages. For game-specific instructions, refer to their respective dedicated pages.
@ -66,12 +72,14 @@
#### Auto apply / Overwrite game files #### Auto apply / Overwrite game files
!!! tip "Auto apply (recommended)" !!! tip "Auto apply (recommended)"
After picking your patches, it is **strongly recommended** to tick the `Auto apply patches on game start` box. After picking your patches, it is **strongly recommended** to tick the `Auto apply patches on game start` box.
Doing so will keep your game files intact until you start it, at which point your selected patches will apply. Doing so will keep your game files intact until you start it, at which point your selected patches will apply.
Upon closing the game your game's files will be restored. Upon closing the game your game's files will be restored.
!!! warning "Overwrite game files" !!! warning "Overwrite game files"
You also have the option to `Overwrite game files`, which will **permanently modify your game files**. You also have the option to `Overwrite game files`, which will **permanently modify your game files**.
This is **NOT** recommended unless you have a good reason to do so. This is **NOT** recommended unless you have a good reason to do so.