mirror of
https://github.com/1dot13/source.git
synced 2026-07-29 13:52:17 +02:00
New Feature: a private military company allows hiring of advanced militia. For more info, see http://www.ja-galaxy-forum.com/ubbthreads.php/topics/335279#Post335279
Does not break savegame compatibility. Requires GameDir revision >= r2130. git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@7457 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
+52
-1
@@ -3897,6 +3897,7 @@ STR16 pTransactionText[] =
|
||||
L"Militia upkeep", // HEADROCK HAM 3.6
|
||||
L"Ransom for released prisoners", // Flugente: prisoner system
|
||||
L"WHO data subscription", // Flugente: disease
|
||||
L"Payment to Kerberus", // Flugente: PMC
|
||||
};
|
||||
|
||||
STR16 pTransactionAlternateText[] =
|
||||
@@ -4341,6 +4342,7 @@ STR16 pBookMarkStrings[] =
|
||||
L"Campaign History",
|
||||
L"MeLoDY",
|
||||
L"WHO",
|
||||
L"Kerberus",
|
||||
};
|
||||
|
||||
STR16 pBookmarkTitle[] =
|
||||
@@ -4460,6 +4462,9 @@ STR16 pWebPagesTitles[] =
|
||||
L"WHO - About WHO",
|
||||
L"WHO - Disease in Arulco",
|
||||
L"WHO - Helpful Tips",
|
||||
L"Kerberus - About Us",
|
||||
L"Kerberus - Hire a Team",
|
||||
L"Kerberus - Individual Contracts",
|
||||
L"Bobby Ray's - Recent Shipments",
|
||||
L"Encyclopedia",
|
||||
L"Encyclopedia - Data",
|
||||
@@ -6252,6 +6257,7 @@ STR16 gzLaptopHelpText[] =
|
||||
L"Campaign History",
|
||||
L"Mercenaries Love or Dislike You",
|
||||
L"World Health Organization",
|
||||
L"Kerberus - Excellence In Security",
|
||||
};
|
||||
|
||||
|
||||
@@ -8656,7 +8662,9 @@ STR16 szMercCompareWebSite[] =
|
||||
L"I'll be the first to admit our crew was a rather illustrious assortion of characters, and we ran into some scuffles. But we learned to respect each other, and now complement each other perfectly.",
|
||||
L"-Michael C., NASA-",
|
||||
L"I fully recommend this site!",
|
||||
L"-Kasper H., H&C logistic incorporated-",
|
||||
L"-Kasper H., H&C logistic Inc-",
|
||||
L"Our training process has to be very quick, so we need to know whom we're dealing with. MeLoDY were the logical choice for this.",
|
||||
L"-Stan Duke, Kerberus Inc-",
|
||||
|
||||
// analyze
|
||||
L"Choose your employee",
|
||||
@@ -8745,6 +8753,49 @@ STR16 szWHOWebSite[] =
|
||||
L"If a blade weapon hits an infected person, the blade becomes infected, and can be used to spread the infection further.",
|
||||
};
|
||||
|
||||
STR16 szPMCWebSite[] =
|
||||
{
|
||||
// main page
|
||||
L"Kerberus",
|
||||
L"Experience In Security",
|
||||
|
||||
// links to other pages
|
||||
L"What is Kerberus?",
|
||||
L"Team Contracts",
|
||||
L"Individual Contracts",
|
||||
|
||||
// text on the main page
|
||||
L"Kerberus is a well known international private military contractor. Founded in 1983, we provide security and armed forces training around the world.",
|
||||
L"Our extensively trained personnel provides security for over 30 governments areound the world. This includes several conflict zones.",
|
||||
L"We have several training centres around the globe, including in Indonesia, Colombia, Katar, South Africa and Romania. As a result, we can usually fulfil your contract requirements within 24 hours.",
|
||||
L"Under 'Individual Contracts', we offer individual contracts with experienced veterans in the field of security.",
|
||||
L"You can also hire an entire security team. In the 'Team Contracts' page, you can select how many of our personnel you want to hire, and where you require their services. Due to regrettable incidents in the past, we have to insist that the landing zone be under your control prior to debarkation.",
|
||||
L"Our team can deploy by air, in which case, of course, an airport is required. Depending on the country our services are required in, insetion via harbours or border posts is also possible.",
|
||||
L"An advance payment is required. After that, the daily fee for our personnel will be deducted from your account.",
|
||||
|
||||
// militia contract page
|
||||
L"You can select the type and number of personnel you want to hire here:",
|
||||
L"Initial deployment",
|
||||
L"Regular personnel",
|
||||
L"Veteran personnel",
|
||||
|
||||
L"%d available, %d$ each",
|
||||
L"Hire: %d",
|
||||
L"Cost: %d$",
|
||||
|
||||
L"Select the initial operational area:",
|
||||
L"Total Cost: %d$",
|
||||
L"ETA: %02d:%02d",
|
||||
L"Close Contract",
|
||||
|
||||
L"Thank you! Our personnel will be on site on %02d:%02d tomorrow.",
|
||||
L"Kerberus reinforcements have arrived in %s.",
|
||||
L"Next deployment: %d regulars and %d veterans at %s on %02d:%02d, day %d.",
|
||||
L"You do not control any location through which we could insert troops!",
|
||||
|
||||
// individual contract page
|
||||
};
|
||||
|
||||
STR16 szTacticalInventoryDialogString[]=
|
||||
{
|
||||
L"Inventory Manipulations",
|
||||
|
||||
Reference in New Issue
Block a user