mirror of
https://github.com/yxrei/two-torial.git
synced 2024-11-12 01:40:47 +01:00
Removed IIDX24 audio related issues
setup and problems, obsolete
This commit is contained in:
parent
7ee3e22daa
commit
1c2ee4326b
@ -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.
|
||||
|
||||
|
||||
|
@ -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.
|
||||
|
||||
<img src="/img/gen/441.png">
|
||||
|
||||
!!! 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`.
|
||||
|
||||
|
BIN
docs/img/iidx9/1.png
Normal file
BIN
docs/img/iidx9/1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 44 KiB |
BIN
docs/img/iidx9/2.png
Normal file
BIN
docs/img/iidx9/2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 46 KiB |
BIN
docs/img/iidx9/3.png
Normal file
BIN
docs/img/iidx9/3.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
BIN
docs/img/iidx9/4.png
Normal file
BIN
docs/img/iidx9/4.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 13 KiB |
BIN
docs/img/iidx9/5.png
Normal file
BIN
docs/img/iidx9/5.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 13 KiB |
BIN
docs/img/iidx9/9_logo.png
Normal file
BIN
docs/img/iidx9/9_logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 31 KiB |
@ -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?
|
||||
|
||||
|
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user