question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Move beatmaps and configurations to another location

See original GitHub issue

I want to ask how to store beatmaps and configurations not in %Appdata%. That’s because my C Drive is a small SSD, and beatmaps really take up a lot of space. Also, writing these files to %Appdata% will make osu!lazer not portable. The current stable osu! release is portable so that I can put it in a USB drive.

I do not care about potential privacy or safety problem about these files. Even if I do, I would change ACL by myself.

Currently my workaround is to create a symlink with mklink, but I want an official solution to it. What about checking whether <installDir/Data> exists? If it does, launch osu!lazer in portable mode, read and write all the beatmaps and configurations to <installDir/Data> . Or, what about implementing a command-line switch to specify where these files are, like --user-data-dir="path/to/user data" in Google Chrome?

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:1
  • Comments:17 (4 by maintainers)

github_iconTop GitHub Comments

5reactions
peppycommented, Mar 16, 2020

no. you can use symlinks in the mean time

4reactions
insomnyawolfcommented, Mar 17, 2020

Quick Tutorial

If you are on windows:

  • Win+R => Type “cmd” => hit enter
  • A black popup will appear, there paste mklink /J "%AppData%\osu\files" "CHANGEME"
  • Hit enter

If you are on linux

  • open a terminal anywhere
  • Paste there ln -s ~/.local/share/osu CHANGEME
  • Hit enter

Remember to put the path that you want where it says CHANGEME

Read more comments on GitHub >

github_iconTop Results From Across the Web

Simple method to relocate your beatmap library! : r/osugame
All you have to do is make a new folder somewhere else on your computer, copy the link address as text, paste it...
Read more >
[resolved] How to transfer all beatmaps from Osu to OsuLazer
There is a button in lazer's settings called "Import beatmaps from stable" that you can use to import all of your maps automatically....
Read more >
How to transfer beatmaps to OSU! (mini tutorial) - YouTube
Btw,u can transfer beatmaps from osu tu opsu using a USB charger to connect from your pc to your phone. I'll show u...
Read more >
Save TONS of disk space | cln! (osu! Cleaner) Complete Guide
TcNo-osu-cleaner: https://github.com/TcNobo/TcNo-osu-Cleaner Other Osu! guides of mine: - Move songs to another drive (Symlink - EASY): ...
Read more >
Importing beatmaps and skins - osu!mac - Read the Docs
osu!macOS Agent can automatically move beatmaps and skins from your Downloads folder. Just make sure to enable the checkboxes inside osu!macOS Agent settings....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found