From 953bd3b226f4ee8e79f8b6403890fb336f069abd Mon Sep 17 00:00:00 2001 From: Akitake Date: Mon, 19 Aug 2024 12:28:14 +0200 Subject: [PATCH 1/8] iidx: Various fixes --- docs/games/iidx30/extras.md | 4 ++-- docs/games/iidx31/extras.md | 2 +- docs/games/iidx31/setup.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/games/iidx30/extras.md b/docs/games/iidx30/extras.md index deaad8e..ac9b171 100644 --- a/docs/games/iidx30/extras.md +++ b/docs/games/iidx30/extras.md @@ -1,4 +1,4 @@ -# beatmania IIDX 31 RESIDENT +# beatmania IIDX 30 RESIDENT !!! danger "Please make sure you downloaded your data from an appropriate source.
This guide is unable to troubleshoot any problems related to bad or poorly managed data." @@ -31,7 +31,7 @@ ``` - ^^`A`^^ for Standard (LDJ-003, LDJ, 60hz) - - ^^`B`^^ for Lightning (LDJ-010, TDJ, 120hz) + - ^^`D`^^ for Lightning (LDJ-010, TDJ, 120hz) --- ### Changing the game's language diff --git a/docs/games/iidx31/extras.md b/docs/games/iidx31/extras.md index c2f7059..afa9303 100644 --- a/docs/games/iidx31/extras.md +++ b/docs/games/iidx31/extras.md @@ -31,7 +31,7 @@ ``` - ^^`E`^^ for Standard (LDJ-012, LDJ, 60hz) - - ^^`B`^^ for Lightning (LDJ-010, TDJ, 120hz) + - ^^`D`^^ for Lightning (LDJ-010, TDJ, 120hz) --- ### Changing the game's language diff --git a/docs/games/iidx31/setup.md b/docs/games/iidx31/setup.md index 2bb30c6..7d541a6 100644 --- a/docs/games/iidx31/setup.md +++ b/docs/games/iidx31/setup.md @@ -90,8 +90,8 @@ On the line with `` the letter needs to match your data type: - - ^^`B`^^ for Lightning (LDJ-010, TDJ, 120hz) - ^^`E`^^ for Standard (LDJ-012, LDJ, 60hz) + - ^^`D`^^ for Lightning (LDJ-010, TDJ, 120hz) Replace the letter accordingly if necessary. From d8b726ee17e8eef84d212442269f666c1c63da0c Mon Sep 17 00:00:00 2001 From: Akitake Date: Mon, 19 Aug 2024 12:31:31 +0200 Subject: [PATCH 2/8] iidx: Tiny fix --- docs/games/iidx31/setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/games/iidx31/setup.md b/docs/games/iidx31/setup.md index 7d541a6..ff80ead 100644 --- a/docs/games/iidx31/setup.md +++ b/docs/games/iidx31/setup.md @@ -82,7 +82,7 @@ LDJ J - B + E A 2024050700 From 343d24fa7241a7cbd6aca8b1350d0d810d464734 Mon Sep 17 00:00:00 2001 From: scrib-bler Date: Sun, 25 Aug 2024 04:34:17 +0100 Subject: [PATCH 3/8] Updated CHUNITHM guides to reflect segatools change from [gpio] to [system] --- docs/games/chunithmluminous/setup.md | 12 ++++++++---- docs/games/chunithmnew/setup.md | 12 ++++++++---- docs/games/chunithmnewplus/setup.md | 12 ++++++++---- docs/games/chunithmsun/setup.md | 12 ++++++++---- docs/games/chunithmsunplus/setup.md | 12 ++++++++---- 5 files changed, 40 insertions(+), 20 deletions(-) diff --git a/docs/games/chunithmluminous/setup.md b/docs/games/chunithmluminous/setup.md index ffcaaf6..dfea8e2 100644 --- a/docs/games/chunithmluminous/setup.md +++ b/docs/games/chunithmluminous/setup.md @@ -159,7 +159,7 @@ setting. Do not add another key. ```ini - [gpio] + [system] dipsw2=1 dipsw2=1 ; WRONG! ``` @@ -178,14 +178,18 @@ appdata=../../AppData ``` -#### `[gpio]` +#### `[system] (formerly [gpio])` + +!!! warning + + As of 2024-08-20, the [gpio] section in segatools has been renamed to [system]. !!! tip "" - If you have a 120Hz monitor, set `dipsw2` and `dipsw3` to 0: ```ini - [gpio] + [system] dipsw2=0 dipsw3=0 ``` @@ -193,7 +197,7 @@ - If you have a 60Hz monitor, set `dipsw2` and `dipsw3` to 1: ```ini - [gpio] + [system] dipsw2=1 dipsw3=1 ``` diff --git a/docs/games/chunithmnew/setup.md b/docs/games/chunithmnew/setup.md index bc2566a..c039f94 100644 --- a/docs/games/chunithmnew/setup.md +++ b/docs/games/chunithmnew/setup.md @@ -159,7 +159,7 @@ setting. Do not add another key. ```ini - [gpio] + [system] dipsw2=1 dipsw2=1 ; WRONG! ``` @@ -178,14 +178,18 @@ appdata=../../AppData ``` -#### `[gpio]` +#### `[system] (formerly [gpio])` + +!!! warning + + As of 2024-08-20, the [gpio] section in segatools has been renamed to [system]. !!! tip "" - If you have a 120Hz monitor, set `dipsw2` and `dipsw3` to 0: ```ini - [gpio] + [system] dipsw2=0 dipsw3=0 ``` @@ -193,7 +197,7 @@ - If you have a 60Hz monitor, set `dipsw2` and `dipsw3` to 1: ```ini - [gpio] + [system] dipsw2=1 dipsw3=1 ``` diff --git a/docs/games/chunithmnewplus/setup.md b/docs/games/chunithmnewplus/setup.md index 8c3ad23..69483dd 100644 --- a/docs/games/chunithmnewplus/setup.md +++ b/docs/games/chunithmnewplus/setup.md @@ -159,7 +159,7 @@ setting. Do not add another key. ```ini - [gpio] + [system] dipsw2=1 dipsw2=1 ; WRONG! ``` @@ -178,14 +178,18 @@ appdata=../../AppData ``` -#### `[gpio]` +#### `[system] (formerly [gpio])` + +!!! warning + + As of 2024-08-20, the [gpio] section in segatools has been renamed to [system]. !!! tip "" - If you have a 120Hz monitor, set `dipsw2` and `dipsw3` to 0: ```ini - [gpio] + [system] dipsw2=0 dipsw3=0 ``` @@ -193,7 +197,7 @@ - If you have a 60Hz monitor, set `dipsw2` and `dipsw3` to 1: ```ini - [gpio] + [system] dipsw2=1 dipsw3=1 ``` diff --git a/docs/games/chunithmsun/setup.md b/docs/games/chunithmsun/setup.md index 8fa3a9e..86d5595 100644 --- a/docs/games/chunithmsun/setup.md +++ b/docs/games/chunithmsun/setup.md @@ -159,7 +159,7 @@ setting. Do not add another key. ```ini - [gpio] + [system] dipsw2=1 dipsw2=1 ; WRONG! ``` @@ -178,14 +178,18 @@ appdata=../../AppData ``` -#### `[gpio]` +#### `[system] (formerly [gpio])` + +!!! warning + + As of 2024-08-20, the [gpio] section in segatools has been renamed to [system]. !!! tip "" - If you have a 120Hz monitor, set `dipsw2` and `dipsw3` to 0: ```ini - [gpio] + [system] dipsw2=0 dipsw3=0 ``` @@ -193,7 +197,7 @@ - If you have a 60Hz monitor, set `dipsw2` and `dipsw3` to 1: ```ini - [gpio] + [system] dipsw2=1 dipsw3=1 ``` diff --git a/docs/games/chunithmsunplus/setup.md b/docs/games/chunithmsunplus/setup.md index e414679..82303bc 100644 --- a/docs/games/chunithmsunplus/setup.md +++ b/docs/games/chunithmsunplus/setup.md @@ -159,7 +159,7 @@ setting. Do not add another key. ```ini - [gpio] + [system] dipsw2=1 dipsw2=1 ; WRONG! ``` @@ -178,14 +178,18 @@ appdata=../../AppData ``` -#### `[gpio]` +#### `[system] (formerly [gpio])` + +!!! warning + + As of 2024-08-20, the [gpio] section in segatools has been renamed to [system]. !!! tip "" - If you have a 120Hz monitor, set `dipsw2` and `dipsw3` to 0: ```ini - [gpio] + [system] dipsw2=0 dipsw3=0 ``` @@ -193,7 +197,7 @@ - If you have a 60Hz monitor, set `dipsw2` and `dipsw3` to 1: ```ini - [gpio] + [system] dipsw2=1 dipsw3=1 ``` From b7e3edce53490b4fb8acb703d5ff5a1349c1c19a Mon Sep 17 00:00:00 2001 From: Akitake Date: Wed, 4 Sep 2024 08:05:50 +0200 Subject: [PATCH 4/8] taiko: fix TAL instructions --- docs/games/taikonijiiro/setup.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/games/taikonijiiro/setup.md b/docs/games/taikonijiiro/setup.md index 2773b22..92da563 100644 --- a/docs/games/taikonijiiro/setup.md +++ b/docs/games/taikonijiiro/setup.md @@ -23,7 +23,9 @@ `TaikoArcadeLoader` is a loader and hardware emulator for Nijiiro. It will allow us to launch the game, as well as configure inputs and network settings. More information can be found at the [TAL github page](https://github.com/esuo1198/TaikoArcadeLoader). - - Download the latest version of TAL from [the actions tab](https://github.com/esuo1198/TaikoArcadeLoader/actions) of the TAL page. This will be a file named `dist`. You will need to be logged into github to download this file. + - ~~Download the latest version of TAL from [the actions tab](https://github.com/esuo1198/TaikoArcadeLoader/actions) of the TAL page. This will be a file named `dist`. You will need to be logged into github to download this file.~~ **The GitHub's latest Dist is unavailable at the moment, see below instead.** + + - Download TAL from our [Discord](https://discord.gg/cZRUmEPK78) in `Taiko > Resources` - Copy the files from `dist.zip` to your `Executable/Release` folder. When asked, choose to replace the existing files with the newly copied files. From 03b246abf729c63432432b37e3c8c1e6ece9c059 Mon Sep 17 00:00:00 2001 From: Akitake Date: Wed, 4 Sep 2024 08:06:49 +0200 Subject: [PATCH 5/8] chuni: remove dead #gpio anchors --- docs/games/chunithmluminous/troubleshooting.md | 2 +- docs/games/chunithmnew/troubleshooting.md | 2 +- docs/games/chunithmnewplus/troubleshooting.md | 2 +- docs/games/chunithmsun/troubleshooting.md | 2 +- docs/games/chunithmsunplus/troubleshooting.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/games/chunithmluminous/troubleshooting.md b/docs/games/chunithmluminous/troubleshooting.md index d14d991..6d0d368 100644 --- a/docs/games/chunithmluminous/troubleshooting.md +++ b/docs/games/chunithmluminous/troubleshooting.md @@ -15,7 +15,7 @@ have valid syntax, your ICF files are correct, and [the OpenSSL fix](setup.md#fixing-openssl-on-intel-10th-gen-and-newer-cpus) is applied on Intel Core 10th Gen CPUs and newer. - Using the incorrect dipswitch settings for your refresh rate (e.g. `dipsw3=0` on - a 60Hz screen). Refer to [the setup guide](setup.md#gpio) to fix it. + a 60Hz screen). Refer to [the setup guide](setup.md) to fix it. - Enabling 120FPS on a monitor that is not **exactly 120Hz** or **exactly 1080p**. If you cannot set your monitor's refresh rate to 120Hz, apply the "Bypass 120Hz monitor check"/"Bypass 1080p monitor check" on a CHUNITHM web patcher (see [Resources](../../resources.md#web-patchers)). diff --git a/docs/games/chunithmnew/troubleshooting.md b/docs/games/chunithmnew/troubleshooting.md index 30e6fbb..3b288ff 100644 --- a/docs/games/chunithmnew/troubleshooting.md +++ b/docs/games/chunithmnew/troubleshooting.md @@ -15,7 +15,7 @@ have valid syntax, your ICF files are correct, and [the OpenSSL fix](setup.md#fixing-openssl-on-intel-10th-gen-and-newer-cpus) is applied on Intel Core 10th Gen CPUs and newer. - Using the incorrect dipswitch settings for your refresh rate (e.g. `dipsw3=0` on - a 60Hz screen). Refer to [the setup guide](setup.md#gpio) to fix it. + a 60Hz screen). Refer to [the setup guide](setup.md) to fix it. - Enabling 120FPS on a monitor that is not **exactly 120Hz** or **exactly 1080p**. If you cannot set your monitor's refresh rate to 120Hz, apply the "Bypass 120Hz monitor check"/"Bypass 1080p monitor check" on a CHUNITHM web patcher (see [Resources](../../resources.md#web-patchers)). diff --git a/docs/games/chunithmnewplus/troubleshooting.md b/docs/games/chunithmnewplus/troubleshooting.md index 02292cf..de65d73 100644 --- a/docs/games/chunithmnewplus/troubleshooting.md +++ b/docs/games/chunithmnewplus/troubleshooting.md @@ -15,7 +15,7 @@ have valid syntax, your ICF files are correct, and [the OpenSSL fix](setup.md#fixing-openssl-on-intel-10th-gen-and-newer-cpus) is applied on Intel Core 10th Gen CPUs and newer. - Using the incorrect dipswitch settings for your refresh rate (e.g. `dipsw3=0` on - a 60Hz screen). Refer to [the setup guide](setup.md#gpio) to fix it. + a 60Hz screen). Refer to [the setup guide](setup.md) to fix it. - Enabling 120FPS on a monitor that is not **exactly 120Hz** or **exactly 1080p**. If you cannot set your monitor's refresh rate to 120Hz, apply the "Bypass 120Hz monitor check"/"Bypass 1080p monitor check" on a CHUNITHM web patcher (see [Resources](../../resources.md#web-patchers)). diff --git a/docs/games/chunithmsun/troubleshooting.md b/docs/games/chunithmsun/troubleshooting.md index 1a65e8f..7e043a4 100644 --- a/docs/games/chunithmsun/troubleshooting.md +++ b/docs/games/chunithmsun/troubleshooting.md @@ -15,7 +15,7 @@ have valid syntax, your ICF files are correct, and [the OpenSSL fix](setup.md#fixing-openssl-on-intel-10th-gen-and-newer-cpus) is applied on Intel Core 10th Gen CPUs and newer. - Using the incorrect dipswitch settings for your refresh rate (e.g. `dipsw3=0` on - a 60Hz screen). Refer to [the setup guide](setup.md#gpio) to fix it. + a 60Hz screen). Refer to [the setup guide](setup.md) to fix it. - Enabling 120FPS on a monitor that is not **exactly 120Hz** or **exactly 1080p**. If you cannot set your monitor's refresh rate to 120Hz, apply the "Bypass 120Hz monitor check"/"Bypass 1080p monitor check" on a CHUNITHM web patcher (see [Resources](../../resources.md#web-patchers)). diff --git a/docs/games/chunithmsunplus/troubleshooting.md b/docs/games/chunithmsunplus/troubleshooting.md index 3df5151..a872509 100644 --- a/docs/games/chunithmsunplus/troubleshooting.md +++ b/docs/games/chunithmsunplus/troubleshooting.md @@ -15,7 +15,7 @@ have valid syntax, your ICF files are correct, and [the OpenSSL fix](setup.md#fixing-openssl-on-intel-10th-gen-and-newer-cpus) is applied on Intel Core 10th Gen CPUs and newer. - Using the incorrect dipswitch settings for your refresh rate (e.g. `dipsw3=0` on - a 60Hz screen). Refer to [the setup guide](setup.md#gpio) to fix it. + a 60Hz screen). Refer to [the setup guide](setup.md) to fix it. - Enabling 120FPS on a monitor that is not **exactly 120Hz** or **exactly 1080p**. If you cannot set your monitor's refresh rate to 120Hz, apply the "Bypass 120Hz monitor check"/"Bypass 1080p monitor check" on a CHUNITHM web patcher (see [Resources](../../resources.md#web-patchers)). From 25d845a66dcdfa4c24e6860d457d0d0052241a71 Mon Sep 17 00:00:00 2001 From: Akitake Date: Wed, 4 Sep 2024 11:50:01 +0200 Subject: [PATCH 6/8] patchsp2x: add TWO-TORIAL patcher --- docs/extras/patchsp2x.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/extras/patchsp2x.md b/docs/extras/patchsp2x.md index 68beda8..761d348 100644 --- a/docs/extras/patchsp2x.md +++ b/docs/extras/patchsp2x.md @@ -1,6 +1,13 @@ # Spice2x DLL Patching -!!! info "Known spice2x patchers: [Resources](../resources.md#spice2x-patchers)" +!!! info "TWO-TORIAL Patcher" + + URL: `https://sp2x.two-torial.xyz` + [GitHub Repo](https://github.com/two-torial/sp2xpatcher) + [Supported Games](https://github.com/two-torial/sp2xpatcher/blob/main/SUPPORTED.md) + [Contributing](https://github.com/two-torial/sp2xpatcher/blob/main/CONTRIBUTING.md) + + [Known spice2x patchers](../resources.md#spice2x-patchers) !!! warning "Compatibility" From 71a9c0326b364e259b22bacbef257f66db33d728 Mon Sep 17 00:00:00 2001 From: Akitake Date: Sun, 15 Sep 2024 11:50:55 +0200 Subject: [PATCH 7/8] sdvx6: update patches section --- docs/games/sdvx6/setup.md | 26 +++++++++----------------- 1 file changed, 9 insertions(+), 17 deletions(-) diff --git a/docs/games/sdvx6/setup.md b/docs/games/sdvx6/setup.md index c7e74ab..0a44526 100644 --- a/docs/games/sdvx6/setup.md +++ b/docs/games/sdvx6/setup.md @@ -144,28 +144,29 @@ !!! info "Go through the [Spice2x Patching](../../extras/patchsp2x.md) page to import patches." -!!! danger "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, regardless of recommendations below." +!!! danger "If you don't absolutely need a patch or you're unsure what it does, leave it alone! Regardless of recommendations below." ??? tip "General patches" | Patch | Recommendation | Description | |-----------------------------------------------|---------------- |-------------| - | Disable power change | Either | Prevents the game from changing Windows power settings. | + | Disable power change | Either | Prevents the game from changing Windows power settings. | | Disable monitor change | Either | Prevents the game from changing Windows monitor settings. | - | Force BIO2 (KFC) IO in Valkyrie mode | OFF | | - | Shared mode WASAPI | Either | Runs the game in non-exclusive audio mode, allowing you to hear audio from other sources **at the cost of audio latency**. | - | Shared mode WASAPI Valkyrie | Either | Same as above for Valkyrie setups. | - | Allow non E004 cards | OFF | Makes the game accept cards that do not start with E004, you typically won't need this. | + | Force BIO2 (KFC) IO in Valkyrie mode | OFF | Only useful for real cabs or Valkyrie at 60hz. | + | Shared mode WASAPI | Either | **For non-Valkyrie setups**. Runs the game with non-exclusive WASAPI audio, allowing you to hear audio from other sources **at the cost of audio latency**. | + | Shared mode WASAPI Valkyrie | Either | **For Valkyrie setups**. Same as above. | + | ASIO 2 Channels Mode | OFF | **For ASIO audio only**. Uses 2 channels instead of 8, useful for some audio cards. | | Unlock All Songs | OFF | **This might get you banned from remote servers.**
If using Asphyxia, **you should unlock Songs using the WebUI instead**. | | Unlock All Difficulties | OFF | **This might get you banned from remote servers.**
If using Asphyxia, **you should unlock Difficulties using the WebUI instead**. | - | Uncensor album jackets (for K region only) | OFF | Only consider turning this on if your game is set to Korean. The game is already "uncensored" otherwise. | + | Uncensor album jackets (for K region only) | OFF | **Only useful for Korean region**. The game is already "uncensored" otherwise. | | Hide all bottom text | Either | Hides text at the bottom of the screen such as `Credits` or `Paseli`. | | Disable subscreen in Valkyrie mode | Either | Disables the subscreen entirely. Note that this option is also available in the Options tab (`-sdvxnosub`). | Timer freeze | Either | Freezes the timer in all non-premium environments. | Premium timer freeze | Either | Freezes the timer in premium environments. + | Hide premium guide banner | Either | Hides the premium guide banner at the bottom of the screen during play. | Premium Time Length | Any | Defines how long your premium time will be. If you've frozen premium time this is just vanity. - | Fake Japan Region | Either | Unlocks Japan exclusive content if your game is set to any other region/language. | Valkyrie Mode 60hz | OFF | Allows 60hz monitor users to use Valkyrie-exclusive features. To be used in conjunction with the Force BIO2 patch and `G` spec in `ea3-config.xml`. + | Fake Region | Japan | Unlocks region specific content regardless of the chosen region in `ea3-config.xml`. Japan unlocks the most content and is therefore recommended. ??? tip "If your monitor supports 120hz or more" @@ -173,15 +174,6 @@ |-----------------------------------------------|---------------------------| | Game FPS Target | 120 FPS **(NOT higher)** | | Note FPS Target | 120 FPS **(NOT higher)** | - | Force Note FPS Target | ON | - -??? tip "If your monitor only supports 60hz" - - | Patch | Recommendation | - |-----------------------------------------------|---------------------------| - | Game FPS Target | 60 FPS **(Default)** | - | Note FPS Target | 60 FPS **(Default)** | - | Force Note FPS Target | OFF | #### API From 7f275166a5cab3d414b66bffb07fa76ca5c22e47 Mon Sep 17 00:00:00 2001 From: yurei Date: Tue, 17 Sep 2024 14:03:43 +0200 Subject: [PATCH 8/8] iidx31: add game size info --- docs/games/iidx31/setup.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/games/iidx31/setup.md b/docs/games/iidx31/setup.md index ff80ead..5577bf5 100644 --- a/docs/games/iidx31/setup.md +++ b/docs/games/iidx31/setup.md @@ -6,6 +6,8 @@ --- ### About data +!!! info "The full game should be around 100gb while updates are only around 2-5gb in size." + !!! info "Standard (LDJ) / Lightning (TDJ)" Please keep the following in mind as you're going through this guide.