You are viewing a potentially older version of this package.
View all versions.
CrossHair
Adds a CrossHair to the center of your screen (- + -) to indicate where you are aiming.
Date uploaded | 7 months ago |
Version | 1.1.0 |
Download link | CTWOriginals-CrossHair-1.1.0.zip |
Downloads | 73573 |
Dependency string | CTWOriginals-CrossHair-1.1.0 |
This mod requires the following mods to function
BepInEx-BepInExPack
BepInEx pack for Mono Unity games. Preconfigured and ready to use.
Preferred version: 5.4.2100Hamunii-AutoHookGenPatcher
MonoMod's HookGen as a Fully Automatic BepInEx Patcher.
Preferred version: 1.0.2README
CrossHair
Adds a CrossHair to the center of your screen to indicate where you are aiming. For suggestions or issues, feel free to open an issue on the GitHub repository.
Installation
Manual
- Download the latest version from the releases page.
- Extract the zip file.
- Move the
BepInEx/plugins/com.ctnoriginals.cw.crosshair.dll
file toBepInEx/plugins
folder. - Move the
BepInEx/config/com.ctnoriginals.cw.crosshair.cfg
file toBepInEx/config
folder. - Launch the game and never wonder where you are aiming again!
Thunderstore
Install using the Thunderstore Mod Manager: https://thunderstore.io/c/content-warning/p/CTWOriginals/CrossHair/
Configuration
Option | Description | Default |
---|---|---|
CrossHairText | Text to display as crosshair (use \n for new line) | - + - |
CrossHairSize | Size of the crosshair | 25 |
CrossHairShadow | Whether to display a shadow behind the crosshair | true |
CrossHairColor | Color of the crosshair in hexadecimal (Do not include the #) | ffffff |
CrossHairOpacity | Opacity of the crosshair (0 to 100)% | 50 |
To-Do
- [x] Add crosshair fading on specific events (for example, when aiming the camera it needs to fade to 0%)
- [ ] Add more values
Changelog
See CHANGELOG.md for the full changelog.
CHANGELOG
v1.1.0 (Latest)
- Made the CrossHair fade away when aiming the camera to prevent it from being infront of the camera view.
v1.0.1
- Corrected the thunderstore link in the readme from the old team name to the new current one.
v1.0.0 (Released 05-04-2024)
- Initial release