-
Notifications
You must be signed in to change notification settings - Fork 6
Autoimporting songs
Rodrigo Alfonso edited this page Nov 24, 2024
·
13 revisions
Usually, SSC charts don't include a fixed DIFFICULTY
tag with a value of NORMAL
, HARD
, or CRAZY
: they include a numeric level (METER
).
=> To detect how they'll be arranged in the CAMPAIGN mode, the importer script tries to guess the most appropriate levels.
-
CRAZY
: Anything around 16~12 or >= 17 -
HARD
: Anything around 11~7 -
NORMAL
: Anything around 6~1
Some charts are preferred over others.
Official charts tend to have a simple "s" + the level in their DESCRIPTION
property, and others contain keywords like "New", "UCS", "Hidden", "SP", "Quest", "Another". Official charts are preferred because they do less crazy gimmicks, and that's a good thing for a campaign mode. Therefore, for example, "s14" is considered better than "s16 Another".