Skip to content

Note Colors

AuahDark edited this page Dec 26, 2018 · 3 revisions

Special thanks to @yuyu0127_ for creating the note images (including the V5-style ones).

Hardcoded Note Color ID

List of Note Colors by ID (and it's corresponding v5-style).
Basically it follows yuyu's SIFs note IDs (except in Live Simulator: 2, it starts from 1).

Note ID Old Style Image V5 Style Image V5 Style Image (Swing) Matte Style Image
1
2
3
4
5
6
7
8
9
10
11
15 * * * *

* - See CBF Note Colors

CBF Note Colors

Live Simulator: 2 uses Note ID 9 (shown also above as Note ID 15) as base for custom note color in CBF. Stored as unsigned dword and encoded as follows:

rrrrrrrr rggggggg ggbbbbbb bbb01111
  • r - Red color component (0-511, normalized to 0..2 range)

  • g - Green color component (0-511, normalized to 0..2 range)

  • b - Blue color component (0-511, normalized to 0..2 range)

The 1111 indicates Note ID 15 which is reserved to mark that it's CBF custom color attribute.

If custom note color is not used, then it follows this mapping:

  • smile - Note ID 1

  • pure - Note ID 2

  • cool - Note ID 3

Clone this wiki locally