New feature: exploration assignment indicates items on the map

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


git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@8815 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
Flugente
2020-06-01 20:46:45 +00:00
parent b25a4be4e7
commit f0c8db784a
25 changed files with 514 additions and 58 deletions
+7
View File
@@ -2372,6 +2372,8 @@ CHAR16 Message[][STRING_LENGTH] =
L"Assignment not possible at the moment", // TODO.Translate
L"No militia that can be drilled present.",
L"%s has fully explored %s.", // TODO.Translate
};
// the country and its noun in the game // TODO.Translate
@@ -2485,6 +2487,7 @@ STR16 pAssignmentStrings[] =
L"DMilitia",
L"Burial",
L"Admin", // TODO.Translate
L"Explore", // TODO.Translate
};
@@ -2594,6 +2597,7 @@ STR16 pPersonnelAssignmentStrings[] =
L"Drill existing militia",
L"Bury corpses",
L"Administration", // TODO.Translate
L"Exploration", // TODO.Translate
};
@@ -2662,6 +2666,7 @@ STR16 pLongAssignmentStrings[] =
L"Drill existing militia",
L"Bury corpses",
L"Administration", // TODO.Translate
L"Exploration", // TODO.Translate
};
@@ -2786,6 +2791,7 @@ STR16 pAssignMenuStrings[] =
L"Fortify", // fortify sector // TODO.Translate
L"Intel", // covert assignments // TODO.Translate
L"Administer", // TODO.Translate
L"Explore", // TODO.Translate
L"Affectat.", // the merc is using/staffing a facility
L"Annuler", // cancel this menu
};
@@ -9107,6 +9113,7 @@ STR16 szBackgroundText_Value[]=
L" hacking skill: %s%d ", // TODO.Translate
L" %s%d%% burial speed\n", // TODO.Translate
L" %s%d%% administration effectiveness\n", // TODO.Translate
L" %s%d%% exploration effectiveness\n", // TODO.Translate
};
STR16 szBackgroundTitleText[] =