diff --git a/docs/games/iidx24/problems.md b/docs/games/iidx24/problems.md index d8b575b0..bcc0294d 100644 --- a/docs/games/iidx24/problems.md +++ b/docs/games/iidx24/problems.md @@ -51,9 +51,4 @@ !!! tip "" If you're getting too many fasts, increase your offset (+). If you're getting too many slows, decrease your offset (-). -### I'm Not Getting Any Audio/My Audio Is Completely Wrecked and I'm Using an External Dac! - -!!! tip "" - Several external DACs have issues with [WASAPI exclusive mode](https://docs.microsoft.com/en-us/windows/win32/coreaudio/exclusive-mode-streams) and are unable to be used entirely, it's likely you'll be forced to use your motherboard's sound chip, or find a compatible DAC. - diff --git a/docs/games/iidx24/setup.md b/docs/games/iidx24/setup.md index 622f2102..d632714e 100644 --- a/docs/games/iidx24/setup.md +++ b/docs/games/iidx24/setup.md @@ -16,12 +16,6 @@ ### Getting Started !!! tip "" - Before we even touch the game, let's fiddle with our audio settings to minimize any potential crashing on startup. In Windows, go to `Playback Devices` and then right click on your default device and go to `Properties`. From there, hit the `Advanced` tab and set your `Default Format` to `44100 Hz` and check both of the options inside `Exclusive Mode` as pictured. - - - -!!! tip "" - Once that's done, it's time to work on setting up your data. After downloading your data, the first thing to do is make sure your files aren't set to READ ONLY, make sure to uncheck it from the main folder in the Windows Properties tab if so. Then, put your desired **32-bit** tools inside the game's `contents` folder, and to create a `.bat` file. Pictured below is what your folder should look like, feel free to name your `.bat` file whatever you desire, for the sake of convenience we've named ours `gamestart.bat`. diff --git a/docs/img/iidx9/1.png b/docs/img/iidx9/1.png new file mode 100644 index 00000000..908bb775 Binary files /dev/null and b/docs/img/iidx9/1.png differ diff --git a/docs/img/iidx9/2.png b/docs/img/iidx9/2.png new file mode 100644 index 00000000..522c36ec Binary files /dev/null and b/docs/img/iidx9/2.png differ diff --git a/docs/img/iidx9/3.png b/docs/img/iidx9/3.png new file mode 100644 index 00000000..cd89a39b Binary files /dev/null and b/docs/img/iidx9/3.png differ diff --git a/docs/img/iidx9/4.png b/docs/img/iidx9/4.png new file mode 100644 index 00000000..49b901ab Binary files /dev/null and b/docs/img/iidx9/4.png differ diff --git a/docs/img/iidx9/5.png b/docs/img/iidx9/5.png new file mode 100644 index 00000000..150dde95 Binary files /dev/null and b/docs/img/iidx9/5.png differ diff --git a/docs/img/iidx9/9_logo.png b/docs/img/iidx9/9_logo.png new file mode 100644 index 00000000..62e0f0cf Binary files /dev/null and b/docs/img/iidx9/9_logo.png differ diff --git a/docs/index.md b/docs/index.md index 910d1519..ce356cc9 100644 --- a/docs/index.md +++ b/docs/index.md @@ -19,7 +19,7 @@ Contact: [here](/about#contact) ### What do I need to know before starting? !!! tip "" - Before beginning with any of the guides on this site, please make sure your game files are from a clean and trusted source, also make sure you are using the latest version of whichever tools you have chosen, the guides on this website at the time of writing are using [SpiceTools.](/extras/spiceguide/) + Before beginning with any of the guides on this site, please make sure your game files are from a clean and trusted source, also make sure you are using the latest version of whichever tools you have chosen, the guides on this website at the time of writing are using [SpiceTools](/extras/spiceguide/) ***with the exception of IIDX from 9th style up to Lincle which use Bemanitools.*** This will be stated on each individual game itself aswell. ### First time working with data? diff --git a/mkdocs.yml b/mkdocs.yml index 69ea6c63..5f15ab9f 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -9,6 +9,9 @@ nav: - Home: index.md - Games: - 'IIDX': + - 'IIDX 9 [Btools]': + - 'First Time Setup': 'games/iidx9/setup.md' + - 'Common Problems/Tips': 'games/iidx9/problems.md' - 'IIDX 24': - 'First Time Setup': 'games/iidx24/setup.md' - 'Common Problems/Tips': 'games/iidx24/problems.md'