You are viewing a potentially older version of this package. View all versions.
CTNOriginals-DevelopmentStartup-1.2.0 icon

DevelopmentStartup

Skip all the useless startup menus and jump right into a game! Tool for developers.

Date uploaded 5 months ago
Version 1.2.0
Download link CTNOriginals-DevelopmentStartup-1.2.0.zip
Downloads 1201
Dependency string CTNOriginals-DevelopmentStartup-1.2.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
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

DevelopmentStartup

Skip all the useless startup menus and jump right into a game! Tool for developers.
Big thanks to Kittenji for the contributions to this mod!

Startup preview gif

Installation

Manual

  1. Download the latest version from the releases page.
  2. Extract the zip file.
  3. Move the BepInEx/plugins/DevelopmentStartup.dll file to BepInEx/plugins folder.
  4. Move the BepInEx/config/DevelopmentStartup.cfg file to BepInEx/config folder.
  5. Launch the game and start wondering why it took you so long to find this tool!

Thunderstore

Install using the Thunderstore Mod Manager: https://thunderstore.io/c/lethal-company/p/CTNOriginals/DevelopmentStartup/


Configuration

Option Description Default
AutoJoinLAN Automatically join LAN lobbies when game is launched more than once. true
AutoPullLever Automatically pull the ship's lever on startup. false
TeleportToEntrance Automatically teleports you to the main entrance on level load (Requires 'AutoPullLever' enabled). false
TeleportInside Teleports you inside the facility instead (Requires 'TeleportToEntrance' enabled). false

To-Do

  • [x] Add support for joining local games on a second instance of the game. (Added by Kittenji)
  • [x] Add the option to pull the ship lever once you join the lobby. (Added by Kittenji)
  • [ ] Add a config option to choose the launch method (online or lan) and have it override FastStartup's setting/method.
  • [ ] Add a config option to turn on debug mode to allow the user to see the logs in the console.

Changelog

See CHANGELOG.md for the full changelog.

CHANGELOG

v1.2.0 (Latest)

This branch adds two new features.

  • Auto Pull Lever: Automatically pulls the ship's lever on load so you can land the ship faster. (Added by Kittenji)
  • Teleport To Entrance: Automatically teleports the player in front of the main entrance. (Added by Kittenji)
    • An extra configuration has been added that allows the player to be teleported inside the dungeon instead.

v1.1.0

  • Added support for joining local games on a second instance of the game. Can be disabled in the config (enabled by default). (Added by Kittenji)

v1.0.0 (Released 2024-01-23)

  • Initial release