|
2 | 2 | Allows you to spectate enemies in Lethal Company. |
3 | 3 |
|
4 | 4 | ## Usage |
5 | | -When dead, pressing your "Interact" key (default: E) will swap between spectating players and spectating enemies. When spectating either side, you can left click to move to the next player or enemy as normal. The mod will also remember your last spectated enemy, as long as they are still alive. |
| 5 | +When dead, pressing your "Swap" key (default: E) will swap between spectating players and spectating enemies. When spectating either side, you can left click to move to the next player or enemy as normal. The mod will also remember your last spectated enemy, as long as they are still alive. |
6 | 6 |
|
7 | | -Pressing RMB will toggle a flashlight on your spectator camera, allowing you to see better in darker areas. |
| 7 | +Pressing your "Flashlight" key (default: RMB) will toggle a flashlight on your spectator camera to see enemies and players better in the dark. |
8 | 8 |
|
9 | | -## Config Options |
10 | | -Located in `BepInEx/config/SpectateEnemy.cfg` |
11 | | - |
12 | | -- `Spectate Turrets` : Enables/disables spectating turrets. (Default: false) |
13 | | -- `Spectate Landmines`: Enables/disables spectating landmines. (Default: false) |
14 | | -- `Spectate Passives`: Enables/disables spectating passive enemies, such as Manticoils. (Default: false) |
| 9 | +Pressing the "Zoom Out/Zoom In" keys (default: Scroll Wheel) while spectating an enemy will zoom the camera in and out. This can help with bigger enemies that are hard to see at default zoom. |
15 | 10 |
|
16 | 11 | ## Installation |
17 | | - Requires the latest version of [BepInEx 5](https://github.com/BepInEx/BepInEx). After BepInEx has been installed, drag `SpectateEnemy.dll` into the `BepInEx/plugins` folder in the game's root directory. You will need to run the game once for the `SpectateEnemy.cfg` file to generate. |
| 12 | +Requires the latest version of [BepInEx 5](https://github.com/BepInEx/BepInEx) and [InputUtils](https://thunderstore.io/c/lethal-company/p/Rune580/LethalCompany_InputUtils/). After both have been installed, drag `SpectateEnemy.dll` into the `BepInEx/plugins` folder in the game's root directory. |
| 13 | + |
| 14 | +## Keybinds |
| 15 | +You can set your keybinds in the in-game keybind menu. The following SpectateEnemies keybinds correspond to these default controls: |
| 16 | + |
| 17 | +"Swap between Players/Enemies" : E |
| 18 | +"Open Config Menu" : Insert |
| 19 | +"Toggle Flashlight" : Right Button |
| 20 | +"Zoom Out" : Scroll Wheel Down |
| 21 | +"Zoom In" : Scroll Wheel Up |
| 22 | + |
| 23 | +## Config Menu |
| 24 | +Pressing your "Menu" key (default: Insert) will open the config menu. Clicking the box next to an enemy's name will enable/disable spectating that enemy. |
| 25 | + |
| 26 | +You can also find a config in BepInEx/configs/SpectateEnemy.cfg, although I wouldn't mess with this file unless you know what you're doing. |
| 27 | + |
| 28 | +If you would like to hide the controls tooltip on the right side of the screen, open the config file and change the `Hide Controls` option to `true`. |
0 commit comments