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
@@ -4237,6 +4237,7 @@ STR16 pMapPopUpInventoryText[] =
L"存货",
L"离开",
L"修理", //L"Repair",
L"Factories", // TODO.Translate
};
// town strings
@@ -5065,6 +5066,7 @@ STR16 pBookMarkStrings[] =
L"安保公司", //L"Kerberus",
L"民兵总览",//L"Militia Overview",
L"R.I.S",
L"Factories", // TODO.Translate
};
STR16 pBookmarkTitle[] =
@@ -5191,6 +5193,7 @@ STR16 pWebPagesTitles[] =
L"Recon情报服务 - 情报需求", //L"Recon Intelligence Services - Information Requests",
L"Recon情报服务 - 情报验证", //L"Recon Intelligence Services - Information Verification",
L"Recon情报服务 - 关于我们", //L"Recon Intelligence Services - About us",
L"Factory Overview", // TODO.Translate
L"Bobby Ray - 最近的运货",
L"百科全书",
L"百科全书 - 数据",
@@ -6995,6 +6998,7 @@ STR16 gzLaptopHelpText[] =
L"Kerberus - 安保公司",//L"Kerberus - Experience In Security",
L"民兵总览",//L"Militia Overview",
L"Recon情报服务", //L"Recon Intelligence Services",
L"Controlled factories", // TODO.Translate
};
@@ -11581,6 +11585,18 @@ STR16 szMilitiaText[] =
L"取消", //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",
};
// WANNE: Some Chinese specific strings that needs to be in unicode!
STR16 ChineseSpecString1 = L"%"; //defined in _ChineseText.cpp as this file is already unicode
STR16 ChineseSpecString2 = L"*%3d%%%"; //defined in _ChineseText.cpp as this file is already unicode