Skip to content

LazySlavik/RTSS_Crosshair

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RTSS_Crosshair

Crosshair overlay for RivaTuner Statistics Server
A simple app that prints '+' symbol in RTSS overlay and lets you control position and size of the symbol.

Usage

To download press "releases" button up there.
All controls are shown on launch.
For some reason order of pressing RightShift combination matters.
If you set "Onscreen display zoom" setting in rivatuner above zero, center coordinates gonna move past screen borders. If you need that zoom setting, you have to manually move symbol from default position.
Adjusting position on every launch was annoying, so now you can save current settings in registry key (HKEY_CURRENT_USER\Software\RTSS_Crosshair).
Also, with v2 you can choose your own symbol to display on screen.

Building your own binary

v0.7

You need an "nmake" and "cl" installed and have their path be in PATH variable.
If you have Visual Studio installed you already got them, just launch "VS Command Prompt" via Tools->Command Prompt, then change directory to one where you downloaded the files and execute "nmake /f makefile".

v2

Get Visual Studio, open project, click "build".

Credits

Thank you, ShittyCodeMan for creating and sharing RTSS_Timer.
Thanks Microsoft for MSDN.
Thanks Guru3D for RTSS and SDK for it.