diff --git a/docs/games/iidx10/setup.md b/docs/games/iidx10/setup.md index f99f9ab..f164db0 100644 --- a/docs/games/iidx10/setup.md +++ b/docs/games/iidx10/setup.md @@ -107,8 +107,6 @@ - In `Game Light`, select the corresponding button that will be used for that light. - 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 !!! 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: ``` - # 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 @@ -206,7 +201,7 @@ gfx.window_height=1080 gfx.scale_back_buffer_width=1920 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`. @@ -258,8 +253,6 @@ -!!! 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 "" diff --git a/docs/games/iidx10/troubleshooting.md b/docs/games/iidx10/troubleshooting.md index fc7a122..f58008a 100644 --- a/docs/games/iidx10/troubleshooting.md +++ b/docs/games/iidx10/troubleshooting.md @@ -4,7 +4,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](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"