diff --git a/gamedir/Data-1.13/Ja2_Options.INI b/gamedir/Data-1.13/Ja2_Options.INI index 52e587227..b74e104c1 100644 --- a/gamedir/Data-1.13/Ja2_Options.INI +++ b/gamedir/Data-1.13/Ja2_Options.INI @@ -894,6 +894,14 @@ SHOW_HIT_INFO = FALSE ADDITIONAL_NCTH_CURSOR_INFO = 0 +;------------------------------------------------------------------------------------------------------------------------------ +; Visual improvements for NCTH cursor: +; 0 - default cursor +; 1 - improved cursor: show extended AP info, laser dot, scope mode icon, limit maximum displayed aperture size (100) +; 2 - compact cursor: aiming level as numbers, limit displayed autofire bullets (10), limit maximum displayed aperture size (50) +;------------------------------------------------------------------------------------------------------------------------------ +IMPROVED_NCTH_CURSOR = 0 + ;------------------------------------------------------------------------------------------------------------------------------ ; Show additional suppression information above soldier: ; light gray counter - suppression points from attack (they are calculated and shown after attack) diff --git a/gamedir/Data/Ja2_Options.INI b/gamedir/Data/Ja2_Options.INI index 38bc923e0..855a9e341 100644 --- a/gamedir/Data/Ja2_Options.INI +++ b/gamedir/Data/Ja2_Options.INI @@ -893,6 +893,14 @@ SHOW_HIT_INFO = FALSE ADDITIONAL_NCTH_CURSOR_INFO = 0 +;------------------------------------------------------------------------------------------------------------------------------ +; Visual improvements for NCTH cursor: +; 0 - default cursor +; 1 - improved cursor: show extended AP info, laser dot, scope mode icon, limit maximum displayed aperture size (100) +; 2 - compact cursor: aiming level as numbers, limit displayed autofire bullets (10), limit maximum displayed aperture size (50) +;------------------------------------------------------------------------------------------------------------------------------ +IMPROVED_NCTH_CURSOR = 0 + ;------------------------------------------------------------------------------------------------------------------------------ ; Show additional suppression information above soldier: ; light gray counter - suppression points from attack (they are calculated and shown after attack)