New feature: factories allows facilities to create items

For more info, see http://thepit.ja-galaxy-forum.com/index.php?t=msg&goto=360075&#msg_360075

Requires GameDir >= r2534

git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@8804 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
Flugente
2020-05-17 20:52:27 +00:00
parent 4dc40912e4
commit ea1892c788
31 changed files with 1446 additions and 12 deletions
+16
View File
@@ -4238,6 +4238,7 @@ STR16 pMapPopUpInventoryText[] =
L"Inventar",
L"Exit",
L"Repair", // TODO.Translate
L"Factories", // TODO.Translate
};
// town strings
@@ -5021,6 +5022,7 @@ STR16 pBookMarkStrings[] =
L"Kerberus",
L"Militia Overview", // TODO.Translate
L"R.I.S.",
L"Factories", // TODO.Translate
};
STR16 pBookmarkTitle[] =
@@ -5139,6 +5141,7 @@ STR16 pWebPagesTitles[] =
L"Recon Intelligence Services - Information Requests", // TODO.Translate
L"Recon Intelligence Services - Information Verification",
L"Recon Intelligence Services - About us",
L"Fabriken - Übersicht",
L"Bobby Rays - Letzte Lieferungen",
L"Enzyklopädie",
L"Enzyklopädie - Daten",
@@ -6841,6 +6844,7 @@ STR16 gzLaptopHelpText[] =
L"Kerberus - Experience In Security",
L"Militia Overview", // TODO.Translate
L"Recon Intelligence Services", // TODO.Translate
L"Controlled factories", // TODO.Translate
};
STR16 gzHelpScreenText[] =
@@ -11409,4 +11413,16 @@ STR16 szMilitiaText[] =
L"Cancel",
};
STR16 szFactoryText[] = // TODO.Translate
{
L"%s: Production of %s switched off as loyalty is too low.",
L"%s: Production of %s switched off due to insufficient funds.",
L"%s: Production of %s switched off as it requires a merc to staff the facility.",
L"%s: Production of %s switched off due to required items missing.",
L"Item to build",
L"Preproducts", // 5
L"h/item",
};
#endif //GERMAN