1
0
mirror of https://github.com/yxrei/bemani-guide.git synced 2024-11-23 22:41:03 +01:00

iidx10: more fixes

This commit is contained in:
yurei 2024-10-31 17:42:35 +01:00
parent bec5df2063
commit 08554dca76
2 changed files with 2 additions and 9 deletions

View File

@ -107,8 +107,6 @@
- In `Game Light`, select the corresponding button that will be used for that light. - In `Game Light`, select the corresponding button that will be used for that light.
- Repeat for your other lights. - Repeat for your other lights.
!!! info "If you'd like to play offline, you can head straight to [Game resolution and locking FPS](#game-resolution-and-locking-fps)"
#### Configuring Bemanitools for a network #### Configuring Bemanitools for a network
!!! tip "Head over to the `Network` tab." !!! tip "Head over to the `Network` tab."
@ -172,9 +170,6 @@
Repeat the previous step and open your :material-file-code:`iidxhook-10.conf`. We want to find these lines: Repeat the previous step and open your :material-file-code:`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 # Run the game windowed
gfx.windowed=false gfx.windowed=false
@ -206,7 +201,7 @@
gfx.window_height=1080 gfx.window_height=1080
gfx.scale_back_buffer_width=1920 gfx.scale_back_buffer_width=1920
gfx.scale_back_buffer_height=1080 gfx.scale_back_buffer_height=1080
gfx.scale_back_buffer_filter=linear gfx.scale_back_buffer_filter=point
``` ```
Unless you'd like to have the game properly windowed you can safely ignore `gfx.framed=false`. Unless you'd like to have the game properly windowed you can safely ignore `gfx.framed=false`.
@ -258,8 +253,6 @@
<img src="/img/iidx10/firstlaunch/5.png"> <img src="/img/iidx10/firstlaunch/5.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 #### Enabling e-AMUSEMENT for Online Play
!!! tip "" !!! tip ""

View File

@ -4,7 +4,7 @@
### My Game Is Running Crazy Fast! ### My Game Is Running Crazy Fast!
!!! tip "" !!! 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](setup.md#game-resolution-and-locking-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 [Game resolution and locking FPS](setup.md#game-resolution-and-locking-fps) of the guide again.
--- ---
### I'm getting "NETWORK WARNING" instead of "NETWORK OK" ### I'm getting "NETWORK WARNING" instead of "NETWORK OK"