mirror of
https://github.com/1dot13/source.git
synced 2026-07-29 13:52:17 +02:00
Merged revision(s) 6965 from branches/ja2_source_official_2014:
- [CTRL] + [i] in tactical calls a dialogue for sector inventory manipulations (by Sevenfm) - [CTRL] + [c] in tactical calls a dialogue for cover/trap display modes (by Sevenfm) - changed min value for SCOPE_RANGE_MULTIPLIER from 0.5 to 0.1 (by Sevenfm) git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@6966 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
@@ -8431,4 +8431,79 @@ STR16 szCampaignHistoryWebpageString[]=
|
||||
L"Day",
|
||||
};
|
||||
|
||||
STR16 szTacticalInventoryDialogString[]=
|
||||
{
|
||||
L"Inventory Manipulations",
|
||||
|
||||
L"NVG",
|
||||
L"Reload All",
|
||||
L"",
|
||||
L"",
|
||||
|
||||
L"Sort",
|
||||
L"Merge",
|
||||
L"Separate",
|
||||
L"Organize",
|
||||
|
||||
L"Crates",
|
||||
L"Boxes",
|
||||
L"Drop B/P",
|
||||
L"Pickup B/P",
|
||||
|
||||
L"",
|
||||
L"",
|
||||
L"",
|
||||
L"",
|
||||
};
|
||||
|
||||
STR16 szTacticalCoverDialogString[]=
|
||||
{
|
||||
L"Cover Display Mode",
|
||||
|
||||
L"Off",
|
||||
L"Enemy",
|
||||
L"Merc",
|
||||
L"",
|
||||
|
||||
L"",
|
||||
L"",
|
||||
L"",
|
||||
L"",
|
||||
|
||||
L"Traps",
|
||||
L"Network",
|
||||
L"Detector",
|
||||
L"",
|
||||
|
||||
L"Net A",
|
||||
L"Net B",
|
||||
L"Net C",
|
||||
L"Net D",
|
||||
};
|
||||
|
||||
STR16 szTacticalCoverDialogPrintString[]=
|
||||
{
|
||||
|
||||
L"Turning off cover/traps display",
|
||||
L"Showing danger zones",
|
||||
L"Showing merc view",
|
||||
L"",
|
||||
|
||||
L"",
|
||||
L"",
|
||||
L"",
|
||||
L"",
|
||||
|
||||
L"Display trap network",
|
||||
L"Display trap network colouring",
|
||||
L"Display nearby traps",
|
||||
L"",
|
||||
|
||||
L"Display trap network A",
|
||||
L"Display trap network B",
|
||||
L"Display trap network C",
|
||||
L"Display trap network D",
|
||||
};
|
||||
|
||||
|
||||
#endif //ENGLISH
|
||||
|
||||
Reference in New Issue
Block a user