I'm kinda tired of this problem happening to come up in #modhelp literally every day, so I decided to try and write this.
So, there are 3 most often happening errors:
This most often happens if you are making a new set out of an existing one or have recently changed your nickname.
The other two happen because of osu! glitches or a bit bad algorithm that creates a new beatmap out of an mp3 file.
Okay, now things get tricky. We are going to fix those issues.
Any corrections would be appreciated.
So, there are 3 most often happening errors:
- Wrong content in the Beatmap creator field
- Wrong BeatmapSetID
- Mp3 file name starting with a number
This most often happens if you are making a new set out of an existing one or have recently changed your nickname.
The other two happen because of osu! glitches or a bit bad algorithm that creates a new beatmap out of an mp3 file.
Okay, now things get tricky. We are going to fix those issues.
- Select File - Open song folder in the editor.
- After that, go back to the osu! window and close the editor. When the editor is open, the map is loaded into RAM. If you don't close it, it will save what currently is in RAM on upload and overwrite the changes that we are going to make to the the .osu files.
- Return to the song folder.
- Check if your mp3 file starts with a number. If it does (for example, "01 Pony Dive.mp3"), then rename it to anything you like, then copy it to clipboard.
- Open the .osu file of your difficulty with Notepad.
- Find the [General] section. It's the first one
- If you renamed the .mp3 file, paste its new name into the AudioFilename field.
- Now search for [Metadata] section. It's the third one
- Find the Creator field and check if it contains your current nickname. If it doesn't (and check for every uncapitalized letter), correct it.
- Find the BeatmapID and BeatmapSetID fields and make sure they contain values "0" and "-1" respectively, like on the screenshot above.
- Close Notepad saving changes.
- If you have more difficulties than one, repeat with each difficulty file.
Note: if you changed the mp3 file name, you might need to rename the song folder itself too, so it doesn't contain a number in the beginning of its name. - Open the the map in the editor and check if you can upload it now. If you can't, double-check everything and then ask for help in either #help or #modhelp.
Any corrections would be appreciated.