qwbarch-AutoStart icon

AutoStart

Automatically start a LAN game, for development purposes

Last updated 9 months ago
Total downloads 1095
Total rating 6 
Categories Mods Tools Misc BepInEx
Dependency string qwbarch-AutoStart-1.1.1
Dependants 0 other packages depend on this package

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
Bobbie-UniTask-2.5.0 icon
Bobbie-UniTask

Provides an efficient allocation free async/await integration for Unity.

Preferred version: 2.5.0
flerouwu-LC_FastStartup-1.1.2 icon
flerouwu-LC_FastStartup

Lethal Company mod to skip the animations / splashes that play on game startup.

Preferred version: 1.1.2

README

AutoStart

A Lethal Company plugin that automatically starts a LAN game, for development purposes.

What does this do?

This plugin is made to improve the developer experience for Lethal Company modders.
All you simply need to do is start up the number of clients you want to test with, and they'll all join the same lobby!

To watch a preview of how it works, click on the video below:
AutoStart Preview

I'm not a mod/plugin developer. Is this still useful for me?

No. If you're a regular player, you'll probably want SkipToMultiplayerMenu.

Recommended development tools

Configuration

Section Key Type Default value Description
AutoStart Enabled bool true Whether or not the plugin should be enabled.
AutoStart SaveFile string LCSaveFile1 The save file to use.
AutoPullLever Enabled bool true Whether or not the start lever should be automatically pulled.
AutoPullLever PlayersRequired int 0 Players required to automatically pull the lever (excluding the host).

Changelog

v1.1.1

  • Use FastStart to skip the initial loading screen animations
  • Prevent the config and save file from loading at the same time on multiple processes

v1.1.0

  • Fixed the fullscreen issue.
  • Fixed the bug where starting multiple clients too fast can cause them to infinitely hang.
  • AutoPullLever can now be used for multiple clients.
  • Save file can now be configured.

v1.0.1

  • Initial release.