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 | 10 months ago |
Version | 1.0.5 |
Download link | CTNOriginals-CrossHair-1.0.5.zip |
Downloads | 186903 |
Dependency string | CTNOriginals-CrossHair-1.0.5 |
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.2100README
CrossHair
Adds a CrossHair to the center of your screen to indicate where you are aiming.
Installation
Manual
- Download the latest version from the releases page.
- Extract the zip file.
- Move the
BepInEx/plugins/CrossHair.dll
file toBepInEx/plugins
folder. - 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)
- Removed April Company as dependency.
v1.1.1
- Issue
- On the Lethal Company Modding discord server, a server member ("haxe11") reported an issue on the repo of OpenMonitors that mentioned an incompatibility with this mod.
- 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 byCrossHairColor
- (
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
- Added CHANGELOG.md as a seperate file
- Added the LICENSE file to the distributable folder
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