mirror of
https://github.com/1dot13/source.git
synced 2026-07-29 13:52:17 +02:00
Updates / Fixes by Arynn
- Fixed: Mercs randomly drop aimed weapons automatically under some weird circumstances - Fixed: Merc are now a little more "talkactive" - Update: New option screen with "Next" and "Prev" button. This allows "unlimited" of options in the option screen - New: New "Forced turn base mode" option in the option screen and also available via keyboard shortcut (CTRL+ALT+SHIFT+T) in tactical. This forces the game to go in turn based mode when there are enemies in the sector. INFO: There is a new STI Graphic (OPTIONSCREENADDONS2.sti) which is needed for the updated option screen. You can download the file from http://ja2.h758491.serverkompetenz.net/Wanne/NewOptionScreen/OPTIONSCREENADDONS2.sti Put this file in your Data\Interface folder. If I build a new release I will upload the file to SVN GameDir and then remove it from my private download folder. git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@2610 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
@@ -3490,6 +3490,8 @@ STR16 zOptionsText[] =
|
||||
L"Spel Bewaren",
|
||||
L"Spel Laden",
|
||||
L"Stop",
|
||||
L"Next",
|
||||
L"Prev",
|
||||
L"OK",
|
||||
|
||||
//Text above the slider bars
|
||||
@@ -3676,6 +3678,7 @@ STR16 zOptionsToggleText[] =
|
||||
L"Silent Skyrider",
|
||||
L"Low CPU Usage",
|
||||
L"Enhanced Description Box",
|
||||
L"Forced Turn Mode", // arynn : add forced turn mode
|
||||
};
|
||||
|
||||
//This is the help text associated with the above toggles.
|
||||
@@ -3706,7 +3709,7 @@ STR16 zOptionsScreenHelpText[] =
|
||||
L"Schakel deze optie IN als je karakters wil selecteren zoals in de vorige JAGGED ALLIANCE (methode is tegengesteld dus).",
|
||||
|
||||
//Show movement path
|
||||
L"Schakel deze optie IN om bewegingspaden te tonen in real-time (schakel het uit en gebruik dan de SHIFT-toets om paden te tonen).",
|
||||
L"Schakel deze optie IN om bewegingspaden te tonen in real-time (schakel het uit en gebruik dan de |S|H|I|F|T-toets om paden te tonen).",
|
||||
|
||||
//show misses
|
||||
L"Schakel IN om het spel de plaats van inslag van je kogels te tonen wanneer je \"mist\".",
|
||||
@@ -3757,6 +3760,7 @@ STR16 zOptionsScreenHelpText[] =
|
||||
L"When ON, Skyrider will not talk anymore.",
|
||||
L"When ON, game will run with much lower CPU usage.",
|
||||
L"When ON, enhanced descriptions will be shown for items and weapons.",
|
||||
L"When ON and enemy present, Turn Base mode persists untill sector is free (|C|T|R|L+|S|H|I|F|T+|A|L|T+|T).", // arynn : add forced turn mode
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user