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

CrossHair

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

Date uploaded 4 months ago
Version 1.0.5
Download link CTNOriginals-CrossHair-1.0.5.zip
Downloads 184088
Dependency string CTNOriginals-CrossHair-1.0.5

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

README

CrossHair

Adds a CrossHair to the center of your screen to indicate where you are aiming.

Image

Installation

Manual

  1. Download the latest version from the releases page.
  2. Extract the zip file.
  3. Move the BepInEx/plugins/CrossHair.dll file to BepInEx/plugins folder.
  4. Launch the game and never wonder where you are aiming again!

Thunderstore

Install using the Thunderstore Mod Manager: https://thunderstore.io/c/lethal-company/p/CTNOriginals/CrossHair/

Changelog

See CHANGELOG.md for the full changelog.

CHANGELOG

v1.1.2 (Latest)


v1.1.1

  • Issue
  • Fixes
    • The CrossHair object is no longer cloned from a reference object and is instead instansiated as a empty object, this is to prevent other mods renaming the reference object and breaking this mod because it cant find the reference object anymore.
  • APRIL FOOLS: Also added April Company as dependency.

v1.1.0

CrossHair Fading

  • Added CrossHair fading. Suggested by AlbinoGeek.
  • Fading fields:
    • isWalking
    • isSprinting
    • isJumping
    • isFallingFromJump
    • isFallingNoJump
    • isCrouching
    • isClimbingLadder
    • twoHanded
    • performingEmote
    • isUnderwater
    • inTerminalMenu
    • isPlayerDead
    • hasBegunSpectating
    • isHoldingInteract

Config

  • Added
    • CrossHairColor: The color of the CrossHair in hex format (Default: ffffff)
    • CrossHairOpacity: The opacity of the CrossHair (Default: 80)
    • CrossHairFading: Enables/Disables CrossHair fading (Default: true)
  • Removed
    • (CrossHairColor_RED & CrossHairColor_GREEN & CrossHairColor_BLUE & CrossHairColor_ALPHA): Replaced by CrossHairColor

v1.0.5

  • The CrossHair GameOject is now instansiated from the quota monitor text, mostly to change the font. Suggested by AlbinoGeek

v1.0.4


v1.0.3

  • Added CrossHairShadow<bool> config option, which enables/disables the CrossHair shadow. Suggested by HazardousMonkey (#1)
  • Reduced the distance of the shadow from the CrossHair

v1.0.2

  • Fixed CrossHair overflow wrapping once the size is set to > 60

v1.0.1

  • Added configuation options
    • CrossHairText: The text to display as the CrossHair
    • CrossHairSize: The size of the CrossHair
    • CrossHairColor_RED: The red value of the CrossHair color
    • CrossHairColor_GREEN: The green value of the CrossHair color
    • CrossHairColor_BLUE: The blue value of the CrossHair color
    • CrossHairColor_ALPHA: The alpha value of the CrossHair color

v1.0.0 (Released 10-12-2023)

  • Initial release