Gfycat of the cursor in action
An AHK script that adds an overlay cursor for the game Helldivers.
There is a "Crosshair Always Visible" setting, but all it adds is a blurry grey blob that is still very difficult to see.
- https://steamcommunity.com/app/394510/discussions/0/1734343065615613678/
- https://steamcommunity.com/app/394510/discussions/0/412446292765891245/
With this AHK script, it will render the crosshair.png
image file on your cursor when the Helldivers window is active, allowing you to aim better.
- If you do not have AHK installed,
- You can choose to trust me and download the compiled binaries in Releases.
- Or you can install AHK today!
- If you have AHK installed,
- Download the code base as a ZIP file.
- Unzip the archive to where you want it to be.
- Edit the
crosshair.png
as you see fit.- Protip, the white color (
#fff
) will be rendered as transparent! - Please keep the image size as 64 pixels square.
- Protip, the white color (
- Double click on
helldivers_cursor.ahk
(orhelldivers_cursor.exe
, if you download the compiled binaries). - Enjoy!
- The cursor overlay updates itself every 10 milliseconds. It might appear laggy at times, but thats the best AHK could do.
- If something else is putting a heavy load on the CPU, the cursor might be even more laggy.
- The cursor hides itself when you
Alt+Tab
to another window. It will only show itself on Helldivers window.