mirror of
https://github.com/1dot13/source.git
synced 2026-08-05 14:00:23 +02:00
Little Alien
- Moved new game settings from ja2.ini to Ja2_Options.ini - Moved all settings from NewGameSettings.cpp to GameSettings.cpp - New feature: Militia movement on strategic map v1.3 - New feature: Automatic reload Press Shift+R in tactical to reload all weapons of your team with magazines from sector inventory git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@60 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
+15
-6
@@ -3270,7 +3270,11 @@ STR16 zOptionsScreenHelpText[] =
|
||||
L"ANgeschaltet, werden Drahtgitter für verborgene Wände gezeigt (|W).",
|
||||
|
||||
L"ANgeschaltet, wird der Bewegungs-Cursor in 3D angezeigt. ( |Home )",
|
||||
|
||||
|
||||
// Options for 1.13
|
||||
L"Die Trefferchance wird beim Cursor angezeigt",
|
||||
L"GL Burst, was auch immer das bedeutet :(",
|
||||
L"Gegner lassen bei ihrem Ableben alle Gegenstände zurück.",
|
||||
};
|
||||
|
||||
STR16 gzGIOScreenText[] =
|
||||
@@ -3294,11 +3298,11 @@ STR16 gzGIOScreenText[] =
|
||||
L"Ohne Zeitlimit",
|
||||
L"Mit Zeitlimit",
|
||||
L"Option nicht verfügbar",
|
||||
L"Bobby Ray's Selection",
|
||||
L"Good",
|
||||
L"Great",
|
||||
L"Excellent",
|
||||
L"Awesome",
|
||||
L"Bobby Ray's Auswahl",
|
||||
L"Normal",
|
||||
L"Groß",
|
||||
L"Ausgezeichnet",
|
||||
L"Fantastisch",
|
||||
};
|
||||
|
||||
STR16 pDeliveryLocationStrings[] =
|
||||
@@ -3828,4 +3832,9 @@ STR16 gzLateLocalizedString[] =
|
||||
|
||||
};
|
||||
|
||||
STR16 gzCWStrings[] =
|
||||
{
|
||||
L"Verstärkung von anliegenden Sektoren anfordern?",
|
||||
};
|
||||
|
||||
#endif //GERMAN
|
||||
|
||||
Reference in New Issue
Block a user