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.
- Host: GitHub
- URL: https://github.com/mmaulwurff/precise-crosshair
- Owner: mmaulwurff
- License: gpl-3.0
- Created: 2019-05-22T16:12:27.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-03-18T13:34:13.000Z (about 2 years ago)
- Last Synced: 2024-03-18T15:03:40.535Z (about 2 years ago)
- Topics: doom, gzdoom, m8f-toolbox, mod, zscript
- Language: Shell
- Homepage: https://forum.zdoom.org/viewtopic.php?f=43&t=64788#p1104858
- Size: 55.7 KB
- Stars: 8
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: Readme.md
- License: copying.txt
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.