From bb99eac9d10059d861c365f10a03baf0b16126e7 Mon Sep 17 00:00:00 2001 From: Faraphel Date: Sat, 9 Jul 2022 22:17:51 +0200 Subject: [PATCH] changed bmg-edit operation structure to fit the code --- .../Scene/UI/CommonLanguageMenu.d/message/Common.bmg.json | 8 ++++---- Pack/MKWFaraphel/specific/_PATCH/files/Scene/UI/en.json | 8 ++++---- Pack/MKWFaraphel/specific/_PATCH/files/Scene/UI/es.json | 8 ++++---- Pack/MKWFaraphel/specific/_PATCH/files/Scene/UI/fr.json | 8 ++++---- Pack/MKWFaraphel/specific/_PATCH/files/Scene/UI/ge.json | 8 ++++---- Pack/MKWFaraphel/specific/_PATCH/files/Scene/UI/it.json | 8 ++++---- 6 files changed, 24 insertions(+), 24 deletions(-) diff --git a/Pack/MKWFaraphel/specific/_PATCH/files/Scene/UI/CommonLanguageMenu.d/message/Common.bmg.json b/Pack/MKWFaraphel/specific/_PATCH/files/Scene/UI/CommonLanguageMenu.d/message/Common.bmg.json index 2b97277..b27fcb9 100644 --- a/Pack/MKWFaraphel/specific/_PATCH/files/Scene/UI/CommonLanguageMenu.d/message/Common.bmg.json +++ b/Pack/MKWFaraphel/specific/_PATCH/files/Scene/UI/CommonLanguageMenu.d/message/Common.bmg.json @@ -2,8 +2,8 @@ "mode": "edit", "operation": { - "bmg-edit": [ - { + "bmg-edit": { + "layers": [{ "mode": "regex", "data": { "CWF de Nintendo": "{{ONLINE_SERVICE}}", @@ -20,7 +20,7 @@ "Mario Kart Wii": "{{MOD_NICKNAME}} {{MOD_VERSION}} {{MOD_CUSTOMIZED}}" } - } - ] + }] + } } } \ No newline at end of file diff --git a/Pack/MKWFaraphel/specific/_PATCH/files/Scene/UI/en.json b/Pack/MKWFaraphel/specific/_PATCH/files/Scene/UI/en.json index cdab236..83ec0a0 100644 --- a/Pack/MKWFaraphel/specific/_PATCH/files/Scene/UI/en.json +++ b/Pack/MKWFaraphel/specific/_PATCH/files/Scene/UI/en.json @@ -1,8 +1,8 @@ { "mode": "edit", "operation": { - "bmg-edit": [ - { + "bmg-edit": { + "layers": [{ "mode": "id", "data": { "0x703e": "\\c{white}Random: All tracks", @@ -42,7 +42,7 @@ "M66": "\\c{YOR4}Game : 48 races", "M67": "\\c{YOR4}Game : 64 races" } - } - ] + }] + } } } \ No newline at end of file diff --git a/Pack/MKWFaraphel/specific/_PATCH/files/Scene/UI/es.json b/Pack/MKWFaraphel/specific/_PATCH/files/Scene/UI/es.json index 384fcbd..e6acb84 100644 --- a/Pack/MKWFaraphel/specific/_PATCH/files/Scene/UI/es.json +++ b/Pack/MKWFaraphel/specific/_PATCH/files/Scene/UI/es.json @@ -1,8 +1,8 @@ { "mode": "edit", "operation": { - "bmg-edit": [ - { + "bmg-edit": { + "layers": [{ "mode": "id", "data": { "0x703e": "\\c{white}Aleatorio: Todas las pistas", @@ -42,7 +42,7 @@ "M66": "\\c{YOR4}Partido : 48 pistas", "M67": "\\c{YOR4}Partido : 64 pistas" } - } - ] + }] + } } } \ No newline at end of file diff --git a/Pack/MKWFaraphel/specific/_PATCH/files/Scene/UI/fr.json b/Pack/MKWFaraphel/specific/_PATCH/files/Scene/UI/fr.json index 35f92c9..77761bb 100644 --- a/Pack/MKWFaraphel/specific/_PATCH/files/Scene/UI/fr.json +++ b/Pack/MKWFaraphel/specific/_PATCH/files/Scene/UI/fr.json @@ -1,8 +1,8 @@ { "mode": "edit", "operation": { - "bmg-edit": [ - { + "bmg-edit": { + "layers": [{ "mode": "id", "data": { "0x703e": "\\c{white}Aléatoire: Toutes les pistes", @@ -42,7 +42,7 @@ "M66": "\\c{YOR4}Partie : 48 courses", "M67": "\\c{YOR4}Partie : 64 courses" } - } - ] + }] + } } } \ No newline at end of file diff --git a/Pack/MKWFaraphel/specific/_PATCH/files/Scene/UI/ge.json b/Pack/MKWFaraphel/specific/_PATCH/files/Scene/UI/ge.json index 13d456f..eaec10c 100644 --- a/Pack/MKWFaraphel/specific/_PATCH/files/Scene/UI/ge.json +++ b/Pack/MKWFaraphel/specific/_PATCH/files/Scene/UI/ge.json @@ -1,8 +1,8 @@ { "mode": "edit", "operation": { - "bmg-edit": [ - { + "bmg-edit": { + "layers": [{ "mode": "id", "data": { "0x703e": "\\c{white}Zufällig: Alle Tracks", @@ -42,7 +42,7 @@ "M66": "\\c{YOR4}Spiel : 48 Tracks", "M67": "\\c{YOR4}Spiel : 64 Tracks" } - } - ] + }] + } } } \ No newline at end of file diff --git a/Pack/MKWFaraphel/specific/_PATCH/files/Scene/UI/it.json b/Pack/MKWFaraphel/specific/_PATCH/files/Scene/UI/it.json index 4b89b32..aa6230e 100644 --- a/Pack/MKWFaraphel/specific/_PATCH/files/Scene/UI/it.json +++ b/Pack/MKWFaraphel/specific/_PATCH/files/Scene/UI/it.json @@ -1,8 +1,8 @@ { "mode": "edit", "operation": { - "bmg-edit": [ - { + "bmg-edit": { + "layers": [{ "mode": "id", "data": { "0x703e": "\\c{white}Casuale: Tutte le tracce", @@ -42,7 +42,7 @@ "M66": "\\c{YOR4}Gioco : 48 pistas", "M67": "\\c{YOR4}Gioco : 64 pistas" } - } - ] + }] + } } } \ No newline at end of file