[O] update config example

This commit is contained in:
Clansty
2024-10-04 00:26:54 +08:00
parent e75a1fcd12
commit 05d2df623e
2 changed files with 68 additions and 12 deletions

View File

@@ -80,12 +80,6 @@ JudgeAdjustA=0.0
JudgeAdjustB=0.0
# Touch screen delay, unit is milliseconds, one second = 1000 milliseconds. Must be an integer
TouchDelay=0
# Window the game
Windowed=false
# Width and height for windowed mode, rendering resolution for fullscreen mode
# If set to 0, windowed mode will remember the user-set size, fullscreen mode will use the current display resolution
Width=0
Height=0
# Show detail of selected song in music selection screen
SelectionDetail=true
# Display framerate
@@ -114,6 +108,16 @@ SkipTrackStart=true
# Show reason when net icon is gray
ShowNetErrorDetail=true
[WindowState]
# If not enabled, no operations will be performed on the game window
Enable=false
# Window the game
Windowed=false
# Width and height for windowed mode, rendering resolution for fullscreen mode
# If set to 0, windowed mode will remember the user-set size, fullscreen mode will use the current display resolution
Width=0
Height=0
[TouchSensitivity]
# Enable custom sensitivity
# When enabled, the settings in Test mode will not take effect
@@ -159,3 +163,27 @@ E5=20
E6=20
E7=20
E8=20
[CustomKeyMap]
Enable = false
# These settings will work regardless of whether you have enabled segatools' io4 emulation
Test = "ScrollLock"
Service = "Pause"
Button1_1P = "W"
Button2_1P = "E"
Button3_1P = "D"
Button4_1P = "C"
Button5_1P = "X"
Button6_1P = "Z"
Button7_1P = "A"
Button8_1P = "Q"
Select_1P = "Alpha3"
Button1_2P = "Keypad8"
Button2_2P = "Keypad9"
Button3_2P = "Keypad6"
Button4_2P = "Keypad3"
Button5_2P = "Keypad2"
Button6_2P = "Keypad1"
Button7_2P = "Keypad4"
Button8_2P = "Keypad7"
Select_2P = "KeypadMultiply"