mirror of https://github.com/hykilpikonna/AquaDX
29 lines
1.1 KiB
TOML
29 lines
1.1 KiB
TOML
|
|
# ===================================
|
|
# Cheat: You control the buttons you press
|
|
[Cheat]
|
|
# Unlock normally event-only tickets
|
|
TicketUnlock=true
|
|
|
|
# ===================================
|
|
# 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
|
|
# !!EXPERIMENTAL!! Skip from the card-scanning screen directly to music selection screen
|
|
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
|
|
# Add ".ab" image resources without the need of rebuilding a manifest
|
|
LoadAssetBundleWithoutManifest=true
|
|
|
|
[Performance]
|
|
# Disable some useless checks and delays to speed up the game boot process
|
|
# !! Known issue: The game may crash if DX Pass scanning is enabled
|
|
ImproveLoadSpeed=false |