Colored hitcircles will seem a little dull. This is so transparency works and they're not just coloured squares.. I think..
- Python
- Pillow module (
pip install pillow
orpython3 -m pip install Pillow
in a terminal)
- Download this repository
- Place the files into your skin foler
- Run the python file
- Answer the two questions: @2x files are needed for the @2x option and two hex values are required for the hitcircles to be coloured (they can be the same colour btw)
- That's it! Reload your skin/open osu! and your circles will now be instafade. The original files will be in a folder titled "old_circles"
- Download python and make sure to add it to PATH in the setup wizard
- Open a terminal and type
python3 -m pip install Pillow
. If that doesn't work, trypip install Pillow
- Continue to Usage
- Download this repository (green button towards the top right)
- Place ALL of the files from the .zip file into the skin folder you want to alter
- Run the file.
- Open a terminal
- Navigate to the folder directory (in windows 10 you can type "cmd" in the bar at the top that displays your directory)
- Type
python3 mainc.py
in the terminal