- New Feature: Added option to disable the automatic cursor swap (between exchanging positions and other actions eg. talking). (by tazpn)

o if enabled in the option screen, the cursor will not change periodically to the exchange position.
o if enabled, you can manually exchange positions by pressing 'x'
o see here: http://www.ja-galaxy-forum.com/board/ubbthreads.php?ubb=showflat&Number=290487#Post290487

git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@4643 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
Wanne
2011-09-09 06:50:17 +00:00
parent 9b566f502c
commit 1687c148f9
12 changed files with 44 additions and 9 deletions
+2
View File
@@ -4906,6 +4906,7 @@ STR16 zOptionsToggleText[] =
L"开启新的 CTH 系统", // use NCTH
L"显示脸部装备图",
L"显示脸部装备图标",
L"Disable Cursor Swap", // Disable Cursor Swap // TODO.Translate
L"--作弊模式选项--", // TOPTION_CHEAT_MODE_OPTIONS_HEADER,
L"强制 Bobby Ray 送货", // force all pending Bobby Ray shipments
L"-----------------", // TOPTION_CHEAT_MODE_OPTIONS_END
@@ -5010,6 +5011,7 @@ STR16 zOptionsScreenHelpText[] =
L"当启用时, 使用新命中率系统和光标。",
L"当启用时, 将会看到佣兵脸部装备图。",
L"当启用时, 将在佣兵肖像右下角显示脸部装备图标",
L"When ON, the cursor will not toggle between exchange position and other actions. Press |x to initiate quick exchange.", // TODO.Translate
L"(text not rendered)TOPTION_CHEAT_MODE_OPTIONS_HEADER",
L"强制 Bobby Ray 出货",
L"(text not rendered)TOPTION_CHEAT_MODE_OPTIONS_END",