From f87e5bdcd38e513b68c192694d10c9331633be6d Mon Sep 17 00:00:00 2001 From: yurei Date: Fri, 9 Feb 2024 13:58:47 +0100 Subject: [PATCH 1/3] Add more structure to EPOLIS and SDVX EG guides --- docs/externalresources.md | 12 ++++++------ docs/games/iidx31/setup.md | 27 +++++++++++++++++++-------- docs/games/sdvx6/setup.md | 30 ++++++++++++++++++++++++------ docs/index.md | 2 +- mkdocs.yml | 4 ++-- 5 files changed, 52 insertions(+), 23 deletions(-) diff --git a/docs/externalresources.md b/docs/externalresources.md index 57fd135..e650f25 100644 --- a/docs/externalresources.md +++ b/docs/externalresources.md @@ -11,10 +11,10 @@ ### Patcher -!!! tip "" - - [BemaniPatcher](https://mon.im/bemanipatcher/) - Drag and drop hex edit solution for a myriad of games - - - [EGRS Patcher](https://egrspatcher.pages.dev/) - Drag and drop hex edit solution for n-0 games which gets frequent updates +!!! tip "There are more patch websites than listed here but these are the ones we recommend and can vouch for. You can always use other patchers if you want." + - [BemaniPatcher](https://mon.im/bemanipatcher/) - Supports a variety of **old games** + + - [Turksigara](https://p.eagate.turksigara.net/) - Is constantly getting maintained (n-0 and some old games) ### General @@ -45,9 +45,9 @@ ### SDVX !!! tip "" - - [SDVX Index](https://sdvxindex.com/) - SDVX chart viewer and refrence + - [SDVX Index](https://sdvxindex.com/) - SDVX chart viewer and reference - - [sdvx.in](https://sdvx.in/) - worse alternative to SDVX Index + - [sdvx.in](https://sdvx.in/) - worse alternative to SDVX Index (but can be used for Chunithm and Ongeki too) - [SDVX Progress Chart](https://docs.google.com/spreadsheets/d/1cFltguBvPplBem-x1STHnG3k4TZzFfyNEZ-RwsQszoo/edit#gid=0) - Functions as a generalized tier list diff --git a/docs/games/iidx31/setup.md b/docs/games/iidx31/setup.md index 8e25d30..f20d9bd 100644 --- a/docs/games/iidx31/setup.md +++ b/docs/games/iidx31/setup.md @@ -4,9 +4,9 @@ !!! note "Author Note:" - Last updated: 16.11.2023 (Currently using `2023101800`) + Last updated: 09.02.2024 (Currently using `2023101800`) - For hex edits: Go to [EGRS's Patcher](https://egrspatcher.pages.dev/epolis) (provided by the EGRS Community) + For hex edits: Go to [Türksigara Patcher](https://p.eagate.turksigara.net/) For lightning mode specifics: they are found [here](lightning.md) @@ -64,9 +64,11 @@ This is the games datacode, basically telling the game what version it is on. -### Configuring for an Online Network +### Configuring for a Network -!!! tip "" +!!! danger "You can decide between the two, whether you want to play on an online network or use a local e-amuse emulator. ***Do not*** use both. Only choose one." + +??? tip "Online Network" Now that you have your files ready, open up `spicecfg.exe` and head to the `Options` where we'll set our desired parameters. On the `Service URL: -url` parameter, we're going to input our chosen network URL like so: `http://yoururlhere.com/` @@ -83,9 +85,8 @@ Pictured below, the selected options inside the `Options` tab in `spicecfg.exe`. - + -!!! tip "" One final note, since you're playing on a network, you will have one additional step of setting up your card file if you do not already have one. For this, simply head to the `Cards` tab and press `Generate`. @@ -94,12 +95,22 @@ Next, click on the three dots (`...`) next to `Card Path` and locate your card text file. Keep in mind that `Player 1` refers to 1P **side** and will log you in on the **left**, Player 2 does the opposite respectively. If you have done everything correctly, it should look like this: - + + +??? tip "e-amuse Emulator (Asphyxia CORE)" + We've written a guide on how to setup ```Asphyxia CORE``` which you can access [here.](/extras/asphyxia) + + The process is universal and isn't specific to any game in particular. + + When you're done setting up ```Asphyxia CORE``` come back here and continue with the guide. ### Audio & Keybinds +!!! note "This guide will utilize ```WASAPI Shared``` because it is the easiest to set up in most cases. There are more methods to use which you can read about [here.](/extras/audio/) The next best method we recommend is using ```FlexASIO```. You can read more about it on what it does and how to set it up [here.](/extras/streamaudio/#option-4-flexasio)" + !!! tip "" - Before we go over the keybinds, we'll change our `IIDX Sound Output Device` to `WASAPI`. This has (from my experience) the highest chance of working. If it doesn't work for you, try using `ASIO`. It really comes down to your own hardware setup. + + Before we go over the keybinds, we'll change our `IIDX Sound Output Device` to `WASAPI`. This has (from my experience) the highest chance of working. If it doesn't work for you, try using `FlexASIO`. It really comes down to your own hardware setup. If you're still having issues, feel free to join our [Discord server](https://discord.gg/yAtdhvee79) and ask away in the troubleshooting section as this could be something very specific. Keep in mind that if you're using `WASAPI`, IIDX will go into WASAPI exclusive mode which means that only IIDX will output it's audio and nothing else [(this can be changed with a hex edit if you'd like).](problems.md#when-i-run-this-game-all-other-background-audio-is-gone-whats-going-on) diff --git a/docs/games/sdvx6/setup.md b/docs/games/sdvx6/setup.md index 1be3b72..b338994 100644 --- a/docs/games/sdvx6/setup.md +++ b/docs/games/sdvx6/setup.md @@ -2,6 +2,14 @@ +!!! note "Author Note:" + + Last updated: 09.02.2024 (Currently using `2023042500`) + + For hex edits: Go to the [Türksigara Patcher](https://p.eagate.turksigara.net/) + + For Valkyrie Model specifics: they are found [here](valk.md) + !!! danger "Warning" Please make sure your data is from an appropriate source and unmodified before proceeding, this guide is unable to troubleshoot any problems related to bad or poorly managed data. @@ -60,9 +68,11 @@ !!! info "If you'd like to enable the Valkyrie Model mode, which is `off` by default, head over to [Valkyrie Model](valk.md#setting-up-valkyrie-model-subscreen-120fps)" -### Configuring for an Online Network +### Configuring for a Network -!!! tip "" +!!! danger "You can decide between the two, whether you want to play on an online network or use a local e-amuse emulator. ***Do not*** use both. Only choose one." + +??? tip "Online Network" Now that you have your files ready, open up `spicecfg.exe` and head to the `Options` where we'll set our desired parameters. On the `Service URL: -url` parameter, we're going to input our chosen network URL like so: `http://yoururlhere.com/` @@ -79,9 +89,8 @@ Pictured below, the selected options inside the `Options` tab in `spicecfg.exe`. - + -!!! tip "" One final note, since you're playing on a network, you will have one additional step of setting up your card file if you do not already have one. For this, simply head to the `Cards` tab and press `Generate`. @@ -89,12 +98,21 @@ Next, click on the three dots (`...`) next to `Card Path` and locate your card text file. If you have done everything correctly, it should look like this: - + + +??? tip "e-amuse Emulator (Asphyxia CORE)" + We've written a guide on how to setup ```Asphyxia CORE``` which you can access [here.](/extras/asphyxia) + + The process is universal and isn't specific to any game in particular. + + When you're done setting up ```Asphyxia CORE``` come back here and continue with the guide. ### Audio & Keybinds +!!! note "This guide will utilize ```WASAPI Shared``` because it is the easiest to set up in most cases. There are more methods to use which you can read about [here.](/extras/audio/) The next best method we recommend is using ```FlexASIO```. You can read more about it on what it does and how to set it up [here.](/extras/streamaudio/#option-4-flexasio)" + !!! tip "" - Before we go over the keybinds, I'd like to mention that Sound Voltex Exceed Gear by default, uses `WASAPI`. This has (from my experience) the highest chance of working. + Before we go over the keybinds, I'd like to mention that Sound Voltex Exceed Gear by default, uses `WASAPI`. This has (from my experience) the highest chance of working. If you're having issues, feel free to join our [Discord server](https://discord.gg/yAtdhvee79) and ask away in the troubleshooting section as this could be something very specific. Keep in mind that if you're using `WASAPI`, SDVX will go into WASAPI exclusive mode which means that only SDVX will output it's audio and nothing else [(this can be changed with a hex edit if you'd like).](problems.md#when-i-run-this-game-all-other-background-audio-is-gone-whats-going-on) diff --git a/docs/index.md b/docs/index.md index 884458c..26db20d 100644 --- a/docs/index.md +++ b/docs/index.md @@ -13,7 +13,7 @@ description: A compendium of information and guides written to ease headaches. A compendium of information and guides written to ease headaches. -Last Updated: February 8th, 2024. +Last Updated: February 9th, 2024. Changelogs will posted on the Discord in detail. diff --git a/mkdocs.yml b/mkdocs.yml index 96662f9..1281ef1 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,7 +1,7 @@ site_name: two-torial.xyz copyright: two-torial Team -site_description: Bemani Troubleshooting Guide -site_author: IIDX Player +site_description: Arcade Games Troubleshooting Guide +site_author: two-torial Team repo_url: https://github.com/yxrei/two-torial/ repo_name: GitHub From de1fc49f8b516ff82c2c40efa5f48f6b1b31a335 Mon Sep 17 00:00:00 2001 From: yurei Date: Fri, 9 Feb 2024 14:15:29 +0100 Subject: [PATCH 2/3] Fix linking --- docs/games/iidx31/setup.md | 2 +- docs/games/sdvx6/setup.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/games/iidx31/setup.md b/docs/games/iidx31/setup.md index f20d9bd..3a5e591 100644 --- a/docs/games/iidx31/setup.md +++ b/docs/games/iidx31/setup.md @@ -36,7 +36,7 @@ -!!! info "If you have gotten a complete data set, you are done and can head over to [Configuring for an Online Network](setup.md#configuring-for-an-online-network)" +!!! info "If you have gotten a complete data set, you are done and can head over to [Configuring for a Network](setup.md#configuring-for-a-network)" ### Merging LDJ-2023090500 (RESIDENT final) with EPOLIS diff --git a/docs/games/sdvx6/setup.md b/docs/games/sdvx6/setup.md index b338994..f60d166 100644 --- a/docs/games/sdvx6/setup.md +++ b/docs/games/sdvx6/setup.md @@ -38,7 +38,7 @@ -!!! info "If you have gotten a complete data set, you are done and can head over to [Configuring for an Online Network](setup.md#configuring-for-an-online-network)" +!!! info "If you have gotten a complete data set, you are done and can head over to [Configuring for a Network](setup.md#configuring-for-a-network)" ### Merging Current Data with New Data From 72db5a91d618a981f094a353c3c8604751a0848a Mon Sep 17 00:00:00 2001 From: yurei Date: Sat, 10 Feb 2024 18:44:58 +0100 Subject: [PATCH 3/3] Bandage fix asphyxia guide --- docs/extras/asphyxia.md | 30 ++++++++++++++++++++---------- docs/games/iidx31/setup.md | 4 +--- docs/games/sdvx6/setup.md | 4 +--- docs/index.md | 2 +- 4 files changed, 23 insertions(+), 17 deletions(-) diff --git a/docs/extras/asphyxia.md b/docs/extras/asphyxia.md index b6dd2de..03df512 100644 --- a/docs/extras/asphyxia.md +++ b/docs/extras/asphyxia.md @@ -25,20 +25,12 @@ Now look for the ```Asphyxia``` category and then the ```plugins``` channel on the [Discord server](https://discord.gg/cZRUmEPK78) and choose your game. Download the ```.zip``` file and open it. Extract the ```plugins``` folder into the ```contents``` folder like we did before. Overwrite any files if prompted to. !!! tip "" - Open ```asphyxia-core-x64.exe``` to start the server. It will automatically open a browser tab. This is your ```WebUI```. Next, click on the game you want to use, in my case, it's ```SDVX``` on the left-hand bar and click on ```Import Assets```. In here, paste the path of your ```contents``` folder. - -!!! tip "" - ^^In my case^^, it's ```D:\BEMANI\SDVX\guide\KFC-2021083100\contents```. Make sure you're using the correct path as it won't work otherwise. When you've done that, click on ```Submit```. After a few seconds, a pop-up should appear saying ```Imported successfully!``` - -!!! tip "" - Go to your desired game on the left-hand bar, which is in my case ```SDVX``` then ```Profiles``` and click on the green ```Detail``` button on your preferred profile. Click on ```Setting``` on the top bar and try changing some customization settings at the bottom. If they are working, head over to [Changing Service URL.](#changing-service-url) If they appear broken, completely close Asphyxia and continue reading. - - Head to the ```contents``` folder of your game again. If you have inserted the correct path when Importing and everything worked without any errors, you will have a folder called ```webui```. Copy this folder and paste it into ```plugins\sdvx@asphyxia```. Overwrite any files if prompted to. Now re-open ```asphyxia-core-x64.exe``` and everything should function as intended. + Open ```asphyxia-core-x64.exe``` to start the server. It will automatically open a browser tab. This is your ```WebUI```. ### Changing Service URL !!! tip "" - Lasty, open your ```spicecfg.exe```, head over to the ```Options``` tab and look for ```EA Service URL```. In there, you need to input what is displayed on the Asphyxia WebUI on the ```Dashboard``` at the right side. + Open your ```spicecfg.exe```, head over to the ```Options``` tab and look for ```EA Service URL```. In there, you need to input what is displayed on the Asphyxia WebUI on the ```Dashboard``` at the right side. @@ -46,5 +38,23 @@ For me, it's ```localhost:8083``` and should look like this: + +### Setting up SDVX +!!! tip "" + On the ```WebUI```, click on ```SDVX``` on the left-hand bar and click on ```Import Assets```. In here, paste the path of your ```contents``` folder. + +!!! tip "" + ^^In my case^^, it's ```D:\BEMANI\SDVX\guide\KFC-2021083100\contents```. Make sure you're using the correct path as it won't work otherwise. When you've done that, click on ```Submit```. After a few seconds, a pop-up should appear saying ```Imported successfully!``` + +!!! tip "" + Go to ```SDVX``` on the left-hand bar, then ```Profiles``` and click on the green ```Detail``` button on your preferred profile. Click on ```Setting``` on the top bar and try changing some customization settings at the bottom. If they are working, head over to [Changing Service URL.](#changing-service-url) If they appear broken, completely close Asphyxia and continue reading. + + Head to the ```contents``` folder of your game again. If you have inserted the correct path when Importing and everything worked without any errors, you will have a folder called ```webui```. Copy this folder and paste it into ```plugins\sdvx@asphyxia```. Overwrite any files if prompted to. Now re-open ```asphyxia-core-x64.exe``` and everything should function as intended. + +### Setting up IIDX + +!!! tip "" + You have already done all the step required to have it working. Simply create a profile and it will be visible on the ```WebUI```. + !!! tip "You're all done! Enjoy your game!" diff --git a/docs/games/iidx31/setup.md b/docs/games/iidx31/setup.md index 3a5e591..ca26d45 100644 --- a/docs/games/iidx31/setup.md +++ b/docs/games/iidx31/setup.md @@ -98,9 +98,7 @@ ??? tip "e-amuse Emulator (Asphyxia CORE)" - We've written a guide on how to setup ```Asphyxia CORE``` which you can access [here.](/extras/asphyxia) - - The process is universal and isn't specific to any game in particular. + We've written a guide on how to setup ```Asphyxia CORE``` [which you can access here.](/extras/asphyxia) When you're done setting up ```Asphyxia CORE``` come back here and continue with the guide. diff --git a/docs/games/sdvx6/setup.md b/docs/games/sdvx6/setup.md index f60d166..d6e0369 100644 --- a/docs/games/sdvx6/setup.md +++ b/docs/games/sdvx6/setup.md @@ -101,9 +101,7 @@ ??? tip "e-amuse Emulator (Asphyxia CORE)" - We've written a guide on how to setup ```Asphyxia CORE``` which you can access [here.](/extras/asphyxia) - - The process is universal and isn't specific to any game in particular. + We've written a guide on how to setup ```Asphyxia CORE``` [which you can access here.](/extras/asphyxia) When you're done setting up ```Asphyxia CORE``` come back here and continue with the guide. diff --git a/docs/index.md b/docs/index.md index 26db20d..9e726af 100644 --- a/docs/index.md +++ b/docs/index.md @@ -13,7 +13,7 @@ description: A compendium of information and guides written to ease headaches. A compendium of information and guides written to ease headaches. -Last Updated: February 9th, 2024. +Last Updated: February 10th, 2024. Changelogs will posted on the Discord in detail.