Skip to content

Commit

Permalink
feat: parse step counts from SSQ files
Browse files Browse the repository at this point in the history
  • Loading branch information
Gyoo committed Sep 5, 2024
1 parent 19df306 commit 201955d
Show file tree
Hide file tree
Showing 11 changed files with 11,035 additions and 19,422 deletions.
2 changes: 1 addition & 1 deletion common/src/config/game-support/ddr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ export const DDR_CONF = {
songData: z.strictObject({
inGameID: zodNonNegativeInt,
flareCategory: DDR_FLARE_CATEGORIES,
basename: z.string().optional()
}),
} as const satisfies INTERNAL_GAME_CONFIG;

Expand Down Expand Up @@ -186,7 +187,6 @@ export const DDR_SP_CONF = {
chartData: z.strictObject({
inGameID: zodNonNegativeInt,
stepCount: zodNonNegativeInt.optional(),
okCount: zodNonNegativeInt.optional(),
}),

preferences: z.strictObject({}),
Expand Down
8 changes: 8 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 201955d

Please sign in to comment.