An open API service indexing awesome lists of open source software.

https://github.com/mmaulwurff/precise-crosshair

GZDoom mod that provides a precise crosshair.
https://github.com/mmaulwurff/precise-crosshair

doom gzdoom m8f-toolbox mod zscript

Last synced: about 2 months ago
JSON representation

GZDoom mod that provides a precise crosshair.

Awesome Lists containing this project

README

          

# Precise Crosshair

An addon (minimod) for GZDoom that makes a crosshair point to where you
actually shoot* instead of the center of the screen.

*If your weapons shoots straight and not from an angle.

## How to use

Required GZDoom version: 4.1.3 or higher.

**1. HUD Options -> Crosshair must be OFF.**

**2. HUD Options -> Default crosshair must be not "None".**

## Features

* Shows where you shoot;
* Respects autoaim;
* Supports custom crosshairs;
* Respects GZDoom crosshair options*;
* Options to mirror crosshairs;
* Options to disable crosshair on slot 1 and when weapon is not ready;
* Option to show target health.

*Except "Enable Crosshair". This option will disable only the standard crosshair.

## Links

* [Git repository](https://github.com/mmaulwurff/precise-crosshair)
* [Forum post](https://forum.zdoom.org/viewtopic.php?f=43&t=64788#p1104858)

## Credits

* Color calculation and crosshair code is ripped from GZDoom;
* Screen Positioning is done via [LibEye](https://forum.zdoom.org/viewtopic.php?f=105&t=64566#p1102157) by KeksDose.

## Thanks to

* GZDoom development team and Graf Zahl personally for making and maintaining GZDoom;
* Frax Boomer for an idea;
* Someone64 for feature suggestions;
* Agitatio for bug reporting;
* ShockwaveS08 for feature suggestions;
* vapidscum for bug reporting;
* Tapwave for bug reporting.