diff --git a/cmd/horsegen/generate.go b/cmd/horsegen/generate.go index 9fafddc..94ccad3 100644 --- a/cmd/horsegen/generate.go +++ b/cmd/horsegen/generate.go @@ -30,7 +30,7 @@ func main() { region string ) flag.StringVar(&mdb, "mdb", os.ExpandEnv(`$USERPROFILE\AppData\LocalLow\Cygames\Umamusume\master\master.mdb`), "`path` to Umamusume master.mdb") - flag.StringVar(&out, "o", `horse`, "`dir`ectory for output files") + flag.StringVar(&out, "o", `.`, "`dir`ectory for output files") flag.StringVar(®ion, "region", "global", "region the database is for (global, jp)") flag.Parse() diff --git a/horse/global/affinity.json b/global/affinity.json similarity index 100% rename from horse/global/affinity.json rename to global/affinity.json diff --git a/horse/global/character.json b/global/character.json similarity index 100% rename from horse/global/character.json rename to global/character.json diff --git a/horse/global/race.json b/global/race.json similarity index 100% rename from horse/global/race.json rename to global/race.json diff --git a/horse/global/saddle.json b/global/saddle.json similarity index 100% rename from horse/global/saddle.json rename to global/saddle.json diff --git a/horse/global/scenario.json b/global/scenario.json similarity index 100% rename from horse/global/scenario.json rename to global/scenario.json diff --git a/horse/global/skill-group.json b/global/skill-group.json similarity index 100% rename from horse/global/skill-group.json rename to global/skill-group.json diff --git a/horse/global/skill.json b/global/skill.json similarity index 100% rename from horse/global/skill.json rename to global/skill.json diff --git a/horse/global/spark.json b/global/spark.json similarity index 100% rename from horse/global/spark.json rename to global/spark.json diff --git a/horse/global/uma.json b/global/uma.json similarity index 100% rename from horse/global/uma.json rename to global/uma.json