forum

osu!mania asymmetric note colors?

posted
Total Posts
7
Topic Starter
vizaru
Hello, I was wondering if it was possible to make it such that all the notes have different colors in osu!mania. For example, if the left-hand notes were red and green, and the right-hand notes were blue and yellow.

Thanks.
Flanster
It's possible to make each lane a different color, you just have to make the images and assign them in your Skin.ini
Topic Starter
vizaru
I definitely plan to color each of the lanes, but I am wondering if one can individualize the color of the notes themselves? As far as I have seen, they are always symmetric and I am unsure if it is possible to assign colors for each note/key individually. My goal is to have four different note colors.
Flanster
I'm note sure what you mean. Different colored notes in one lane?
Topic Starter
vizaru
Let's say I'm playing 4K. With a fairly stand skin like Yugen, the note colors go green-blue-blue-green. I am interested in making it red-yellow-blue-green. Or something like that, the specific colors aren't as important as just making the left and right notes not the same color.
Flanster
Yes you can, all note sprites are individially addressable per lane.

help/wiki/Skinning/skin.ini under [Mania]
You have NoteImage#, NoteImage#H, NoteImage#L and NoteImage#T. You have to make a set of these sprites for each color and assign them in whichever order you wish.



In Skin.ini it would look like this (example for 8K); keep in mind, the first lane starts at 0, not 1

[Mania]

Keys: 8

NoteImage0: your_sprite_file.png

NoteImage1: your_sprite_file.png

NoteImage2: your_sprite_file.png

NoteImage3: your_sprite_file.png

NoteImage4: your_sprite_file.png

NoteImage5: your_sprite_file.png

NoteImage6: your_sprite_file.png

NoteImage7: your_sprite_file.png

NoteImage0H: your_sprite_file.png

NoteImage1H: your_sprite_file.png

NoteImage2H: your_sprite_file.png

NoteImage3H: your_sprite_file.png

NoteImage4H: your_sprite_file.png

NoteImage5H: your_sprite_file.png

NoteImage6H: your_sprite_file.png

NoteImage7H: your_sprite_file.png

NoteImage0L: your_sprite_file.png

NoteImage1L: your_sprite_file.png

NoteImage2L: your_sprite_file.png

NoteImage3L: your_sprite_file.png

NoteImage4L: your_sprite_file.png

NoteImage5L: your_sprite_file.png

NoteImage6L: your_sprite_file.png

NoteImage7L: your_sprite_file.png

NoteImage0T: your_sprite_file.png

NoteImage1T: your_sprite_file.png

NoteImage2T: your_sprite_file.png

NoteImage3T: your_sprite_file.png

NoteImage4T: your_sprite_file.png

NoteImage5T: your_sprite_file.png

NoteImage6T: your_sprite_file.png

NoteImage7T: your_sprite_file.png


It's a bit more work to have such variety but I'm sure you'll have fun :P
Topic Starter
vizaru
Yes! This is exactly the sort of information I was looking for. Thank you, Flanster!
Please sign in to reply.

New reply