You are viewing a potentially older version of this package. View all versions.
Krayken-DynamicDeadline-1.1.0 icon

DynamicDeadline

Just a simple mod to have the deadline increase with the quota

Date uploaded 7 months ago
Version 1.1.0
Download link Krayken-DynamicDeadline-1.1.0.zip
Downloads 121348
Dependency string Krayken-DynamicDeadline-1.1.0

This mod requires the following mods to function

BepInEx-BepInExPack-5.4.2100 icon
BepInEx-BepInExPack

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

Preferred version: 5.4.2100

README

DynamicDeadline

Just a simple mod that increases the deadline along with the quota increase.

Installation

  1. Install BepInEx.
  2. Run your game once with BepInEx installed to generate the necessary folders and files.
  3. Move the BepInEx folder from the DynamicDeadline folder into your game directory, select replace files if prompted (This will only add the files to your folders, it's "replacing" the folder to the same exact folder.) Alternatively, just move the DynamicDeadlines.dll from the DynamicDeadline/BepInEx/plugins folder to your game directory's BepInEx/plugins folder.
  4. If you moved the DynamicDeadline.dll to your plugins folder, run the game once to generate the config file for the mod. If you moved the BepInEx folder, move on to step 5.
  5. Modify the Config Haha.DynamicDeadline.cfg within your game directory's BepInEx/config folder and change the setting DailyScrapValue to an amount of scrap you can achieve per day.
  6. You're done!

Special Notice

This is my first attempt at making a mod for the game Lethal Company. I plan for this to be a stepping stone on to more complicated and feature rich mods.

Special thanks to:

  • Discord user Mama Llama for answering the majority of my questions in regards to learning how to make mods for Lethal Company.
  • Discord user Sov for helping me fix the errors I encountered with such a simple mod and teaching me how to create the config option. I was able to learn a lot from them aswell.

Conflicts/Incompatability


This mod postfixes the TimeOfDay.SetNewProfitQuota() method. Any mod that also interacts or replaces this method could potentially clash and cause problems.

Patch Notes


Version 1.0.0:

  • Initial release

Version 1.1.0:

  • Made the mod recognize the host of the game, and utilize their config settings for the next feature.
  • Proper syncing! Now, when you get your new quota, players will be able to see the proper deadline immediately as opposed to waiting until they finish their next run.