Skip to content
Sebastian Krajewski edited this page Apr 24, 2022 · 11 revisions

Options

Option Type Range Description
OsuSongsDir String N/A Path to the folder with your osu! songs (Needs double backslashes!)
OsuSkinsDir String N/A Path to the folder with your osu! skins (Needs double backslashes!)
DiscordPresenceOn Bool true/false Enables/Disables rich presence for Danser in Discord
UnpackOszFiles Bool true/false Enables/Disables unpacking beatmap packages (.osz files) in Songs directory. osu! may complain about Songs directory tampering
VerboseImportLogs Bool true/false Enables/Disables full import details. If disabled, only failures will be logged

Default values:

"General": {
	"OsuSongsDir": "C:\\Users\\User\\AppData\\Local\\osu!\\Songs",
	"OsuSkinsDir": "C:\\Users\\User\\AppData\\Local\\osu!\\Skins",
	"DiscordPresenceOn": true,
	"UnpackOszFiles": true,
	"VerboseImportLogs": false
}
Clone this wiki locally