Please disclose if any significant portion of your mod was created using AI tools by adding the 'AI Generated' category. Failing to do so may result in the mod being removed from Thunderstore.
LC FastStartup
Lethal Company mod to skip the animations / splashes that play on game startup.
| Date uploaded | 2 years ago |
| Version | 1.1.1 |
| Download link | flerouwu-LC_FastStartup-1.1.1.zip |
| Downloads | 10690 |
| Dependency string | flerouwu-LC_FastStartup-1.1.1 |
README
FastStartup
Lethal Company mod to skip the animations / splashes that play on game startup.
[!NOTE] FastStartup does not increase the load times of your game, it only skips the initial startup animations / splash screens.
Animations Skipped
- Startup Splashes
- Unity watermark splash
- Zeekerss (game developers) splash
- Boot Animation
- Launch Mode - defaults to Online
- Menu Animation (lil squash thingy)
- LAN mode warning popup (that mentions VPN / firewall usage)
Configuration
Everything that FastStartup does is configurable within the BepInEx/config/dev.flero.lethal.FastStartup.cfg file.
The config file has comments that should explain what everything does. If you are confused, feel free to open an issue.
Note: You must have launched the game after installing the mod before the config file is generated.
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
You can search for "LC_FastStartup" in your package manager or manually download it on Thunderstore.
Direct Download
-
Download the latest release from the releases page.
-
Extract the
flerouwu-LC_FastStartupfolder into your BepInEx plugins directory.Usually, this is located at
Lethal Company/BepInEx/plugins/. -
Launch your game and enjoy the improved startup times.
Contributing
Pre-requisites
-
An IDE/editor that can modify .NET C# files.
It's recommended to use Visual Studio or JetBrains Rider.
-
.NET Core 7.0 SDK - Download
-
Installed copy of Lethal Company with BepInEx 5 installed.
Setup
- Clone this repository.
- Copy
FastStartup.csproj.user.exampletoFastStartup.csproj.userand modify the contents.
CHANGELOG
1.1.2
Commit: 75c144bb
- Launch Options Skip: Fixed an issue that caused a NullReferenceException to be thrown on startup.
1.1.1
Commit: a0037ba0
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.
1.1.0
Commit: 45187fe
You can now configure what the mod disables and choose the default launch mode!
1.0.0
Commit: 56270aa
First mod release! Automatically skips all splash screens and boots into online mod.