mirror of
https://github.com/1dot13/source.git
synced 2026-07-22 13:40:22 +02:00
Rain noise can be toggled ON/OFF in the Options Screen
Added Brightness Level string to the German Version, when pressing "F" in tactical screen git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@363 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
@@ -3392,6 +3392,16 @@ STR16 zOptionsToggleText[] =
|
||||
L"Mostra le fronde degli alberi",
|
||||
L"Mostra strutture",
|
||||
L"Mostra il cursore 3D",
|
||||
L"Show Chance to Hit on cursor",
|
||||
L"GL Burst uses Burst cursor",
|
||||
L"Enemies Drop all Items",
|
||||
L"High angle Grenade launching",
|
||||
L"Restrict extra Aim Levels",
|
||||
L"Space selects next Squad",
|
||||
L"Show Item Shadow",
|
||||
L"Show Weapon Ranges in Tiles",
|
||||
L"Tracer effect for single shot",
|
||||
L"Rain noises",
|
||||
};
|
||||
|
||||
//This is the help text associated with the above toggles.
|
||||
@@ -3456,6 +3466,18 @@ STR16 zOptionsScreenHelpText[] =
|
||||
|
||||
L"Se attivata, il cursore di movimento verrà mostrato in 3D (|Home).",
|
||||
|
||||
// Options for 1.13
|
||||
L"When ON, the chance to hit is shown on the cursor.",
|
||||
L"When ON, GL burst uses burst cursor.",
|
||||
L"When ON, dead enemies drop all items.",
|
||||
L"When ON, grenade launchers fire grenades at higher angles (|Q).",
|
||||
L"When ON, aim levels beyond 4 are restricted to rifles and sniper rifles.",
|
||||
L"When ON, |S|p|a|c|e selects next squad automatically.",
|
||||
L"When ON, item shadows will be shown.",
|
||||
L"When ON, weapon ranges will be shown in tiles.",
|
||||
L"When ON, tracer effect will be shown for single shots.",
|
||||
L"When ON, rain noises will be activated.",
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user