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:
parent
bec5df2063
commit
08554dca76
@ -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 @@
|
||||
|
||||
<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
|
||||
|
||||
!!! tip ""
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user