Optional
backgroundA limited song skin that combines donbg and songbg into a single image.
Optional
backgroundVideo file that is played in the background during the gameplay.
Song's beats per minute. Defaults to 120.
The following formula is used: BPM = MEASURE / SIGN * 4
, where MEASURE is
amount of measures per minute and SIGN is the time signature, eg. 4 / 4 if
the current time signature is common.
120
Array of courses contained in this TJA chart file.
Offset of song preview during song selection in seconds.
0.0
Value can be either "Taiko" or "Jube". Game will be forced to autoplay mode with "Jube" value. Default is "Taiko".
Game.Taiko
Optional
genreSong's genre that controls where the song appears in the song selection.
Optional
headInitial game scrolling speed. #SCROLL
command in a song notation will be
a multiple of this value.
Amount of misses that are allowed to be made before interrupting the game and immediately showing the results screen. Removes the gauge, replacing it with lit up souls that fade one by one after missing a note. The amount is not limited, but only 16 souls fit on screen. Default is 0, which does not limit the misses and will play until the end.
0
Localized versions of the subtitle. If a localized subtitle exists, it will
be used instead of the subtitle
property if a user has their game
language set to the corresponding language. Supported languages are:
Japanese (ja), English (en), Chinese Simplified (cn), Chinese Traditional
(tw), Korean (ko).
Optional
cn?: stringOptional
en?: stringOptional
ja?: stringOptional
ko?: stringOptional
tw?: stringLocalized versions of the title. If a localized title exists, it will be
used instead of the title
property if a user has their game language set
to the corresponding language. Supported languages are: Japanese (ja),
English (en), Chinese Simplified (cn), Chinese Traditional (tw), and Korean
(ko).
Optional
cn?: stringOptional
en?: stringOptional
ja?: stringOptional
ko?: stringOptional
tw?: stringOptional
lyricsPath to a timed WEBVTT lyrics file, usually with a .vtt extension. This
will disable the #LYRIC
commands in courses.
Optional
makerInformation about the chart's creator. When provided, the name
property
must always be defined. Additionally, the creator field can contain a URL
between angle brackets.
Example:
MAKER:名無し <https://example.com>
The name of the chart's creator.
Optional
url?: stringAn optional URL address to a web page related to the chart's creator.
Optional
movieFloating point offset of video file's starting position in seconds. Cannot be a negative number.
Floating point value for chart offset in seconds. Negative values will delay notes, positive will cause them to appear sooner.
0.0
Scoring method that affects the final score. All scores are divided by 10, rounded towards negative infinity, then multiplied by 10.
ScoreMode.AC_1_TO_AC_7
Value can be either:
Value of "Normal" and "1" makes the song appear when song selection is in the default mode. "Ex" and "2" hides the song from default song selection.
Default is "Both", making the song appear during song selection in both modes.
Side.Both
Music volume percentage.
100
Sound effect volume percentage.
100
Optional
subtitleThe sub-title that appears on the selected song in song selection that may explain the origin of the song, such as the originating media or the lead singer.
Adding --
or ++
at the beginning changes the appearance of the subtitle
on the results screen by either hiding (--
) or showing it (++
) next to
the title.
Song's title that appears on song selection, in the game, and on the results screen.
Optional
waveThe audio file that plays in the background, should be in the same directory as the TJA file. If omitted, no music plays in the background.
Generated using TypeDoc
Represents data about a TJA chart file.