Skip to content

Commit

Permalink
Added Gitadora mdb parser and updated seeds (#1148)
Browse files Browse the repository at this point in the history
* Add gitadora mdb parser and update seeds

# Conflicts:
#	seeds/scripts/rerunners/gitadora/parse-mdb.ts

* Bail early if missing critical data & handle no ascii title

* Correctly handle case where a song has no credited artist

* Correctly handle case where a song has no credited artist

* Add blank strings for songs that have no credited artist

* Improve documentation

* Correctly parse the score byte array for drum/bass difficulties

* Align comment styles
  • Loading branch information
pfych authored Aug 18, 2024
1 parent 4c1651a commit 0db3310
Show file tree
Hide file tree
Showing 4 changed files with 112,626 additions and 51,786 deletions.
1 change: 1 addition & 0 deletions common/src/config/game-support/gitadora.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ export const GITADORA_GITA_CONF = {

versions: {
konaste: "Konaste",
fuzzUp: "Fuzz Up",
},

chartData: z.strictObject({
Expand Down
Loading

0 comments on commit 0db3310

Please sign in to comment.