mirror of
https://github.com/1dot13/source.git
synced 2026-09-02 14:36:06 +02:00
Default to not displaying the fake light around mercs (#86)
* Remove option to disable 'Mercs Lights during Movement" This might've cost someone some frames in 1999, but today even a 10 year old smartphone can probably run with this turned on at 1080p without dropping a sweat This does not remove the menu option which I plan to replace with 'Highlight Mercs' which was hidden for some reason. 'Merc Lights during Movement' is a noop now tho * Replace 'Merc Lights during movement' with 'Highlight Mercs' as title * Make 'Merc Highlights' default to false "Wtf why am I glowing?" well your problems are over
This commit is contained in:
@@ -6532,7 +6532,7 @@ STR16 zOptionsToggleText[] =
|
||||
L"实时确认", //"Real Time Confirmation",
|
||||
L"显示睡觉/醒来时的提示", //"Display sleep/wake notifications",
|
||||
L"使用公制系统", //"Use Metric System",
|
||||
L"佣兵移动时高亮显示", //"Merc Lights during Movement",
|
||||
L"佣兵假光", //"Highlight Mercs",
|
||||
L"锁定佣兵", //"Snap Cursor to Mercs",
|
||||
L"锁定门", //"Snap Cursor to Doors",
|
||||
L"物品闪亮", //"Make Items Glow",
|
||||
@@ -6634,8 +6634,8 @@ STR16 zOptionsScreenHelpText[] =
|
||||
//Use the metric system
|
||||
L"打开时,使用公制系统,否则使用英制系统。",
|
||||
|
||||
//Merc Lighted movement
|
||||
L"打开时,佣兵移动时会照亮地表,切换虚拟佣兵光照。(|G)\n(关闭这个选项会使游戏的显示速度变快)",
|
||||
//Highlight Mercs
|
||||
L"打开时,切换虚拟佣兵照明。(|G)",
|
||||
|
||||
//Smart cursor
|
||||
L"打开时,光标移动到佣兵身上时会高亮显示佣兵。",
|
||||
|
||||
@@ -6534,7 +6534,7 @@ STR16 zOptionsToggleText[] =
|
||||
L"Bevestiging Real-Time",
|
||||
L"Slaap/wakker-berichten",
|
||||
L"Metrieke Stelsel",
|
||||
L"Huurling Oplichten",
|
||||
L"Licht Huurlingen Op",
|
||||
L"Auto-Cursor naar Huurling",
|
||||
L"Auto-Cursor naar Deuren",
|
||||
L"Items Oplichten",
|
||||
@@ -6636,8 +6636,8 @@ STR16 zOptionsScreenHelpText[] =
|
||||
//Use the metric system
|
||||
L"Wanneer INGESCHAKELD wordt het metrieke stelsel gebruikt, anders het Imperiale stelsel.",
|
||||
|
||||
//Merc Lighted movement
|
||||
L"Wanneer INGESCHAKELD, de huurling verlicht de grond tijdens het lopen. Schakel UIT voor sneller spelen.\nToggle artificial merc light. (|G)", // TODO.Translate
|
||||
//Highlight Mercs
|
||||
L"Wanneer INGESCHAKELD, wordt de huurling gemarkeerd (niet zichtbaar voor vijanden).\nSchakel in het spel met (|G)",
|
||||
|
||||
//Smart cursor
|
||||
L"Wanneer INGESCHAKELD zullen huurlingen dichtbij de cursor automatisch oplichten.",
|
||||
|
||||
@@ -6532,7 +6532,7 @@ STR16 zOptionsToggleText[] =
|
||||
L"Real Time Confirmation",
|
||||
L"Sleep/Wake Notifications",
|
||||
L"Use Metric System",
|
||||
L"Merc Lights during Movement",
|
||||
L"Highlight Mercs",
|
||||
L"Snap Cursor to Mercs",
|
||||
L"Snap Cursor to Doors",
|
||||
L"Make Items Glow",
|
||||
@@ -6634,8 +6634,8 @@ STR16 zOptionsScreenHelpText[] =
|
||||
//Use the metric system
|
||||
L"When ON, uses the metric system for measurements; otherwise it uses the Imperial system.",
|
||||
|
||||
//Merc Lighted movement
|
||||
L"When ON, the merc will light the ground while walking. Turn OFF for faster frame rate.\nToggle artificial merc light. (|G)",
|
||||
//Highlight Mercs
|
||||
L"When ON, highlights the mercenary (Not visible to enemies).\nToggle in-game with (|G)",
|
||||
|
||||
//Smart cursor
|
||||
L"When ON, moving the cursor near your mercs will automatically highlight them.",
|
||||
|
||||
@@ -6539,7 +6539,7 @@ STR16 zOptionsToggleText[] =
|
||||
L"Confirmation temps réel",
|
||||
L"Notifications sommeil/réveil",
|
||||
L"Système métrique",
|
||||
L"Mouvemts mercenaires éclairés",
|
||||
L"Mettez en surbrillance les mercenaires",
|
||||
L"Figer curseur sur mercenaires",
|
||||
L"Figer curseur sur les portes",
|
||||
L"Objets en surbrillance",
|
||||
@@ -6641,8 +6641,8 @@ STR16 zOptionsScreenHelpText[] =
|
||||
//Use the metric system
|
||||
L"Activez cette option pour que le jeu utilise le système métrique.",
|
||||
|
||||
//Merc Lighted movement
|
||||
L"Activez cette option pour éclairer les environs des mercenaires.Désactivez-la, si votre machine n'est pas suffisamment puissante.\nBasculera éclairage du mercenaire. (|G)",
|
||||
//Highlight Mercs
|
||||
L"Lorsqu'il est activé, le mercenaire est mis en surbrillance (invisible pour les ennemis).\nBasculer dans le jeu avec (|G)",
|
||||
|
||||
//Smart cursor
|
||||
L"Activez cette option pour que le curseur se positionne directement sur un mercenaire quand il est à proximité.",
|
||||
|
||||
@@ -6405,7 +6405,7 @@ STR16 zOptionsToggleText[] =
|
||||
L"Bestätigung bei Echtzeit",
|
||||
L"Schlaf-/Wachmeldung anzeigen",
|
||||
L"Metrisches System benutzen",
|
||||
L"Boden beleuchten",
|
||||
L"Markieren Sie Söldner",
|
||||
L"Cursor autom. auf Söldner",
|
||||
L"Cursor autom. auf Türen",
|
||||
L"Gegenstände leuchten",
|
||||
@@ -6507,8 +6507,8 @@ STR16 zOptionsScreenHelpText[] =
|
||||
//Use the metric system
|
||||
L"Mit dieser Option wird im Spiel das metrische anstelle des imperialen Maßsystems verwendet (z.B. Meter und Kilogramm).",
|
||||
|
||||
//Merc Lighted movement
|
||||
L"Diese Funktion beleuchtet für den Spieler die Umgebung des Söldners - auch beim Bewegen. AUSgeschaltet erhöht sich die Bildwiederholrate.\nToggle artificial merc light. (|G)", // TODO.Translate
|
||||
//Highlight Mercs
|
||||
L"Wenn AN, wird der Söldner hervorgehoben (für Feinde nicht sichtbar).\nIm Spiel umschalten mit (|G)",
|
||||
|
||||
//Smart cursor
|
||||
L"Wenn diese Funktion aktiviert ist, springt der Cursor immer automatisch auf Söldner in seiner direkten Nähe.",
|
||||
|
||||
@@ -6517,7 +6517,7 @@ STR16 zOptionsToggleText[] =
|
||||
L"Conferma in tempo reale",
|
||||
L"Visualizza gli avvertimenti sveglio/addormentato",
|
||||
L"Utilizza il sistema metrico",
|
||||
L"Tragitto illuminato durante gli spostamenti",
|
||||
L"Evidenzia Merc",
|
||||
L"Sposta il cursore sui mercenari",
|
||||
L"Sposta il cursore sulle porte",
|
||||
L"Evidenzia gli oggetti",
|
||||
@@ -6619,8 +6619,8 @@ STR16 zOptionsScreenHelpText[] =
|
||||
//Use the metric system
|
||||
L"Se attivata, utilizza il sistema metrico di misurazione; altrimenti ricorre al sistema britannico.",
|
||||
|
||||
//Merc Lighted movement
|
||||
L"Se attivata, il mercenario mostrerà il terreno su cui cammina. Disattivatela per un aggiornamento più veloce.\nToggle artificial merc light. (|G)", // TODO.Translate
|
||||
//Highlight Mercs
|
||||
L"Quando attivato, evidenzia il mercenario (non visibile ai nemici).\nAttiva/disattiva nel gioco con (|G)",
|
||||
|
||||
//Smart cursor
|
||||
L"Se attivata, muovendo il cursore vicino ai vostri mercenari li evidenzierà automaticamente.",
|
||||
|
||||
@@ -6535,7 +6535,7 @@ STR16 zOptionsToggleText[] =
|
||||
L"Potwierdzenia Real-Time",
|
||||
L"Najemnik śpi/budzi się",
|
||||
L"Używaj systemu metrycznego",
|
||||
L"Oświetlenie podczas ruchu",
|
||||
L"Wyróżnij najemników",
|
||||
L"Przyciągaj kursor do najemników",
|
||||
L"Przyciągaj kursor do drzwi",
|
||||
L"Pulsujące przedmioty",
|
||||
@@ -6638,8 +6638,8 @@ STR16 zOptionsScreenHelpText[] =
|
||||
//Use the metric system
|
||||
L"Jeśli WŁĄCZONE, gra będzie używała systemu metrycznego.",
|
||||
|
||||
//Merc Lighted movement
|
||||
L"Jeśli WŁĄCZONE, teren wokół najemnika będzie oświetlony podczas ruchu. Może spowolnić działanie gry.\nToggle artificial merc light. (|G)", // TODO.Translate
|
||||
//Highlight Mercs
|
||||
L"Gdy jest włączony, podświetla najemnika (niewidoczny dla wrogów).\nPrzełącz w grze za pomocą (|G)",
|
||||
|
||||
//Smart cursor
|
||||
L"Jeśli WŁĄCZONE, kursor będzie automatycznie ustawiał się na najemnikach gdy znajdzie się w ich pobliżu.",
|
||||
|
||||
@@ -6528,7 +6528,7 @@ STR16 zOptionsToggleText[] =
|
||||
L"Игра в реальном времени",
|
||||
L"Подтверждение сна/подъема",
|
||||
L"Метрическая система",
|
||||
L"Движущаяся подсветка бойца",
|
||||
L"Выделите наемников",
|
||||
L"Курсор на бойцов",
|
||||
L"Курсор на дверь",
|
||||
L"Мерцание вещей",
|
||||
@@ -6630,8 +6630,8 @@ STR16 zOptionsScreenHelpText[] =
|
||||
//Use the metric system
|
||||
L"Если включено, то используется метрическая система мер,\nиначе будет британская.",
|
||||
|
||||
//Merc Lighted movement
|
||||
L"При ходьбе карта подсвечивается вокруг бойца.\nОтключите эту настройку для повышения\nпроизводительности системы (|G).",
|
||||
//Highlight Mercs
|
||||
L"При включении выделяет наемника (не виден врагам).\nПереключиться в игре с помощью (|G)",
|
||||
|
||||
//Smart cursor
|
||||
L"Если включено, то перемещение курсора возле наёмника\nавтоматически выбирает его.",
|
||||
|
||||
Reference in New Issue
Block a user