mirror of
https://github.com/1dot13/source.git
synced 2026-08-05 14:00:23 +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"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.",
|
||||
|
||||
Reference in New Issue
Block a user