
ExtraDaysToDeadline
Allows the player to purchase an extra day via the terminal. This mod's uniqueness is that It tries to add functionality that will give you the option to extend the deadline but with some price on it.Extra Days
Allows the player to purchase an extra day via the terminal. This mod's uniqueness is that it tries to be more realistic with the game, as it is not trying to modify the main logic of the deadline. It tries to add functionality that will give you extends for the deadline but with some price on it. You can install it in additon to Dynamic Deadline mod!
How To Use?
- Enter the Ship's Terminal
- Go to the
Othercategory - Execute the
buydaymenu item - CONFIRM / DENY purchase of an extra day
All players need to have the mod installed to play.
Bugs & Issues
Please let me know about any bugs or issues with my mod by opening an issue or by sending me an email at [email protected]
Additional Credits
Thanks to Lethal Company Community on Github for making modding easy for Lethal Company. Thanks, also, to LethalAPI.TerminalCommands for adding the ability to make new commands.
By using that mod, these changes are apply as well:
-
Reduces the delay after entering the terminal before you can type by 80%
- You ever open the terminal and start typing, even hearing the keyboard sound, but it doesn't write anything? This fixes that.
-
Disable scrolling to the top of the terminal on every command execution
- This now only happens when a command clears the screen.
-
Trims newlines from the start of command responses
- The game force adds newlines to the start of commands, which causes issues for commands that don't clear the terminal.
-
Terminal.PlayVideoFile(string filePath)- Allows you to play local files in the background of the terminal
-
Terminal.PlayVideoLink(Uri url)- Allows you to play remote videos in the background of the terminal
Notes
This is my first mod. I had some free time during the holidays and decided to give it a try.