mirror of
https://github.com/1dot13/source.git
synced 2026-07-29 13:52:17 +02:00
- New feature: sector fortification allows to construct structures in sectors in a much easier way than by using amerc to build 'by hand'. Fortification nodes are in a subfolder in Profiles and can easily be altered and exchanged, even in an ongoing game.
Fully savegame compatible. GameDir >= r2296 is recommended, but not required. - Cleaned up cover display functions. git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@8094 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
+20
-4
@@ -2456,6 +2456,7 @@ STR16 pAssignmentStrings[] =
|
||||
L"Dottore", // administering medical aid
|
||||
L"Paziente", // getting medical aid
|
||||
L"Riparare", // repairing
|
||||
L"Fortify", // build structures according to external layout // TODO.Translate
|
||||
};
|
||||
|
||||
|
||||
@@ -2557,6 +2558,7 @@ STR16 pPersonnelAssignmentStrings[] =
|
||||
L"Dottore",
|
||||
L"Paziente",
|
||||
L"Riparare",
|
||||
L"Fortify sector", // build structures according to external layout // TODO.Translate
|
||||
};
|
||||
|
||||
|
||||
@@ -2617,6 +2619,7 @@ STR16 pLongAssignmentStrings[] =
|
||||
L"Dottore",
|
||||
L"Paziente",
|
||||
L"Ripara",
|
||||
L"Fortify sector", // build structures according to external layout // TODO.Translate
|
||||
};
|
||||
|
||||
|
||||
@@ -2737,6 +2740,7 @@ STR16 pAssignMenuStrings[] =
|
||||
L"Snitch", // TODO.Translate // anv: snitch actions
|
||||
L"Si esercita", // the merc is training
|
||||
L"Get Item", // get items // TODO.Translate
|
||||
L"Fortify", // fortify sector // TODO.Translate
|
||||
L"Facility", // the merc is using/staffing a facility // TODO.Translate
|
||||
L"Annulla", // cancel this menu
|
||||
};
|
||||
@@ -8924,6 +8928,7 @@ STR16 szBackgroundText_Value[]=
|
||||
L"Smoker",
|
||||
L"Nonsmoker",
|
||||
L" %s%d%% enemy CTH if crouched against thick cover in their direction\n",
|
||||
L" %s%d%% building speed\n",
|
||||
};
|
||||
|
||||
STR16 szBackgroundTitleText[] = // TODO.Translate
|
||||
@@ -9793,7 +9798,7 @@ STR16 szTacticalCoverDialogString[]=
|
||||
L"",
|
||||
|
||||
L"Roles", // TODO.Translate
|
||||
L"",
|
||||
L"Fortification", // TODO.Translate
|
||||
L"Tracker",
|
||||
L"",
|
||||
|
||||
@@ -9816,9 +9821,9 @@ STR16 szTacticalCoverDialogPrintString[]=
|
||||
L"Showing merc view",
|
||||
L"",
|
||||
|
||||
L"",
|
||||
L"",
|
||||
L"",
|
||||
L"Display enemy role symbols", // TODO.Translate
|
||||
L"Display planned fortifications",
|
||||
L"Display enemy tracks",
|
||||
L"",
|
||||
|
||||
L"Display trap network",
|
||||
@@ -10870,4 +10875,15 @@ STR16 szEnemyHeliText[] = // TODO.Translate
|
||||
L"SAM in %s fires at enemy helicopter in %s.",
|
||||
};
|
||||
|
||||
STR16 szFortificationText[] =
|
||||
{
|
||||
L"No valid structure selected, nothing added to build plan.",
|
||||
L"No gridno found to create items in %s - created items are lost.",
|
||||
L"Structures could not be built in %s - people are in the way.",
|
||||
L"Structures could not be built in %s - the following items are required:",
|
||||
|
||||
L"No fitting fortifications found for tileset %d: %s",
|
||||
L"Tileset %d: %s",
|
||||
};
|
||||
|
||||
#endif //ITALIAN
|
||||
|
||||
Reference in New Issue
Block a user