- Copy
osu_to_etterna_noteskin
over to/NoteSkins/dance/
. - Copy
osu_to_etterna
over to/Themes/
. - Copy your osu! skin over to
/Themes/osu_to_etterna/Graphics/OsuSkins/
. - In
/Themes/osu_to_etterna/metrics.ini
change the lineOsuFolder=""
toOsuFolder="<your_osu_skin_folder>"
. - Delete the folder
/Save/LocalProfiles/\[your_profile_name\]/osu_to_etterna_settings/
if it exists. (You won't have to do this on first download, since this folder doesn't yet exist.)
- From the beginning menu, go to
Options -\> Display Options -\> Appearance Options
and changeTheme
toosu_to_etterna
. - In the song selection menu, go to
Player Options
. - Change
NoteSkin
toosu_to_etterna_noteskin
. - To find your CMod from your osu!mania scroll speed, use the formula
CMod = scroll_speed * 3200/receptor_size
wherereceptor_size
denotes your receptor size, and can be found in Player Options. - Turn on
Customize Gameplay
, and then in gameplay you will be able to move around judgements/combo/percent/PA Count/etc.
Etienne has some good videos on this.
Q: Support for [n]key? A: Right now, there's only support for 4k.
Q: My holds look weird. A: Your holds will look weird if the widths and heights are not powers of 2. To fix this, open up the editor and scale the widths and heights of your hold body sprites to the nearest powers of 2. (Go to this osu! skinning guide to find exactly where the hold body sprites are in your skin.)
Q: My judgments/combo are too small.
A: The reason that this occurs is that you likely didn't have the double resolution sprites in your osu! skin. To fix this, use Customize Gameplay to double the zoom. You will then likely have spacing issues; to fix those, go to /Themes/osu_to_etterna/Fonts/_osucombo.ini
and change AdvanceExtraPixels=
from -5
to -2.5
.
- Flip
mania-noteH
horizontally ifmania-noteL
doesn't exist - Have the code search for a note in, in order of priority: (1)
skin.ini
(2) the skin folder (3) the_fallback
skin folder - Disambiguate between elements rendered at 2x resolution (denoted by
@2x
) and scale them accordingly - Insert graphical interface to switch between skins in-game