AquaDX/AquaMai/AquaMai.toml

159 lines
5.2 KiB
TOML
Raw Normal View History

2024-02-07 17:06:58 +08:00
2024-02-07 18:16:07 +08:00
# ===================================
# Cheat: You control the buttons you press
[Cheat]
# Unlock normally event-only tickets
TicketUnlock=true
# Unlock maps that are not in this version
MapUnlock=true
2024-06-19 20:55:31 +08:00
# Unlock Utage without the need of DXRating 10000
UnlockUtage=true
2024-02-07 18:16:07 +08:00
2024-02-07 17:06:58 +08:00
# ===================================
# UX: User Experience Improvements
[UX]
# Single player: Show 1P only, at the center of the screen
SinglePlayer=true
2024-10-02 19:03:30 +08:00
# Remove the circle mask in the game
HideMask=true
2024-04-08 14:59:54 +08:00
# Set the version string displayed at the top-right corner of the screen
CustomVersionString=""
2024-09-06 23:15:53 +08:00
# Deprecated: Use `LoadAssetsPng` instead
# LoadJacketPng=true
# Load Jacket image from folder "LocalAssets" and filename "{MusicID}.png" for self-made charts
2024-09-06 23:15:53 +08:00
LoadAssetsPng=true
2024-06-26 03:11:56 +08:00
# Use the png jacket above as BGA if BGA is not found for self-made charts
# Use together with `LoadJacketPng`
LoadLocalBga=true
# Press key "7" for 1 second to skip to next step or restart current song
QuickSkip=true
2024-04-23 18:51:49 +08:00
# Add ".ab" image resources without the need of rebuilding a manifest
LoadAssetBundleWithoutManifest=true
2024-05-15 21:01:19 +08:00
# Random BGM, put Mai2Cue.{acb,awb} of old version of the game in `LocalAssets\Mai2Cue` and rename them
2024-07-30 00:39:58 +08:00
# Do not enable when SinglePlayer is off
2024-05-15 21:01:19 +08:00
RandomBgm=false
# Play "Master" difficulty on Demo screen
DemoMaster=true
# Execute some command on game idle or on game start
ExecOnIdle=""
ExecOnEntry=""
# Disable timers
2024-07-30 00:39:58 +08:00
# Not recommand to enable when SinglePlayer is off
2024-05-21 21:17:30 +08:00
ExtendTimer=true
# Save immediate after playing a song
ImmediateSave=true
# Prevent accidental touch of the Test button
TestProof=false
# Custom shop name in photo
# Also enable shop name display in SDGA
2024-09-02 23:02:47 +08:00
CustomPlaceName=""
# In the song selection screen, press the Service button or the "7" key (the round button in the middle of the arrow keys in the default ADX firmware) to toggle the display of self-made charts.
# A directory is considered to contain self-made charts if it does not have DataConfig.xml or OfficialChartsMark.txt in the Axxx directory.
HideSelfMadeCharts=true
2024-10-02 23:28:33 +08:00
# Place font.ttf in the LocalAssets directory to replace the game's global font
# Cannot be used together with FontFix
CustomFont=false
2024-07-09 16:30:30 +08:00
[Fix]
# Allow login with higher data version
SkipVersionCheck=true
2024-07-09 18:11:06 +08:00
RemoveEncryption=true
ForceAsServer=true
2024-09-17 02:34:38 +08:00
# Force the game to be in FreePlay mode
ForceFreePlay=true
2024-09-17 02:34:38 +08:00
# Force the game to be in PaidPlay mode with 24 coins locked, conflicts with ForceFreePlay
ForcePaidPlay=false
# Add notes sprite to the pool to prevent use up
ExtendNotesPool=128
2024-10-02 00:52:37 +08:00
# Force the frame rate limit to 60 FPS and disable vSync. Do not use if your game has no issues
FrameRateLock=false
2024-10-02 23:28:33 +08:00
# Use Microsoft YaHei Bold to display characters not in the font library
# Cannot be used together with CustomFont
FontFix=true
2024-09-11 00:56:15 +08:00
[Utils]
# Log user ID on login
LogUserId=false
2024-09-17 04:13:51 +08:00
# Globally increase A judgment, unit is the same as in the game
JudgeAdjustA=0.0
# Globally increase B judgment, unit is the same as in the game
JudgeAdjustB=0.0
# Touch screen delay, unit is milliseconds, one second = 1000 milliseconds. Must be an integer
TouchDelay=0
2024-09-27 21:50:27 +08:00
# 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
2024-10-02 00:52:37 +08:00
# Display framerate
FrameRateDisplay=false
2024-09-17 06:25:52 +08:00
# ===================================
# Save some potentially unnecessary time
[TimeSaving]
# Skip the warning screen and logo shown after the POST sequence
SkipWarningScreen=true
# Disable some useless delays to speed up the game boot process
ImproveLoadSpeed=true
# Directly enter the song selection screen after login
SkipToMusicSelection=false
# Skip possible prompts like "New area discovered", "New songs added", "There are events" during game login/registration
SkipEventInfo=true
# Skip the "Do not tap or slide vigorously" screen, immediately proceed to the next screen once data is loaded
IWontTapOrSlideVigorously=true
# Skip the "Goodbye" screen at the end of the game
SkipGameOverScreen=true
2024-09-27 19:33:37 +08:00
# Skip TrackStart screen
SkipTrackStart=true
2024-10-01 01:00:32 +08:00
# Show reason when net icon is gray
ShowNetErrorDetail=true
2024-09-17 06:25:52 +08:00
[TouchSensitivity]
# Enable custom sensitivity
# When enabled, the settings in Test mode will not take effect
# When disabled, the settings in Test mode can still be used
Enable=false
# Sensitivity adjustments in Test mode are not linear
# Default sensitivity in area A: 90, 80, 70, 60, 50, 40, 30, 26, 23, 20, 10
# Default sensitivity in other areas: 70, 60, 50, 40, 30, 20, 15, 10, 5, 1, 1
# A setting of 0 in Test mode corresponds to 40, 20 here, -5 corresponds to 90, 70, +5 corresponds to 10, 1
# The higher the number in Test mode, the lower the number here, resulting in higher sensitivity for official machines
# For ADX, the sensitivity is reversed, so the higher the number here, the higher the sensitivity
A1=40
A2=40
A3=40
A4=40
A5=40
A6=40
A7=40
A8=40
B1=20
B2=20
B3=20
B4=20
B5=20
B6=20
B7=20
B8=20
C1=20
C2=20
D1=20
D2=20
D3=20
D4=20
D5=20
D6=20
D7=20
D8=20
E1=20
E2=20
E3=20
E4=20
E5=20
E6=20
E7=20
E8=20