This package has been marked as deprecated, and it's suggested another
alternative is used.
LongerDays LC
A mod for Lethal Company which extends the length of each day.
Last updated | a year ago |
Total downloads | 5971 |
Total rating | 1 |
Categories | Mods Tools BepInEx |
Dependency string | RaspberryProgramming-LongerDays_LC-1.0.0 |
Dependants | 17 other packages depend on this package |
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
LongerDays_LC
A mod for Lethal Company which extends the length of each day. You can change the length for each day by updating the config file generated after the first initial run.
Development Setup
- Clone the repo LongerDays_LC
- You'll need to install Visual Studio and .Net Framework 4.7.2
- Next, you'll need to create a new folder called Dependencies in the root of the github project folder and copy the following files from your lethal company's folder. common\Lethal Company\Lethal Company_Data\Managed
- Assembly-CSharp-firstpass.dll
- Assembly-CSharp.dll
- Unity.Netcode.Runtime.dll
- Open the project solution in visual studio
- Add a new file to the project called GameDirectory.targets and fill it with a file like the following. Ensure that the GameDirectory is correct for your locally installed game directory.
<?xml version="1.0" encoding="utf-8"?>
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<!-- Note: Do not commit this file into version control (git). The whole point of having this file separate is so that you can -->
<!-- have your IDE do all this extra work *without* broadcasting the contents of your filesystem to the entire world. -->
<PropertyGroup>
<GameDirectory>C:\Program Files (x86)\Steam\steamapps\common\Lethal Company</GameDirectory>
<!-- Optionally, you can also define a more convenient release folder for all your zip files to get stored in. -->
<!-- <ReleaseZipDirectory>$(SolutionDir)\Releases</ReleaseZipDirectory> -->
</PropertyGroup>
</Project>
Installation
- Install BepInEx
- Unzip this mod into your
Lethal Company/BepInEx
folder
Or use the thunderstore mod manager to handle the installing for you.
After your first run you can modify the config from thunderstore mod manager or from in your lethalcompany steam folder. The vanilla modifier will be default.