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.
Mapping Tools targets .NET 10 and is packaged self-contained, so no separate .NET installation is required.
Portable
Download the portable version .zip file and extract all of the contents into a folder. You can then open Mapping Tools.exe.
Wine (Linux)
You can successfully run Mapping Tools on different operating systems with Wine. Most features will work correctly, but memory reading and Geometry Dashboard need some extra consideration. In order to get memory reading to work, you need to install Mapping Tools into the osu! Wine prefix and run it with the same Wine binary. You also need to open osu! before opening Mapping Tools. If you can not get it to work, I recommend disabling Editor Reader in the Preferences, so Mapping Tools will not attempt memory reading every time it does something.
Install script (Recommended)
Use this install script to automatically install Mapping Tools into your osu! Wine prefix. It will install any dependencies and memory reading should work too. This has been tested with osu-winello.
- Download
install-mappingtools.shfrom the GitHub gist. - Start your osu! client.
- Run:
chmod +x ./install-mappingtools.sh - Run:
./install-mappingtools.sh --install
Manual install
- 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 run the Mapping Tools installer using Wine.
- Run Mapping Tools after the installation is complete.
- Go to the Preferences and disable Editor Reader if it doesn't work.
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.