You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
1.0 KiB
38 lines
1.0 KiB
[Settings]
|
|
; ------------------------------
|
|
; Music playback configuration
|
|
; ------------------------------
|
|
|
|
; Playback mode:
|
|
; 0 = CD (use audio tracks directly from CD)
|
|
; 1 = Music files (use files from MusicFolder)
|
|
PlaybackMode=1
|
|
|
|
; Path to folder containing your music files
|
|
; (relative to game folder or absolute path)
|
|
MusicFolder=music
|
|
|
|
; File format index (used if Extensions= is not set):
|
|
; 0 = wav
|
|
; 1 = mp3
|
|
; 2 = ogg
|
|
; 3 = flac
|
|
; 4 = aiff
|
|
FileFormat=1
|
|
|
|
; Extensions override:
|
|
; Optional — if you set this, it overrides FileFormat and allows multiple types.
|
|
; List extensions separated by commas (case-insensitive, dot optional).
|
|
; Example: Extensions=mp3,ogg,flac
|
|
Extensions=mp3,ogg
|
|
|
|
; ------------------------------
|
|
; Logging configuration
|
|
; ------------------------------
|
|
|
|
; LogLevel controls how much detail is written to wgmus.log
|
|
; 0 = DEBUG (everything, very verbose — use only for troubleshooting)
|
|
; 1 = INFO (default — logs playback state, warnings, and errors)
|
|
; 2 = WARN (only warnings and errors)
|
|
; 3 = ERROR (only critical errors)
|
|
LogLevel=0 |