Add setting code to logs
This commit is contained in:
3
Main.py
3
Main.py
@@ -94,7 +94,8 @@ def main(args, seed=None, fish=None):
|
|||||||
logger.info(
|
logger.info(
|
||||||
world.fish.translate("cli","cli","app.title") + "\n",
|
world.fish.translate("cli","cli","app.title") + "\n",
|
||||||
__version__,
|
__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)
|
parsed_names = parse_player_names(args.names, world.players, args.teams)
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"cli": {
|
"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.",
|
"shuffling.world": "Welt wird durchmischt.",
|
||||||
"generating.itempool": "Generier Gegenstandsbasis.",
|
"generating.itempool": "Generier Gegenstandsbasis.",
|
||||||
"calc.access.rules": "Berechne Zugriffsregeln.",
|
"calc.access.rules": "Berechne Zugriffsregeln.",
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
"cli": {
|
"cli": {
|
||||||
"yes": "Yes",
|
"yes": "Yes",
|
||||||
"no": "No",
|
"no": "No",
|
||||||
"app.title": "ALttP Door Randomizer Version %s - Seed: %d",
|
"app.title": "ALttP Door Randomizer Version %s - Seed: %d, Code: %s",
|
||||||
"version": "Version",
|
"version": "Version",
|
||||||
"seed": "Seed",
|
"seed": "Seed",
|
||||||
"player": "Player",
|
"player": "Player",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"cli": {
|
"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",
|
"player": "Jugador",
|
||||||
"shuffling.world": "Barajando el Mundo",
|
"shuffling.world": "Barajando el Mundo",
|
||||||
"shuffling.dungeons": "Barajando Mazmorras",
|
"shuffling.dungeons": "Barajando Mazmorras",
|
||||||
|
|||||||
Reference in New Issue
Block a user