You are viewing a potentially older version of this package. View all versions.
PixelIndieDev-SimpleFreeCam-1.0.0 icon

SimpleFreeCam

A simple mod that adds a freecam to Lethal Company

Date uploaded 3 months ago
Version 1.0.0
Download link PixelIndieDev-SimpleFreeCam-1.0.0.zip
Downloads 161
Dependency string PixelIndieDev-SimpleFreeCam-1.0.0

This mod requires the following mods to function

BepInEx-BepInExPack-5.4.2305 icon
BepInEx-BepInExPack

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

Preferred version: 5.4.2305
AinaVT-LethalConfig-1.4.6 icon
AinaVT-LethalConfig

Provides an in-game config menu for players to edit their configs, and an API for other mods to use and customize their entries.

Preferred version: 1.4.6
Rune580-LethalCompany_InputUtils-0.7.13 icon
Rune580-LethalCompany_InputUtils

API/Library for creating Unity InputActions with in-game re-binding support. Provides an alternative UI that allows for supporting mods to have in-game re-bindable keybinds.

Preferred version: 0.7.13

README

SimpleFreeCam

A simple mod that adds a freecam to Lethal Company. This mod is intended to be used for creating screenshots.

Installation

  1. Install BepInEx
  2. Install LethalConfig
  3. Install LethalCompany InputUtils
  4. Drop 'BepInEx' from the SimpleFreeCam.zip into your Lethal Company folder.

What it does

  • Lets you fly a freecam around the scene independently of your player character
  • Scroll wheel adjusts the freecam movement speed
  • Sprint key boosts camera speed while held
  • Locking the freecam returns movement control to your player while retaining the view of the freecam
  • Fully works with the Company Cruiser

Controls

Action Default Key
Toggle freecam C
Toggle movement V
Increase / decrease speed Scroll wheel

Configuration

All settings are available in the LethalConfig menu in-game.

Setting Default Key
Reset speed on freecam false
Default Freecam Speed 1.0

All players in the lobby are required to have the SimpleFreeCam mod installed. Clients without the mod will receive an generic "an error occurred" message and be sent back to the main menu.

Compatibility

This mod should work alongside most other mods.

CHANGELOG

v1.4.0

  • Fixed an issue that caused items to be held incorrectly in freecam
  • Fixed an issue that caused players to stand up from chairs while moving in freecam
  • Fixed an issue where the freecam would not be disabled when going back to the main menu
  • Fixed an issue where the freecam could be enabled while in the main menu

v1.3.0

  • Fixed an issue where this mod’s functions could be overridden by other mods

v1.2.2

  • Added the option to always hide the reset transform warning
  • Added the option to always hide the far away distance warning
  • Changed 'Reset freecam transform on freecam' to 'Reset freecam location and rotation on freecam' for clarity
  • Fixed broken gifs in the readme on the Thunderstore page

v1.2.1

  • A warning now displays in the UI when 'Reset freecam transform on freecam' is enabled

v1.2.0

  • Added UI to the freecam view
  • Added an option to automatically reset the freecam transform when activating freecam
  • Added an option to automatically reset the freecam transform when activating freecam while far away from the freecam
  • Fixed an issue where typing in the terminal could cause the freecam to activate
  • Fixed an issue where typing in the chat could cause the freecam to activate
  • Fixed an issue where the player could toggle crouch when in freecam and having player movement set to off
  • Fixed an issue where the player could jump when in freecam and having player movement set to off
  • Fixed an issue where the player could interact when in freecam and having player movement set to off
  • Fixed an issue where the player could use items when in freecam and having player movement set to off
  • Fixed an issue where the player could switch items when in freecam and having player movement set to off
  • Fixed an issue where the player could emote when in freecam and having player movement set to off
  • Fixed an issue where the player could inspect when in freecam and having player movement set to off
  • Fixed an issue where the player could scan when in freecam and having player movement set to off
  • Fixed an issue where the player could boost in a vehicle when in freecam and having player movement set to off
  • Fixed an issue where the freecam would glitch when using the terminal while in freecam
  • Fixed an issue where the freecam would spawn at an inconsistent height behind the player
  • Fixed an issue where the freecam would not detect the player as in a vehicle when in a passenger seat
  • Fixed an issue where the interact UI would shown up when in freecam
  • Fixed an issue where the scanned items UI would shown up when in freecam
  • Fixed an issue where the freecam sometimes would remain stuck in place when using freecam while in a vehicle
  • Fixed an issue where the freecam speed would be different when using freecam while in a vehicle
  • Fixed an issue where the freecam speed/fov scrolling would increment 4 times as much as intended

v1.1.1

  • Fixed readme formatting

v1.1.0

  • Added an option to adjust the freecam field of view (FOV)
  • Added a keybind to teleport the freecam to the player
  • Added a keybind to reset the freecam FOV
  • The Freecam now spawns behind the player on first use
  • The Freecam look input is no longer smoothed, making camera look movement match the normal player camera
  • Fixed an issue where some items were not visible while in freecam
  • Fixed an issue where the freecam pitch would sync with the player character's pitch when toggling the freecam

v1.0.0

  • Initial release