-
Notifications
You must be signed in to change notification settings - Fork 6
enums
anthony.samms edited this page May 28, 2026
·
1 revision
This header file contains some commonly used enums such as:
DrumType
- 1:
DON - 2:
KATThe side of the drum that the player hits, without specification for left or right.
Side
- 1:
LEFT - 2:
RIGHTThe side of the drum that the player hits, without specification for color.
Judgments
- 0:
GOOD - 1:
OK - 2:
BADThe three judgments that can be received after hitting a note with specific timing.
BranchDifficulty
- 0:
NORMAL - 1:
EXPERT - 2:
MASTERThe three difficulties corresponding to branch charts.
ResultState
- 0:
FAIL- Gauge is below the clear threshold
- 1:
CLEAR- Gauge is above the clear threshold but less than max
- 2:
RAINBOW- Gauge is max The three states of the result screen.
SongSelectState
- 0:
BROWSING- Previewing songs or folders
- 1:
SONG_SELECTED- Selecting a difficulty
- 2:
DIFF_SORTING- Using the difficulty sort menu
- 3:
SEARCHING- Using the search menu The state of the song select screen.
TextureIndex defines the frame to be used when creating a SongBox. Some folders have colors that are not static colors (gradients), so a custom texture is used.
GenreIndex defines access to the default colors based on the genre name provided in a box.def. There are some maps to find commonly used names of these genres.
Building
libs
- animation
- audio
- config
- filesystem
- global_data
- input
- logging
- ray
- scores
- screen
- script
- song_parser
- text
- texture
- video
- webcam
libs/parsers
objects
objects/game
- player
- background
- gauge
- judgment
- combo
- branch_indicator
- ending_animations
- gogo_time
- fireworks
- song_info
- transition
- result_transition
- judge_counter
- score_counter
- score_counter_animation
- balloon_counter
- drumroll_counter
- kusudama_counter
- drum_hit_effect
- lane_hit_effect
- gauge_hit_effect
- combo_announce
- note_arc
objects/global
objects/title
objects/entry
objects/settings
objects/result
objects/song_select
- player
- navigator
- box_base
- box_song
- box_folder
- neiro
- modifier
- ura_switch
- diff_sort
- search_box
- dan_transition
- genre_bg
- score_history
- song_select_script
scenes