A clientside BepInEx mod for Lethal Company to improve the behaviour of the 'Company Cruiser' and fix various bugs and issues with it's vanilla implementation.
For more details on the features, bugfixes and mod compatibility of this mod, check out the Thunderstore page or the Thunderstore readme.
Feel free to post any suggestions or issues to the issues or on the LC Modding discord server in the mod's thread.
The recommended way to install CruiserImproved is through the Thunderstore page using a mod manager like r2modman.
You can also manually install the mod. Install BepInEx first, then download the latest version of CruiserImproved from the Releases. Finally, copy the BepInEx folder in the mod download into your game directory.
Ensure you have installed .NET SDK 8.0 or higher.
You may optionally copy CruiserImproved.template.props.user to CruiserImproved.props.user and specify the path to your Lethal Company mod profile or game directory in it. If this file exists and a profile directory is specified, building the project will automatically install the mod to the profile.
In the repository directory, run the following commands:
dotnet tool restore
dotnet build -c Release
The built mod will be located in source/bin and installed to the profile optionally specified in CruiserImproved.props.user.