mirror of
https://github.com/1dot13/source.git
synced 2026-08-05 14:00:23 +02:00
New feature: quest & intel map overlay
For more info, see http://thepit.ja-galaxy-forum.com/index.php?t=msg&th=23742&goto=353499&#msg_353499 Requires GameDir >= r2424 git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@8560 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
+23
-2
@@ -4294,6 +4294,8 @@ STR16 pwMiscSectorStrings[] =
|
||||
L"是",
|
||||
L"否",
|
||||
L"状态/软件状态:", //L"Status/Software status:",
|
||||
|
||||
L"Additional Intel", // TODO:Translate
|
||||
};
|
||||
|
||||
// error strings for inventory
|
||||
@@ -4363,8 +4365,9 @@ STR16 pMapScreenBorderButtonHelpText[] =
|
||||
L"显示领空 (|A)",
|
||||
L"显示物品 (|I)",
|
||||
L"显示民兵和敌人 (|Z)",
|
||||
L"显示疾病消息", //L"Show Disease Data",
|
||||
L"显示天气", // L"Show Weather",
|
||||
L"Show |Disease Data", // TODO.Translate
|
||||
L"Show Weathe|r",
|
||||
L"Show |Quests & Intel",
|
||||
};
|
||||
|
||||
STR16 pMapScreenInvenButtonHelpText[] =
|
||||
@@ -6249,6 +6252,9 @@ STR16 zMarksMapScreenText[] =
|
||||
|
||||
// Flugente: weather texts describing what a map view does
|
||||
L"这个视图显示了目前的天气。没有颜色=晴天。青色为雨天。蓝色为雷暴。橙色为沙尘暴。白色为下雪",//L"This view shows current weather. No colour=Sunny. CYAN=Rain. BLUE=Thunderstorm. ORANGE=Sandstorm. WHITE=Snow.",
|
||||
|
||||
// Flugente: describe what intel map view does
|
||||
L"This view shows which sectors relevant what ongoing quests. Some data bought with intel is also shown here.", // TODO.Translate
|
||||
};
|
||||
|
||||
|
||||
@@ -11374,6 +11380,21 @@ STR16 szIntelText[] =
|
||||
L"No more enemies present, %s is no longer in hiding!",
|
||||
L"%s has been discovered and goes into hiding for %d hours.",
|
||||
L"%s has been discovered, going to sector!",
|
||||
L"Enemy general present\n",
|
||||
|
||||
L"Terrorist present\n",
|
||||
L"%s on %02d:%02d\n",
|
||||
L"No data found",
|
||||
L"Data no longer eligible.",
|
||||
|
||||
L"Whereabouts of a high-ranking officer of the royal army.",
|
||||
L"Flight plans of an airforce helicopter.",
|
||||
L"Coordinates of a recently imprisoned member of your force.",
|
||||
L"Location of a high-value fugitive.",
|
||||
|
||||
L"Information on possible bloodcat attacks against settlements.",
|
||||
L"Time and place of possible zombie attacks against settlements.",
|
||||
L"Information on planned bandit raids.",
|
||||
};
|
||||
|
||||
STR16 szChatTextSpy[] =
|
||||
|
||||
Reference in New Issue
Block a user