Fix IIDX9 & 10 guides, add preview images

This commit is contained in:
yurei 2023-11-17 00:07:39 +01:00
parent bbb12965bd
commit 19d01ed4a1
8 changed files with 33 additions and 18 deletions

View File

@ -5,7 +5,7 @@
### 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/iidx10/setup/#locking-the-games-fps) of the guide again.
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/iidx10/setup/#setting-up-the-games-resolution-locking-fps) of the guide again.
### I'm getting "NETWORK WARNING" instead of "NETWORK OK"
@ -54,4 +54,4 @@
#### Fix #2 (RtEffects.dll didn't get replaced)
!!! tip ""
Refer to [Getting Started](/games/iidx11/setup/#getting-started) again and check if you have followed all the instructions explained in it.
Refer to [Getting Started](/games/iidx10/setup/#getting-started) again and check if you have followed all the instructions explained in it.

View File

@ -10,8 +10,6 @@
!!! 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)
@ -112,7 +110,21 @@
Replace `eamuse.pcbid=XXXXXXXXXXXXXXXXXXXX` **and** `eamuse.eamid=XXXXXXXXXXXXXXXXXXXX` with your PCBID of your network of choice.
### Setting up the games resolution
### Setting up the games resolution & locking FPS
!!! tip ""
Before we begin, we'd like to mention that you have two options when it comes to how the game renders. You can choose between `Linear` and `Point`.
Below is an example of how both look like.
??? info "Linear"
<img src="/img/iidx10/iidx10_linear.png">
??? info "Point"
<img src="/img/iidx10/iidx10_point.png">
!!! tip ""
It comes down to your own prefrence what you decide on, `Linear` is less sharp but doesn't have pixel perfect edges. `Point` is sharp and is pixel perfect.
!!! tip ""
Next up, we'll setup borderless window and configure the proper resolution. We're using a `1920x1080` monitor so we will use that.
@ -120,6 +132,9 @@
Repeat the previous step and open your `iidxhook-10.conf`. We want to find these lines:
```
# Software limit the frame rate of the rendering loop in hz, e.g. 60 or 59.95 (0.0 = no software limit)
gfx.frame_rate_limit=0.0
# Run the game windowed
gfx.windowed=false
@ -139,14 +154,15 @@
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.
If you can't seem to find them, simply press `CTRL` + `F` and search for `gfx.frame_rate_limit=0.0`. This will bring you to the first line we want to edit.
<img src="/img/iidx10/10.png">
<img src="/img/iidx9/8.png">
!!! tip ""
Listed below are the values we want to change them to.
```
gfx.frame_rate_limit=59.95
gfx.windowed=true
gfx.window_width=1920
gfx.window_height=1080
@ -154,19 +170,18 @@
gfx.scale_back_buffer_height=1080
gfx.scale_back_buffer_filter=linear
```
Unless you'd like to have the game properly windowed you can safely ignore `gfx.framed=false`. Under normal circumstances there shouldn't be a need for you to fiddle with `gfx.monitor_check=1.000000` so we are also going to ignore it.
Make sure to adjust for if you want either `Linear` or `Point` rendering.
```
gfx.scale_back_buffer_filter=linear
gfx.scale_back_buffer_filter=point
```
When you're done, it should look like this:
<img src="/img/iidx10/11.png">
### 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">
<img src="/img/iidx9/9.png">
### Final Steps and Setting up the Game

View File

@ -54,4 +54,4 @@
#### Fix #2 (RtEffects.dll didn't get replaced)
!!! tip ""
Refer to [Getting Started](/games/iidx11/setup/#getting-started) again and check if you have followed all the instructions explained in it.
Refer to [Getting Started](/games/iidx9/setup/#getting-started) again and check if you have followed all the instructions explained in it.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 41 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 42 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 710 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 210 KiB