AquaDX/AquaMai/AquaMai.toml

28 lines
1.0 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
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
[Performance]
# Disable some useless delays to speed up the game boot process
ImproveLoadSpeed=false