Installation
Mapping Tools currently only supports Windows. For non-Windows users there is the option to use Wine or use the web-based version of Mapping Tools.
Mapping Tools can be downloaded from the downloads page or from the GitHub releases.
Installer
Download and run the installer. Go through all the steps and finish the installer. Mapping Tools will then be installed.
The installer automatically installs any dependencies that may be required for Mapping Tools to work, such as .NET 5.
Portable
Download the portable version .zip file and extract all of the contents into a folder. You can then open Mapping Tools.exe.
In order to run, you need to have installed .NET Desktop Runtime 5 with the same architecture as your version of Mapping Tools. That means you need to install x64 .NET if you downloaded x64 Mapping Tools and you need to install x86 .NET if you downloaded x86 Mapping Tools.
Wine (Linux)
You can successfully run Mapping Tools on different operating systems with Wine. Most features will work correctly except memory reading and Geometry Dashboard. I recommend disabling Editor Reader in the Preferences, so Mapping Tools will not attempt memory reading every time it does something.
- Install WineHQ. Follow the installation instructions for your operating system.
- If you are using an Arch Linux distro, then you need to install GDI+ using Winetricks.
- Download and install the windows version of .NET 5 Desktop Runtime using Wine.
- Launch
wine regedit
and then go to theHKEY_CURRENT_USER/Environment
. - Create a new text key called
DOTNET_ROOT
and set the value toC:\Program Files\dotnet
. - Download and run the Mapping Tools installer using Wine.
- Run Mapping Tools after the installation is complete.
- Go to the Preferences and disable Editor Reader.
This has been tested with:
- Ubuntu 20.04 64-bit with wine-6.0.2 and wine-7.0.
- Manjaro KDE 21.3.7 with wine-7.1.
Web-based
You can find an early preview of web-based Mapping Tools here. This version works on all platforms. This version of Mapping Tools does not have all the tools available.
Start by uploading your beatmap files with the Upload button at the top right. Select a mapping tool on the left, select a beatmap and run. The modified beatmap will be automatically downloaded. The files on the right also update when you run a mapping tool to modify them.
Many of the tools are still missing and there are likely a lot of bugs. If it doesn't load, try reloading the page with Shift-F5 and clear the cache.
Setup
Once you have installed Mapping Tools, click the button in the top left to open the navigation menu and go to Preferences to configure Mapping Tools.
The most important fields to set are the following:
- osu! folder: path to the folder containing osu!.
- Songs folder: path to the folder containing all your maps. It's typically directly inside the osu! folder.
- osu! config user file: path to your osu! user configuration file. It's typically directly inside the osu! folder with the filename
osu.[username].cfg
.
Make sure these fields are correct, as Mapping Tools may not work properly otherwise.