diff --git a/Main.py b/Main.py index 683ee0da..bb6ed8ad 100644 --- a/Main.py +++ b/Main.py @@ -94,7 +94,8 @@ def main(args, seed=None, fish=None): logger.info( world.fish.translate("cli","cli","app.title") + "\n", __version__, - world.seed + world.seed, + Settings.make_code(world, 1) if world.players == 1 else '' ) parsed_names = parse_player_names(args.names, world.players, args.teams) diff --git a/resources/app/cli/lang/de.json b/resources/app/cli/lang/de.json index 07936374..d2c5d523 100644 --- a/resources/app/cli/lang/de.json +++ b/resources/app/cli/lang/de.json @@ -1,6 +1,6 @@ { "cli": { - "app.title": "ALttP Tür Randomisier Version %s - Nummer: %d", + "app.title": "ALttP Tür Randomisier Version %s - Nummer: %d, Code: %s", "shuffling.world": "Welt wird durchmischt.", "generating.itempool": "Generier Gegenstandsbasis.", "calc.access.rules": "Berechne Zugriffsregeln.", diff --git a/resources/app/cli/lang/en.json b/resources/app/cli/lang/en.json index a2008d72..0720adea 100644 --- a/resources/app/cli/lang/en.json +++ b/resources/app/cli/lang/en.json @@ -2,7 +2,7 @@ "cli": { "yes": "Yes", "no": "No", - "app.title": "ALttP Door Randomizer Version %s - Seed: %d", + "app.title": "ALttP Door Randomizer Version %s - Seed: %d, Code: %s", "version": "Version", "seed": "Seed", "player": "Player", diff --git a/resources/app/cli/lang/es.json b/resources/app/cli/lang/es.json index 9dcdc2c0..def18849 100644 --- a/resources/app/cli/lang/es.json +++ b/resources/app/cli/lang/es.json @@ -1,6 +1,6 @@ { "cli": { - "app.title": "ALttP Puerta Aleatorizador Versión %s - Número: %d", + "app.title": "ALttP Puerta Aleatorizador Versión %s - Número: %d, Código: %s", "player": "Jugador", "shuffling.world": "Barajando el Mundo", "shuffling.dungeons": "Barajando Mazmorras",