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
@@ -4239,6 +4239,7 @@ STR16 pMapPopUpInventoryText[] =
L"Inventaris",
L"OK",
L"Repair", // TODO.Translate
L"Factories", // TODO.Translate
};
// town strings
@@ -5072,6 +5073,7 @@ STR16 pBookMarkStrings[] =
L"Kerberus",
L"Militia Overview", // TODO.Translate
L"R.I.S.",
L"Factories", // TODO.Translate
};
STR16 pBookmarkTitle[] =
@@ -5198,6 +5200,7 @@ STR16 pWebPagesTitles[] =
L"Recon Intelligence Services - Information Requests", // TODO.Translate
L"Recon Intelligence Services - Information Verification",
L"Recon Intelligence Services - About us",
L"Factory Overview", // TODO.Translate
L"Bobby Ray's - Recent Shipments",
L"Encyclopedia",
L"Encyclopedia - Data",
@@ -7011,6 +7014,7 @@ STR16 gzLaptopHelpText[] =
L"Kerberus - Excellence In Security",
L"Militia Overview", // TODO.Translate
L"Recon Intelligence Services", // TODO.Translate
L"Controlled factories", // TODO.Translate
};
@@ -11597,4 +11601,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 //DUTCH