-
-
Notifications
You must be signed in to change notification settings - Fork 104
Setup Guide
Melons edited this page Apr 26, 2022
·
5 revisions
Download the latest danser version HERE:
Once you have downloaded the zip file, go to your file browser of choice and extract it into a reasonable location (such as Documents or Desktop).
Once danser is installed you will need to open a command line app in the folder you extracted it into.
This can be done on windows by going to the folder, clicking the address bar, and entering powershell
. As shown below:
While you are in the command line, simply type ./danser -md5 0
and hit enter, danser will then generate a database with all of your osu! songs as well as a settings.json
file, this is how your folder should look like now:
If danser didn't make a danser.db
file, than it means that your osu! directory is in an irregular folder, the fix is easy however, simply open the settings.json
file and change the OsuSongsDir
as well as the OsuSkinsDir
variables to the folder of your osu! installation, in the section that looks like this:
"General": {
"OsuSongsDir": "C:\\Users\\User\\AppData\\Local\\osu!\\Songs",
"OsuSkinsDir": "C:\\Users\\User\\AppData\\Local\\osu!\\Skins",
"DiscordPresenceOn": true,
"UnpackOszFiles": true
},
NOTE: Make sure to include the double backslashes \\
, or else your danser will not run!
./danser <arguments>