From eb8748effbd2286059269d17bb112168d13853c2 Mon Sep 17 00:00:00 2001 From: Akitake Date: Sun, 23 Jun 2024 13:25:15 +0200 Subject: [PATCH] TWO-TORIAL patcher, External -> Other Resources - Renamed "External Resources" to "Other Resources" - Renamed "externalresources.md" to "resources.md" - Added TWO-TORIAL sp2x patcher to "resources.md" - Fixed every found instance where resources are linked to --- docs/extras/hexguide.md | 2 +- docs/extras/patchsp2x.md | 4 ++-- docs/extras/patchweb.md | 4 ++-- docs/index.md | 2 +- docs/{externalresources.md => resources.md} | 11 ++++++----- mkdocs.yml | 2 +- 6 files changed, 13 insertions(+), 12 deletions(-) rename docs/{externalresources.md => resources.md} (86%) diff --git a/docs/extras/hexguide.md b/docs/extras/hexguide.md index 3bd6470..70cbc70 100644 --- a/docs/extras/hexguide.md +++ b/docs/extras/hexguide.md @@ -25,7 +25,7 @@ !!! tip "" - Decide on what hex edits you want to apply, you may find that information from the community or external resources. + Decide on what hex edits you want to apply, you may find that information from the community or our [Resources](../resources.md). It's time to open our hex editor. If you're using HxD, you'll be greeted with the screen below. diff --git a/docs/extras/patchsp2x.md b/docs/extras/patchsp2x.md index b1dd232..90d9059 100644 --- a/docs/extras/patchsp2x.md +++ b/docs/extras/patchsp2x.md @@ -1,6 +1,6 @@ # Spice2x DLL Patching -!!! info "Last updated: June 18th, 2024
Known spice2x patchers: [External resources](../externalresources.md#spice2x-patchers)" +!!! info "Last updated: June 18th, 2024
Known spice2x patchers: [Resources](../resources.md#spice2x-patchers)" !!! warning "Compatibility" @@ -42,7 +42,7 @@ - Click on `Import from URL`. - Paste your preferred patcher's URL. - **Note**: Check the [External resources](../externalresources.md) page for a list of recommended patchers. + **Note**: Check the [Resources](../resources.md) page for a list of recommended patchers. - Click on `Import`. diff --git a/docs/extras/patchweb.md b/docs/extras/patchweb.md index 28a6c7c..cd85ea5 100644 --- a/docs/extras/patchweb.md +++ b/docs/extras/patchweb.md @@ -1,6 +1,6 @@ # Website DLL Patching -!!! info "Last updated: June 4th, 2024
Known web patchers: [External resources](../externalresources.md#web-patchers)" +!!! info "Last updated: June 4th, 2024
Known web patchers: [Resources](../resources.md#web-patchers)" !!! warning "For BEMANI games consider [Spice2x Patching](patchsp2x.md)" @@ -23,7 +23,7 @@ We'll be using mon's [BemaniPatcher](https://mon.im/bemanipatcher). Almost every other patcher is based off of this and functions exactly the same. - **If your game is recent, please check [External resources](../externalresources.md#web-patchers) and use another web patcher.** + **If your game is recent, 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: diff --git a/docs/index.md b/docs/index.md index f256253..e9fb157 100644 --- a/docs/index.md +++ b/docs/index.md @@ -37,7 +37,7 @@ By the community, for the community. - **Error Codes** for a listing of known errors and what to do about them. - **Game Patching** category for ways to patch/modify your game. - **Extras** for anything that doesn't fit in the above categories. - - **External Resources** for links to external sites such as patchers, and generally useful links. + - **Other Resources** for links to useful sites such as patchers, external guides, etc.. !!! info "Do you want to help us out?" diff --git a/docs/externalresources.md b/docs/resources.md similarity index 86% rename from docs/externalresources.md rename to docs/resources.md index 6e97814..91dff11 100644 --- a/docs/externalresources.md +++ b/docs/resources.md @@ -1,16 +1,17 @@ -# External Resources +# Other Resources -!!! info "Last updated: June 18th, 2024" +!!! info "Last updated: June 23rd, 2024" - This section contains a variety of resources external to this website. + This section contains a variety of resources. --- ### Spice2x Patchers !!! tip "Given that the feature is new, only a couple of patchers support it but the following are the ones we can vouch for." + - **TWO-TORIAL** - `https://sp2x.two-torial.xyz/` - **Our very own [open-source](https://github.com/two-torial/sp2xpatcher) patcher. Help us make it better!** - **DJTrackers** - `https://djtrackers.com/bemanipatcher/2x` - **Recommended** - - **Turksigara** - `https://p.eagate.turksigara.net/resources` - - **Girlsband (chinese)** - `https://static.girlsband.party/spice2x` + - **Turksigara** - `https://p.eagate.turksigara.net/resources` - **Not being updated right now** + - **Girlsband** - `https://static.girlsband.party/spice2x` **Only for IIDX Epolis, in Chinese** --- ### Web Patchers diff --git a/mkdocs.yml b/mkdocs.yml index 4fecf09..8da9ba1 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -126,7 +126,7 @@ nav: - "List of Touchscreen Monitors and their Polling Rates": "extras/pollingrates.md" - "What is WASAPI & ASIO?": "extras/audio.md" - "Exclusive Audio Workarounds": "extras/streamaudio.md" - - External Resources: externalresources.md + - Other Resources: resources.md theme: name: material