From 4426925ebb7d6d1d71157e1589327b015e9d03d2 Mon Sep 17 00:00:00 2001 From: Branden J Brown Date: Mon, 9 Mar 2026 08:58:49 -0400 Subject: [PATCH] horsegen: output to ./global instead of horse/global --- cmd/horsegen/generate.go | 2 +- {horse/global => global}/affinity.json | 0 {horse/global => global}/character.json | 0 {horse/global => global}/race.json | 0 {horse/global => global}/saddle.json | 0 {horse/global => global}/scenario.json | 0 {horse/global => global}/skill-group.json | 0 {horse/global => global}/skill.json | 0 {horse/global => global}/spark.json | 0 {horse/global => global}/uma.json | 0 10 files changed, 1 insertion(+), 1 deletion(-) rename {horse/global => global}/affinity.json (100%) rename {horse/global => global}/character.json (100%) rename {horse/global => global}/race.json (100%) rename {horse/global => global}/saddle.json (100%) rename {horse/global => global}/scenario.json (100%) rename {horse/global => global}/skill-group.json (100%) rename {horse/global => global}/skill.json (100%) rename {horse/global => global}/spark.json (100%) rename {horse/global => global}/uma.json (100%) 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