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:
@@ -3310,7 +3310,9 @@ STR16 zOptionsText[] =
|
||||
//button Text
|
||||
L"Spiel sichern",
|
||||
L"Spiel laden",
|
||||
L"Spiel beenden",
|
||||
L"Spiel beenden",
|
||||
L"Nächste",
|
||||
L"Vorherige",
|
||||
L"Fertig",
|
||||
//Text above the slider bars
|
||||
L"Effekte",
|
||||
@@ -3494,7 +3496,8 @@ STR16 zOptionsToggleText[] =
|
||||
L"Automatisch speichern",
|
||||
L"Stummer Skyrider",
|
||||
L"Niedrige CPU Belastung",
|
||||
L"Enhanced Description Box",
|
||||
L"Erweiterte Gegenstandsinfo (EDB)",
|
||||
L"Erzwungender Runden-Modus",
|
||||
};
|
||||
|
||||
//This is the help text associated with the above toggles.
|
||||
@@ -3525,7 +3528,7 @@ STR16 zOptionsScreenHelpText[] =
|
||||
L"Mit dieser Option funktioniert die Auswahl der Söldner so wie in früheren JAGGED ALLIANCE-Spielen (also genau andersherum als jetzt).",
|
||||
|
||||
//Show movement path
|
||||
L"Diese Funktion ANschalten, um die geplanten Wege der Söldner in Echtzeit anzuzeigen\n(oder abgeschaltet lassen und bei gewünschter Anzeige die SHIFT-Taste drücken).",
|
||||
L"Diese Funktion ANschalten, um die geplanten Wege der Söldner in Echtzeit anzuzeigen\n(oder abgeschaltet lassen und bei gewünschter Anzeige die |S|H|I|F|T-Taste drücken).",
|
||||
|
||||
//show misses
|
||||
L"Mit dieser Option zeigt Ihnen das Spiel, wo Ihre Kugeln hinfliegen, wenn Sie \"nicht treffen\".",
|
||||
@@ -3576,6 +3579,7 @@ STR16 zOptionsScreenHelpText[] =
|
||||
L"Wenn diese Funktion aktiviert ist, wird Skyrider nichts mehr sprechen.",
|
||||
L"Wenn diese Funktion aktiviert ist, wird das Spiel mit viel geringerer CPU Belastung laufen.",
|
||||
L"Wenn diese Funktion aktiviert ist, werden erweiterte Beschreibungen zu den Waffen und Gegenständen angezeigt.",
|
||||
L"Wenn diese Funktion aktiviert ist und noch Gegner im Sektor sind, bleibt das Spiel im Runden-Mods bis alle Feinde tot sind (|C|T|R|L+|S|H|I|F|T+|A|L|T+|T).",
|
||||
};
|
||||
|
||||
STR16 gzGIOScreenText[] =
|
||||
|
||||
Reference in New Issue
Block a user