OpenXRay/xray-16

COP - feature to turn off auto targeting in binocular view

Open

#2,057 opened on Feb 25, 2026

View on GitHub
 (1 comment) (0 reactions) (0 assignees)C++ (519 forks)auto 404
EnhancementGameplayHelp wantedModmaker Experiencegood first issue

Repository metrics

Stars
 (3,524 stars)
PR merge metrics
 (PR metrics pending)

Description

Is your feature request related to a problem? Please describe. It would be very useful to add option to turn off auto targeting rectangles in game engine options.

Describe the solution you'd like All that has to be done is to change value to vis_frame_speed = 0 in w_binoc.ltx. The option could be added under main menu\options\game under draw crosshair option. It could be named auto targeting rectangle.

Describe alternatives you've considered Removing option completely from *.ltx breaks the engine but speed set from 4 to 0 works so far

Contributor guide