A crosshair overlay executable for windows made in Java
This application will create an always-on-top overlay of a predefined image that centers in the middle of the screen. The user can cycle through different crosshair styles, adjust the size, and toggle the overlay on/off.
Explore the docs »
·
No Demo Available
·
Report Bug
·
F2: Toggle the settings overlay on/off
F3: Exit application
F8: Toggle the debug overlay (not currently operative)
X: Cycle through crosshair styles
C: Increase crosshair size (resets at size 10)
Users can create their own custom overlays by following the naming scheme of "crosshair" + number + ".png" e.g. "crosshair4.png"
These can be placed in the /overlay directory alongside,
or replacing the existing crosshair images.
There must always be a "crosshair1.png" as this is what the application will default to.
Program outputs a debug.log file in the applications install directory which logs all errors and actions to allow problem identification more easily.
Application must be run with Administrator privileges in order to allow global keyboard shortcuts and write changes to file. If the user does not wish to allow Administrator privileges they can edit the config.ini file located in the install directory to manually update the overlay style and size selected when application loads.