New feature: When more than one merc is selected, they will keep their current formation. This behaviour can be toggled via [CTRL] + [Shift]+ [g].

git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@6413 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
Flugente
2013-09-17 19:16:20 +00:00
parent 3c3383540c
commit fd2202be01
14 changed files with 127 additions and 9 deletions
+4
View File
@@ -5188,6 +5188,7 @@ STR16 zOptionsToggleText[] =
L"Ускорить доставку Бобби Рэя", // force all pending Bobby Ray shipments
L"-----------------", // TOPTION_CHEAT_MODE_OPTIONS_END
L"--Настройки отладочной версии--", // an example options screen options header (pure text)
L"Walk in formations", // when multiple mercs are selected, they will try to keep their relative distances
L"Сообщать координаты промахов", //Report Miss Offsets // Screen messages showing amount and direction of shot deviation.
L"Сброс всех игровых настроек", // failsafe show/hide option to reset all options
L"В самом деле хотите этого?", // a do once and reset self option (button like effect)
@@ -5304,6 +5305,7 @@ STR16 zOptionsScreenHelpText[] =
L"Выберите этот пункт чтобы груз Бобби Рэя прибыл немедленно.",
L"(text not rendered)TOPTION_CHEAT_MODE_OPTIONS_END",
L"(text not rendered)TOPTION_DEBUG_MODE_OPTIONS_HEADER", // an example options screen options header (pure text)
L"When multiple mercs are selected, they will try to keep their relative distances",
L"|H|A|M |4 |D|e|b|u|g: When ON, will report the distance each bullet deviates from the\ncenter of the target, taking all NCTH factors into account.",
L"Если включить, \nповреждённые игровые настройки будут восстановлены.", // failsafe show/hide option to reset all options
L"Отметьте строку для подтверждения сброса игровых настроек.", // a do once and reset self option (button like effect)
@@ -5724,6 +5726,8 @@ STR16 pMessageStrings[] =
// Lock / release mouse in windowed mode (window boundary) // TODO.Translate
L"Locking mouse cursor to stay within window boundary.", // 104
L"Releasing mouse cursor to move outside window boundary.", // 105
L"Mercenaries walk in formations", // TODO.Translate
L"Mercenaries stop walking in formations",
};