Rizline:AssetList

From Rhythm Game Wiki
Revision as of 12:34, 1 December 2024 by TadeLn (talk | contribs) (Created page with "`Default.asset` is a YAML asset file that contains information about ''Rizline''<nowiki>'</nowiki>s songs, illustrations, layouts, and other data. == File Structure == {{DataStructure| {{DataStructureField|MonoBehaviour|object|| <li>(Unity data: m_*)</li> {{DataStructureField|levels|array|List of all levels.| {{DataStructureField||object|A level.| {{DataStructureField|id|string|Named ID of the level, in the format of <code>NoSpacesTitle.NoSp...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

`Default.asset` is a YAML asset file that contains information about Rizline's songs, illustrations, layouts, and other data.

File Structure

  • (root)
    • MonoBehaviour (object)
      • (Unity data: m_*)
      • levels (array) - List of all levels.
        • (object) - A level.
          • id (string) - Named ID of the level, in the format of NoSpacesTitle.NoSpacesArtist.0 (for example PastelLines.RekuMochizuki.0).
          • musicId (string) - Named ID of the song, in the format of NoSpacesTitle.NoSpacesArtist.0 (for example PastelLines.RekuMochizuki.0). Usually the same as id.
          • illustrationId (string) - Named ID of the song, in the format of illustration.NoSpacesTitle.NoSpacesArtist.0 (for example illustration.PastelLines.RekuMochizuki.0). Usually the same as id, but with illustration. at the beginning.
          • chartIds (array) - List of charts in the song. Usually, this list has 3 entries.
            • (string) - Named ID of the chart, in the format of chart.NoSpacesTitle.NoSpacesArtist.0.DIFF (for example chart.PastelLines.RekuMochizuki.0.EZ). Usually the same as id, but with chart. at the beginning, and either .EZ, .HD, .IN, or .AT at the end.
          • appearType (int) - Unknown. Always 0. [verify]
          • discName (string) - Full name of the disc that the level is in. Either Disc 1 or Disc EX. [verify]
      • musics (array) - List of all songs (music).
        • (object) - A song.
          • id (string) - Named ID of the song, in the format of NoSpacesTitle.NoSpacesArtist.0 (for example PastelLines.RekuMochizuki.0). Usually the same as a level's id field. This field is most likely referenced by the level's musicId field.
          • musicName (string) - Title of the song (for example Pastel Lines).
          • artist (string) - Artist of the song (for example Reku Mochizuki).
          • previewStartTime (float) - Beginning time of preview audio, in seconds (for example 51.8).
          • previewOverTime (float) - End time of preview audio, in seconds (for example 71.8). Usually is previewStartTime + 20.