Customizable Crosshair Overlay
Adds a customizable crosshair to MSI Afterburner /
RivaTuner Statistics Server
RivaCross makes use of a feature in RivaTuner Statistics Server (RTSS)
that enables the addition of custom text to the RTSS on screen display (OSD).
It includes a simple text terminal user interface for crosshair customization.
This project is no longer maintained.
These examples show different crosshair designs made with RivaCross.
Levels of usability may vary.
The current binary package of RivaCross is available in the
Releases section
(Direct download)
For bug reports or feature suggestions please use the
Issues section.
If not done already initialize and update the PDCurses dependency:
git submodule update --init
Do a static build of the PDCurses library from a developer console:
external/pdcurses/wincon
nmake -f Makefile.vc WIDE=Y UTF8=Y
pdcurses.lib
to the lib
folder at the root of the repositoryBuild RivaCross from a developer console:
nmake
RivaCross.exe
config
folderconfig/HELPME.md
for formatting informationThe initial plan to create this tool has been elevated by the existing
RTSS_Crosshair project.
Parts of the codebase by
Slava (RecursiveLife)
have been used as a starting point for RivaCross.
Special thanks to
Guru3D
for RivaTuner Statistics Server
and the RTSS SDK.
MIT License
Copyright (c) 2020 Irseny
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the “Software”), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.