AquaDX/AquaMai/AquaMai.toml

43 lines
1.5 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-02-07 18:16:07 +08:00
2024-02-07 17:06:58 +08:00
# ===================================
# UX: User Experience Improvements
[UX]
# Skip the warning screen and logo shown after the POST sequence
SkipWarningScreen=true
# Single player: Show 1P only, at the center of the screen
SinglePlayer=true
2024-02-07 18:42:40 +08:00
# !!EXPERIMENTAL!! Skip from the card-scanning screen directly to music selection screen
2024-04-08 14:59:54 +08:00
SkipToMusicSelection=false
# Set the version string displayed at the top-right corner of the screen
CustomVersionString=""
# Load Jacket image from folder "LocalAssets" and filename "{MusicID}.png" for self-made charts
LoadJacketPng=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
# Skip "New Event" and "Information" text boxes for new users
SkipEventInfo=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
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-05-21 21:17:30 +08:00
ExtendTimer=true
# Save immediate after playing a song
ImmediateSave=true
[Performance]
# Disable some useless delays to speed up the game boot process
ImproveLoadSpeed=false