mirror of
https://github.com/1dot13/source.git
synced 2026-07-29 13:52:17 +02:00
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:
@@ -5189,6 +5189,7 @@ STR16 zOptionsToggleText[] =
|
||||
L"Force Bobby Ray shipments", // force all pending Bobby Ray shipments
|
||||
L"-----------------", // TOPTION_CHEAT_MODE_OPTIONS_END
|
||||
L"--DEBUG OPTIONS--", // 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"Reset ALL game options", // failsafe show/hide option to reset all options
|
||||
L"Do you really want to reset?", // a do once and reset self option (button like effect)
|
||||
@@ -5305,6 +5306,7 @@ STR16 zOptionsScreenHelpText[] =
|
||||
L"Force all pending Bobby Ray shipments",
|
||||
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"Click me to fix corrupt game settings", // failsafe show/hide option to reset all options
|
||||
L"Click me to fix corrupt game settings", // a do once and reset self option (button like effect)
|
||||
@@ -5725,6 +5727,8 @@ STR16 pMessageStrings[] =
|
||||
// Lock / release mouse in windowed mode (window boundary)
|
||||
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",
|
||||
L"Mercenaries stop walking in formations",
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user