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

DevelopmentStartup

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

Date uploaded 2 years ago
Version 1.1.0
Download link CTNOriginals-DevelopmentStartup-1.1.0.zip
Downloads 393
Dependency string CTNOriginals-DevelopmentStartup-1.1.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.

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 never wonder where you are aiming again!

Thunderstore

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

To-Do

  • [x] Add support for joining local games on a second instance of the game. [Added by Kittenji]
  • [ ] Add the option to pull the ship lever once you join the lobby.

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