forum

How to make LN Notes display as a different color? (osu!mania)

posted
Total Posts
2
Topic Starter
Kornjii
I want to make the LN Notes display as a different color in my skin, how can i do this?
Ryu Sei
You need to provide different image for your skins and edit your skin.ini file so the long notes will refer to the correct files. For example:
Code example, for 4K
[Mania]
// This is a comment line. Every mania skin starts with [Mania] string
// and only applies for the defined Keys count.
Keys: 4

//----------Notes
// This is the part of normal/tap notes
NoteImage0: mania-note1
NoteImage1: mania-note2
NoteImage2: mania-note2
NoteImage3: mania-note1

// This is the part of hold notes
// NoteImageXH is the head/start of the long note
NoteImage0H: mania-note1H
NoteImage1H: mania-note2H
NoteImage2H: mania-note2H
NoteImage3H: mania-note1H

// NoteImageXL is the body of the long note
NoteImage0L: mania-note1L
NoteImage1L: mania-note2L
NoteImage2L: mania-note2L
NoteImage3L: mania-note1L

// NoteImageXH is the tail/end of the long note
NoteImage0T: mania-note1T
NoteImage1T: mania-note2T
NoteImage2T: mania-note2T
NoteImage3T: mania-note1T

You need to provide files that are different with what are assigned on your skin.ini file, or the different names altogether. For long notes, you only need to modify NoteImageXH, NoteImageXL, and NoteImageXT link to different file, so the long notes color can be different.
Please sign in to reply.

New reply