ProfX66 / LCEnhancedSpectator

Lethal Company mod to enhance the experience of spectators.
0 stars 0 forks source link

Enhanced Spectator

Enhances the spectating experience for Lethal Company.

Features

Planned Features

Compatibility

The following are mods either tested to be compatible or not

Incompatible

Fully Compatible (Tested by me or the community)

Mostly Compatible (Everything is functional just has quirks)

Configuration

Everything is configurable via the config file or the LethalConfig menu (both the main menu and the pause menu).

NOTE: With v1.0.4+ LethalConfig is a soft dependency but to get the best experience it is still required by the Thunderstore package. It allows you to change any setting for EnhancedSpectator at any time, and it will update everything in real time. If do not want LethalConfig in your pack, you can safely remove it and this mod will still work just fine.

Spectator Clock ### Enabling or Disabling the spectator clock The ```Allowed``` setting lets you enable or disable the clock entirely ```cfg ## Allow clock while spectating. # Setting type: Boolean # Default value: true Allowed = true ``` ### Move the "(Specating: Player)" text down The ```Raised Clock Support``` setting lets you move the spectating text down so it doesn't interfere with the clock if you are using mods that move the clocks position higher (e.g. [LCBetterClock](https://thunderstore.io/c/lethal-company/p/BlueAmulet/LCBetterClock/)). ```cfg ## Moves the text showing who you are spectating down a bit to support mods that move the clock position higher (e.g. LCBetterClock). # Setting type: Boolean # Default value: false Raised Clock Support = false ``` ### How much to move the "(Specating: Player)" text down/up This is how much to offset the spectating text element down or up. The text element is actually moved so this retains support for any mod that adds text to it (e.g. [SpectateEnemies](https://thunderstore.io/c/lethal-company/p/AllToasters/SpectateEnemies/)) ```cfg ## How much to offset the spectating text by on the Y axis. # Setting type: Single # Default value: -25 # Range: -465 - 30 Offset = -25 ```
Spectator Flashlight ### Enabling or Disabling the spectator flashlight The ```Allowed``` setting lets you enable or disable the flashlight entirely. ```cfg ## Allow flashlight while spectating. # Setting type: Boolean # Default value: true Allowed = true ``` ### Change the spectator flashlight key binding (Requires game restart) The ```Keybind``` setting lets you customize which keybind the mod uses for the flashlight. ```cfg ## Input binding to toggle flashlight while spectating. # Setting type: String # Default value: /f Keybind = /f ```
Spectator Night Vision ### Enabling or Disabling spectator night vision The ```Allowed``` setting lets you enable or disable night vision entirely. ```cfg ## Allow night vision while spectating. # Setting type: Boolean # Default value: true Allowed = true ``` ### Set the intensity of night vision The ```Intensity``` setting lets you change how bright the night vision is. ```cfg ## This is how bright the night vision makes the environment when enabled. # Setting type: Single # Default value: 7500 # Range: 100 - 100000 (higher is brighter) Intensity = 7500 ``` ### Enable darkness intensity scaling The ```Modify Darkness``` setting enables the ```Darkness Modifier``` setting below. Its used to change the darkness intensity scaling. Use this if you are running mods like Diversity that have darker darkness values. ```cfg ## Some mods (Diversity) change the default darkness intensity value. This setting enables the below option. # Setting type: Boolean # Default value: false Modify Darkness = false ``` ### Modify the darkness intensity scale The ```Darkness Modifier``` setting lets you change the default darkness intensity scaling. ```cfg ## This option modifies the default darkness intensity value. # Setting type: Single # Default value: 1 # Range: 0.0 - 1.0 Darkness Modifier = 1 ``` ### Change the spectator night vision key binding (Requires game restart) The ```Keybind``` setting lets you customize which keybind the mod uses for the night vision. ```cfg ## Input binding to toggle night vision while spectating. # Setting type: String # Default value: /n Keybind = /n ```

Other Mods

ShipLootPlus PrideSuits PrideSuitsAnimated PrideCosmetics