Add IIDX13 guides

This commit is contained in:
yurei 2023-09-30 11:53:39 +02:00
parent 0d40db3658
commit 813ea568ba
19 changed files with 321 additions and 0 deletions

View File

@ -2,6 +2,10 @@
### What's New:
!!! tip "September 30th, 2023"
- Add IIDX 13 setup & faq
!!! tip "September 19th, 2023"
- Add IIDX 11 setup & faq

View File

@ -0,0 +1,57 @@
# IIDX 13 Common Problems/Tips
<img src="/img/iidx13/distorted_logo.png">
### My Game Is Running Crazy Fast!
!!! tip ""
The most common reason for this is the game is running over its required 59.95hz, the game is hardcoded to run at 59.95hz and this cannot be changed. To solve this, check [this section](/games/iidx12/setup/#locking-the-games-fps) of the guide again.
### I'm getting "NETWORK WARNING" instead of "NETWORK OK"
!!! tip ""
This can be caused by:
- Invalid PCBID
- Firewall blocking connections
- Invalid eamuse url or port specified
- Game is not run using the Administrator account
### My background videos aren't working!
!!! tip ""
You need to install a codec.
Inside the [Bemanitools Supplement](https://github.com/djhackersdev/bemanitools-supplement/releases/download/1.6/bemanitools-supplement-1.6.zip) archive, navigate to `\iidx.zip\iidx\misc\` where you'll find `CLVSD.ax`.
Extract `CLVSD.ax` inside a folder that you know won't be moved or renamed.
Open up the command prompt as ***administrator***. Now type `regsvr32 "<location of the file>\CLVSD.ax"` into the command prompt.
As an example, it could look like this: `regsvr32 "D:\BEMANI\IIDX\CLVSD.ax"` A prompt should appear telling you that it has been installed successfully.
This applies for all styles that require this codec.
If an error occurs, you didn't run the command prompt as administrator or you messed up the location of the file.
You ***can not*** move or delete `CLVSD.ax` ***at all***, otherwise it will revert the changes and you have to install it again.
### My game crashes immediately!
!!! warning "This can have multiple reasons. These fixes shouldn't be needed for DistorteD since we're addressing them in the guide. We'll add them anyway just in case."
#### Fix #1 (Wrong data structure)
!!! tip ""
Make sure that your unpacked data looks like this:
- JAx (Game binary revision folder where 'x' can be A, B, C, D, E, F, G)
- data
- sidcode.txt
Any other files are optional and don't have to be removed as these are not required to run the game.
#### Fix #2 (RtEffects.dll didn't get replaced)
!!! tip ""
Refer to [Getting Started](/games/iidx13/setup/#getting-started) again and check if you have followed all the instructions explained in it.

257
docs/games/iidx13/setup.md Normal file
View File

@ -0,0 +1,257 @@
# beatmania IIDX 13 DistorteD
<img src="/img/iidx13/distorted_logo.png">
!!! tip "This guide wouldn't exist without the help of sync (Discord: `sync_plus`)."
!!! warning "Before reading:"
This game ***will*** require you to touch and edit files manually. This guide tries to make everything as clear as possible. **[Bemanitools](https://github.com/djhackersdev/bemanitools/releases/download/5.44/bemanitools-5.44.zip) & [Bemanitools Supplement](https://github.com/djhackersdev/bemanitools-supplement/releases/download/1.6/bemanitools-supplement-1.6.zip)** will be used in this guide.
!!! 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.
If you obtained data from a torrent file, make sure you're not seeding the data before proceeding as well.
If you encounter any issues or errors regarding this guide or come across issues that aren't listed, feel free to open up a [GitHub Issue!](https://github.com/yxrei/bemani-guide/issues)
### Getting Started
!!! tip ""
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, locate `iidx-13.zip` inside the `bemanitools-5.44.zip`. Extract it inside the folder that contains the `bm2dx.exe` which should be located in `\FDD\JAG`. Pictured below is what your folder should look like, we've removed any files not necessary for **DistorteD**. Feel free to name your `gamestart.bat` file whatever you desire, for the sake of convenience we've kept it as it.
<img src="/img/iidx13/bt1.png">
<img src="/img/iidx13/bt2.png">
<img src="/img/iidx13/1.png">
!!! tip ""
Next up, open the `bemanitools-supplement-v1.6.zip` or any version higher than that and navigate inside the `misc.zip`. Now navigate into `misc\d3d8to9` and extract `d3d8.dll` into the same folder as we previously have done. This enables us to use the graphic options inside `iidxhook-13.conf` which we will take advantage of. It should look like this:
<img src="/img/iidx10/btsup1.png">
<img src="/img/iidx13/2.png">
!!! tip ""
Now, open up `bemanitools-supplement-v1.6.zip` again and navigate into `iidx.zip`. Next, navigate into `iidx/misc` and extract `RtEffect_stub.dll` into the same folder as we previously have done.
Delete the already existing `RtEffect.dll` and rename `RtEffect_stub.dll` to `RtEffect.dll`. This will eliminate any immediate crashes relating to needing specific old hardware.
<img src="/img/iidx10/btsup2.png">
<img src="/img/iidx13/3.png">
<img src="/img/iidx13/4.png">
!!! tip ""
Lastly, we need to install a codec so that background videos will work and won't cause an error.
Inside the [Bemanitools Supplement](https://github.com/djhackersdev/bemanitools-supplement/releases/download/1.6/bemanitools-supplement-1.6.zip) archive, navigate to `\iidx.zip\iidx\misc\` where you'll find `CLVSD.ax`.
Extract `CLVSD.ax` inside a folder that you know won't be moved or renamed.
Open up the command prompt as ***administrator***. Now type `regsvr32 "<location of the file>\CLVSD.ax"` into the command prompt.
As an example, it could look like this: `regsvr32 "D:\BEMANI\IIDX\CLVSD.ax"` A prompt should appear telling you that it has been installed successfully.
This applies for all styles that require this codec, not just **DistorteD**.
If an error occurs, you didn't run the command prompt as administrator or you messed up the location of the file.
You ***can not*** move or delete `CLVSD.ax` ***at all***, otherwise it will revert the changes and you have to install it again.
### Configuring Your Tools
!!! tip ""
To configure your keybinds, open up your `config.bat` file. You'll be greeted by this screen:
<img src="/img/iidx10/5.png">
!!! tip ""
It works similarly to Spice but not entirely. Make sure to also bind `Test` and `Service` since we will need it later. `Service` will also be used to **insert coins** to start the game. When you're done setting up your keybinds and analogs, it should look something like this:
<img src="/img/iidx10/6.png">
!!! info "If you'd like to play offline, you can head straight to [Final Steps and Setting up the Game](setup.md#final-steps-and-setting-up-the-game)"
### Configuring Bemanitools for an Online Network
!!! tip ""
After setting the keybinds and analogs, we can head over to the `Network` tab, which will look like this:
<img src="/img/iidx10/7.png">
!!! tip ""
Now we will set up our PIN pad and card.
Click on `Keyboard device`, you may or may not have more than one option. This is normal. To figure out which one is your actual keyboard, select a device inside that list and press a button on the numpad.
!!! info "If you don't have a numpad, make sure to tick `Use top keyboard row for PIN pad input`. This will also change the `Card In` button to `Backspace`."
!!! tip ""
If you have found your correct device, the `Keyboard status` will change **(the number and location of the number does not matter, it only matters that it changed)**. It should look similiar to this:
<img src="/img/iidx10/8.png">
!!! tip ""
Next, grab your card, create a `.txt`, name it however you like, in this example it's called `card.txt` and place the file in a location that is easily accessible and you won't forget. In this case it's in a seperate folder. It should look like this:
<img src="/img/iidx10/9.png">
### Configuring the game for an Online Network
!!!tip ""
Locate your `iidxhook-13.conf` and edit it in your desired text editor (we're using [Notepad++](https://notepad-plus-plus.org/)). It may seem overwhelming at first but it's actually fairly simple. All we really care about are these lines:
```
# URL (e.g. http://my.eamuse.server:80/whatever) or IPV4 (e.g. 127.0.0.1:80) of the target eamuse server. The port is optional but defaults to 80.
eamuse.server=localhost:80
# PCBID
eamuse.pcbid=XXXXXXXXXXXXXXXXXXXX
# EAMID
eamuse.eamid=XXXXXXXXXXXXXXXXXXXX
```
Replace the `eamuse.server=localhost:80` with your desired network URL
Replace `eamuse.pcbid=XXXXXXXXXXXXXXXXXXXX` **and** `eamuse.eamid=XXXXXXXXXXXXXXXXXXXX` with your PCBID of your network of choice.
### Setting up the games resolution
!!! tip ""
Next up, we'll setup borderless window and configure the proper resolution. We're using a `1920x1080` monitor so we will use that.
Repeat the previous step and open your `iidxhook-13.conf`. We want to find these lines:
```
# Run the game windowed
gfx.windowed=false
# Windowed width, 0 for default size
gfx.window_width=0
# Windowed height, 0 for default size
gfx.window_height=0
# Up-/downscale the back buffer's width. This does not change the game's rendering resolution but scales the final frame. Use this to target the native resolution of your monitor/TV, e.g. to avoid over-/underscan, bad image quality or latency caused by the monitors internal upscaler. 0 to disable this feature. Must be set in combination with the corresponding height parameter.
gfx.scale_back_buffer_width=0
# Up-/downscale the back buffer's height. This does not change the game's rendering resolution but scales the final frame. Use this to target the native resolution of your monitor/TV, e.g. to avoid over-/underscan, bad image quality or latency caused by the monitors internal upscaler. 0 to disable this feature. Must be set in combination with the corresponding width parameter.
gfx.scale_back_buffer_height=0
# Filter type to use for up-/downscaling the back buffer. Only used if scaling feature was enabled by setting the scaling width and height parameters. Available types: none, linear, point (refer to D3DTEXTUREFILTERTYPE for explanation).
gfx.scale_back_buffer_filter=none
```
If you can't seem to find them, simply press `CTRL` + `F` and search for `gfx.windowed=false`. This will bring you to the first line we want to edit.
<img src="/img/iidx10/10.png">
!!! tip ""
Listed below are the values we want to change them to.
```
gfx.windowed=true
gfx.window_width=1920
gfx.window_height=1080
gfx.scale_back_buffer_width=1920
gfx.scale_back_buffer_height=1080
gfx.scale_back_buffer_filter=linear
```
When you're done, it should look like this:
<img src="/img/iidx10/11.png">
### Fix stretched Background videos
!!! tip ""
Inside `iidxhook-13.conf`, we want to look for `gfx.bgvideo_uv_fix=false` which is located right below the PCBID and EAMID prompts.
<img src="/img/iidx11/5.png">
!!! tip ""
Change that to `gfx.bgvideo_uv_fix=true`, this will ensure that the background videos won't appear stretched and zoomed in while playing.
### Locking the games FPS
!!! tip ""
Before we can start the game, we need to lock the FPS of the game to `59.95`, otherwise the game will either run crazy fast or will desync. We will be using [RivaTuner Statistics Server](https://www.guru3d.com/download/rtss-rivatuner-statistics-server-download). Simply install it and run it.
Now press `Add` and locate your `bm2dx.exe`. You can copy these settings listed below (click on the Framerate limit to enter the value manually):
<img src="/img/iidx10/12.png">
### Final Steps and Setting up the Game
!!! tip ""
We can now focus on starting the game and getting it running. Open `gamestart.bat` (if you kept the name as is)
You will be greeted by the initialization screen and shortly after this screen:
<img src="/img/iidx13/5.png">
<img src="/img/iidx13/6.png">
!!! tip ""
Hit your `Start` button to confirm to get to this screen:
<img src="/img/iidx13/7.png">
!!! tip ""
Hit your `Start` button again to confirm. This will bring you into the games settings menu. From there, navigate to `CLOCK SETUP`. You can leave the date, no need to manually change it. Simply navigate to `SAVE AND EXIT`.
<img src="/img/iidx13/8.png">
<img src="/img/iidx13/9.png">
!!! info "If you'd like to play offline, you can head straight to [Final Notes](setup.md#final-notes)"
### Enabling e-AMUSEMENT for Online Play
!!! tip ""
From the games settings menu, naviate to `e-AMUSEMENT OPTIONS` and select it. This will bring you to `e-AMUSEMENT SETTINGS`. Select it aswell.
<img src="/img/iidx13/10.png">
<img src="/img/iidx13/11.png">
!!! tip ""
It'll bring you to this next screen, select it so that `e-AMUSEMENT` switches to `ON` and it will look like this:
<img src="/img/iidx13/12.png">
<img src="/img/iidx11/12.png">
!!! tip ""
We now have to change our `SHOP NAME SETTING` and `PREFECTURE` otherwise the game will throw errors at us.
Start with the shop name, select it and change them to what ever you like. When you're done editing your shop name, navigate to `EXIT` and select it.
<img src="/img/iidx11/13.png">
!!! tip ""
For the prefecture change it once or how many times you'd like, it doesn't matter as long as it's not the default one.
<img src="/img/iidx11/14.png">
!!! tip ""
Once that is done, hit `SAVE AND EXIT`. The game will now give you a message, which translated means:
`e-AMUSEMENT settings have been changed. Please turn the power off and on again.`
So, close the game and open it up again.
<img src="/img/iidx11/15.png">
### Final Notes
!!! success "You're all done! From the service menu select `GAMEMODE` and the game should load ready to be played! Make sure to insert two credits by pressing your `SERVICE` key! Have fun!"
!!! warning "Have any other errors?"
Check out the [Common Problems/Tips](problems.md) section to resolve any issues not seen in this guide to greater depth.

BIN
docs/img/iidx13/1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB

BIN
docs/img/iidx13/10.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 120 KiB

BIN
docs/img/iidx13/11.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 49 KiB

BIN
docs/img/iidx13/12.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 70 KiB

BIN
docs/img/iidx13/2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

BIN
docs/img/iidx13/3.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

BIN
docs/img/iidx13/4.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

BIN
docs/img/iidx13/5.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 109 KiB

BIN
docs/img/iidx13/6.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 90 KiB

BIN
docs/img/iidx13/7.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 103 KiB

BIN
docs/img/iidx13/8.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 121 KiB

BIN
docs/img/iidx13/9.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 68 KiB

BIN
docs/img/iidx13/bt1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 80 KiB

BIN
docs/img/iidx13/bt2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

View File

@ -21,6 +21,9 @@ nav:
- 'IIDX 12 HAPPY SKY':
- 'First Time Setup': 'games/iidx12/setup.md'
- 'Common Problems/Tips': 'games/iidx12/problems.md'
- 'IIDX 13 DISTORTED':
- 'First Time Setup': 'games/iidx13/setup.md'
- 'Common Problems/Tips': 'games/iidx13/problems.md'
- 'IIDX 24 SINOBUZ':
- 'First Time Setup': 'games/iidx24/setup.md'
- 'Common Problems/Tips': 'games/iidx24/problems.md'