Skip to content

Commit a7d529f

Browse files
committed
title & button tip minor update
1 parent 9cf9890 commit a7d529f

37 files changed

+34
-20
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ For the standard (CD/GOG/Uplay) versions of _Might and Magic 6_, _7_, or _8_ RPG
1616

1717
1. Download and apply the [GrayFace Patch](https://grayface.github.io/mm/#GrayFace-MM6-Patch) for your game
1818
2. Download [MMExtension 2.3](https://github.com/might-and-magic/mmcheat/releases/download/v1.0.0/MMExtension-2.3-20250115.zip) and extract the "ExeMods" and "Scripts" folders to your game directory (overwrite existing files if any)
19-
3. Download [MMCheat](https://github.com/might-and-magic/mmcheat/releases/download/v1.0.0/MMCheat-1.0.0.zip) and extract the "ExeMods" and "Scripts" folders to your game directory (overwrite existing files if any)
19+
3. Download [MMCheat](https://github.com/might-and-magic/mmcheat/releases/download/v1.0.1/MMCheat-1.0.1.zip) and extract the "ExeMods" and "Scripts" folders to your game directory (overwrite existing files if any)
2020

2121
_You must use the link above to download MMExtension 2.3 fetched from its [GitHub repository](https://github.com/GrayFace/MMExtension) instead of its [web page](https://grayface.github.io/mm/ext/) which still has the outdated v2.2 version._
2222

2323
### MMMerge
2424

2525
The [Might and Magic Merge](https://www.celestialheavens.com/forum/topic/16657) is a mod based on the _Might and Magic 8_ GrayFace patch and MMExtension. You must use the **latest MMMerge** version which includes MMExtension 2.3. MMCheat can be used directly with it:
2626

27-
1. Download [MMCheat](https://github.com/might-and-magic/mmcheat/releases/download/v1.0.0/MMCheat-1.0.0.zip) and extract the "ExeMods" and "Scripts" folders to your game directory (overwrite existing files if any)
27+
1. Download [MMCheat](https://github.com/might-and-magic/mmcheat/releases/download/v1.0.1/MMCheat-1.0.1.zip) and extract the "ExeMods" and "Scripts" folders to your game directory (overwrite existing files if any)
2828

2929
## Important General Notes
3030

@@ -271,7 +271,7 @@ MM6 does not have Arcomage.
271271

272272
![Language & About Tab](intro_imgs/11.png)
273273

274-
### MMCheat Language
274+
### Language
275275

276276
MMCheat has built-in UI translation for:
277277

Scripts/Modules/MMCheat/about.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
return {
22
short_name = "MMCheat",
3-
version = "1.0.0",
4-
version_date = "2025-06-22",
3+
version = "1.0.1",
4+
version_date = "2025-06-23",
55
home_url = "https://github.com/might-and-magic/mmcheat",
66
author = "Tom Chen",
77
author_url = "https://tomchen.org/",

Scripts/Modules/MMCheat/i18n/encoding.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
local ffi = require("ffi")
2-
local iup = require("iup")
32
local i18n = require("MMCheat/i18n/i18n")
43

54
local M = {}

Scripts/Modules/MMCheat/i18n/str/cs.lua

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
return {
2-
title = "MMCheat: Might and Magic 6/7/8/Merge Cheaty",
2+
title = "Might and Magic 6/7/8/Merge Cheaty",
33
let_s_go = "Jdeme na to!",
44
ok = "OK",
55

@@ -57,6 +57,7 @@ return {
5757
-- Characters tab
5858
select_character = "Vybrat postavu",
5959
apply_changes_below = "Použít Všechny Změny Níže",
60+
apply_changes_below_tip = "Použít změny ve všech podkartách níže kromě \"%s\" a \"%s\"",
6061

6162
-- Map tab
6263
reveal_map = "Odkrýt celou mapu",

Scripts/Modules/MMCheat/i18n/str/de.lua

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
return {
2-
title = "MMCheat: Might and Magic 6/7/8/Merge Schummeln",
2+
title = "Might and Magic 6/7/8/Merge Schummeln",
33
let_s_go = "Los geht's!",
44
ok = "OK",
55

@@ -57,6 +57,7 @@ return {
5757
-- Characters tab
5858
select_character = "Charakter auswählen",
5959
apply_changes_below = "Alle Änderungen Unten Anwenden",
60+
apply_changes_below_tip = "Änderungen in allen Unter-Tabs unten anwenden, außer \"%s\" und \"%s\"",
6061

6162
-- Map tab
6263
reveal_map = "Gesamte Karte aufdecken",

Scripts/Modules/MMCheat/i18n/str/en.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ return {
5757
-- Characters tab
5858
select_character = "Select Character",
5959
apply_changes_below = "Apply All Changes Below",
60+
apply_changes_below_tip = "Apply changes in all sub-tabs below except \"%s\" and \"%s\"",
6061

6162
-- Map tab
6263
reveal_map = "Reveal entire map",

Scripts/Modules/MMCheat/i18n/str/es.lua

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
return {
2-
title = "MMCheat: Might and Magic 6/7/8/Merge Trucos",
2+
title = "Might and Magic 6/7/8/Merge Trucos",
33
let_s_go = "¡Vamos!",
44
ok = "OK",
55

@@ -57,6 +57,7 @@ return {
5757
-- Characters tab
5858
select_character = "Seleccionar Personaje",
5959
apply_changes_below = "Aplicar Todos los Cambios de Abajo",
60+
apply_changes_below_tip = "Aplicar cambios en todas las sub-pestañas de abajo excepto \"%s\" y \"%s\"",
6061

6162
-- Map tab
6263
reveal_map = "Revelar mapa completo",

Scripts/Modules/MMCheat/i18n/str/fr.lua

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
return {
2-
title = "MMCheat : Might and Magic 6/7/8/Merge Tricheur",
2+
title = "Might and Magic 6/7/8/Merge Tricheur",
33
let_s_go = "Allons-y !",
44
ok = "OK",
55

@@ -57,6 +57,7 @@ return {
5757
-- Characters tab
5858
select_character = "Sélectionner le Personnage",
5959
apply_changes_below = "Appliquer Tous les Changements Ci-dessous",
60+
apply_changes_below_tip = "Appliquer les changements dans tous les sous-onglets ci-dessous sauf \"%s\" et \"%s\"",
6061

6162
-- Map tab
6263
reveal_map = "Révéler toute la carte",

Scripts/Modules/MMCheat/i18n/str/it.lua

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
return {
2-
title = "MMCheat: Might and Magic 6/7/8/Merge Trucchi",
2+
title = "Might and Magic 6/7/8/Merge Trucchi",
33
let_s_go = "Andiamo!",
44
ok = "OK",
55

@@ -57,6 +57,7 @@ return {
5757
-- Characters tab
5858
select_character = "Seleziona Personaggio",
5959
apply_changes_below = "Applica Tutte le Modifiche Sottostanti",
60+
apply_changes_below_tip = "Applica le modifiche in tutte le schede secondarie sottostanti eccetto \"%s\" e \"%s\"",
6061

6162
-- Map tab
6263
reveal_map = "Rivela mappa completa",

Scripts/Modules/MMCheat/i18n/str/ja.lua

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
return {
2-
title = "MMCheat:マイト・アンド・マジック6/7/8/Merge チート",
2+
title = "マイト・アンド・マジック6/7/8/Merge チート",
33
let_s_go = "行きましょう!",
44
ok = "OK",
55

@@ -57,6 +57,7 @@ return {
5757
-- Characters tab
5858
select_character = "キャラクター選択",
5959
apply_changes_below = "以下のすべての変更を適用",
60+
apply_changes_below_tip = "以下のすべてのサブタブの変更を適用します(\"%s\"\"%s\"を除く)",
6061

6162
-- Map tab
6263
reveal_map = "マップ全体を表示",

0 commit comments

Comments
 (0)