New ingame option "Show enemy movement" - show location of recently known enemy (seen/heard last turn).

Improved tooltip for formation movement: SHIFT + click to move in formation.

git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@9372 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
Sevenfm
2022-05-01 08:24:46 +00:00
parent 6d0c4ab4ce
commit 3d1f8b1951
11 changed files with 95 additions and 10 deletions
+3 -1
View File
@@ -6575,6 +6575,7 @@ STR16 zOptionsToggleText[] =
L"Show LBE Content",
L"Invert Mouse Wheel",
L"Formation Movement", // when multiple mercs are selected, they will try to keep their relative distances
L"Show enemy location", // show locator on last known enemy location
L"--Cheat Mode Options--", // TOPTION_CHEAT_MODE_OPTIONS_HEADER,
L"Force Bobby Ray Shipments", // force all pending Bobby Ray shipments
L"-----------------", // TOPTION_CHEAT_MODE_OPTIONS_END
@@ -6692,7 +6693,8 @@ STR16 zOptionsScreenHelpText[] =
L"When ON, approximate locations of the last enemies in the sector will be highlighted.",
L"When ON, will show the contents of an LBE item; otherwise, regular NAS interface will be shown.",
L"When ON, inverts mouse wheel directions.",
L"When ON and multiple mercs are selected, they will try to keep their relative distances while moving. (|C|t|r|l+|A|l|t+|G)",
L"When ON and multiple mercs are selected, they will try to keep their relative distances while moving.\n(press |C|t|r|l+|A|l|t+|G to toggle mode or |S|h|i|f|t + click to move in formation)",
L"When ON, shows last known enemy location.",
L"(text not rendered)TOPTION_CHEAT_MODE_OPTIONS_HEADER",
L"Force all pending Bobby Ray shipments",
L"(text not rendered)TOPTION_CHEAT_MODE_OPTIONS_END",