Releases: flerouwu/LC_FastStartup
1.1.2
This version addresses an issue reported in #4 where a NullReferenceException is thrown when the game attempts to load settings.
You can view the full changelog in the CHANGELOG.md file.
Installation
Thunderstore
FastStartup is available on Thunderstore! You can download it below:
https://thunderstore.io/c/lethal-company/p/flerouwu/LC_FastStartup/
Manual
Download the flerouwu-LC_FastStartup-1.1.2.zip
file below under Assets.
Refer to the instructions in the README file.
1.1.1 - Custom Moons Patch
This version addresses an issue reported in #2 with loading custom moons. It also adds new config values to adjust the delay and duration of the splash skip skips.
BREAKING CHANGE
Config files have versions that are compared to check for new config values.
If you are using an older config file, a warning will be printed.
It's highly recommended to backup your config file and regenerate it.
Changes
- Splash Screen Skip (
ea9ba803
): Added additional config values adjust the delay and duration of the skip. - Config (
ea9ba803
): Added config version and additional values for splash screen skip. - Launch Options Skip (
d2443b39
): Fixes Issue #2 - incompatibility with custom moons.- The skip now only runs once per mod load.
Installation
Thunderstore
FastStartup is available on Thunderstore! You can download it below:
https://thunderstore.io/c/lethal-company/p/flerouwu/LC_FastStartup/
Manual
Download the flerouwu-LC_FastStartup-1.1.1.zip
file below under Assets.
Refer to the instructions in the README file.
1.1.0 - Config Update
You can now configure what the mod disables and choose the default launch mode!
Default Config
## Settings file was created by plugin FastStartup v1.1.0
## Plugin GUID: dev.flero.lethal.FastStartup
[LaunchMode]
## Whether we should skip the launch mode screen.
# Setting type: Boolean
# Default value: true
Enabled = true
## Default mode to launch into.
# Setting type: LaunchMode
# Default value: Online
# Acceptable values: Online, Lan
DefaultLaunchMode = Online
[Misc]
## Whether to disable the 'You are in LAN mode' popup.
# Setting type: Boolean
# Default value: true
DisableLanPopup = true
[Skips]
## Whether we should skip the terminal-like boot animation.
# Setting type: Boolean
# Default value: true
BootAnim = true
## Whether we should skip the small squash animation of the main menu.
# Setting type: Boolean
# Default value: true
MenuAnim = true
## Whether we should skip the splash screens.
# Setting type: Boolean
# Default value: true
SplashScreens = true
Installation
Thunderstore
FastStartup is available on Thunderstore! You can download it below:
https://thunderstore.io/c/lethal-company/p/flerouwu/LC_FastStartup/
Manual
Download the flerouwu-LC_FastStartup-1.1.0.zip
file below under Assets.
Refer to the instructions in the README file.
Release 1.0.0
First version of this mod!
Skips the animations / splashes that play on game startup.
Installation
Thunderstore
FastStartup is available on Thunderstore! You can download it below:
https://thunderstore.io/c/lethal-company/p/flerouwu/LC_FastStartup/
Manual
Download the flerouwu-LC_FastStartup-1.0.0.zip
file below under Assets.
Refer to the instructions in the README file.