You are viewing a potentially older version of this package. View all versions.
CTWOriginals-CrossHair-1.1.0 icon

CrossHair

Adds a CrossHair to the center of your screen (- + -) to indicate where you are aiming.

Date uploaded 2 months ago
Version 1.1.0
Download link CTWOriginals-CrossHair-1.1.0.zip
Downloads 48577
Dependency string CTWOriginals-CrossHair-1.1.0

This mod requires the following mods to function

BepInEx-BepInExPack-5.4.2100 icon
BepInEx-BepInExPack

BepInEx pack for Mono Unity games. Preconfigured and ready to use.

Preferred version: 5.4.2100
Hamunii-AutoHookGenPatcher-1.0.2 icon
Hamunii-AutoHookGenPatcher

MonoMod's HookGen as a Fully Automatic BepInEx Patcher.

Preferred version: 1.0.2

README

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.

Preview Image

Installation

Manual

  1. Download the latest version from the releases page.
  2. Extract the zip file.
  3. Move the BepInEx/plugins/com.ctnoriginals.cw.crosshair.dll file to BepInEx/plugins folder.
  4. Move the BepInEx/config/com.ctnoriginals.cw.crosshair.cfg file to BepInEx/config folder.
  5. 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