Refactor code structure for improved readability and maintainability

Added release canidate
This commit is contained in:
Valentijn
2026-05-30 15:24:37 +02:00
parent e7570fcb4a
commit 226722a213
8 changed files with 43 additions and 89 deletions

18
Release/README.md Normal file
View File

@@ -0,0 +1,18 @@
# Launch Confirm
A BepInEx plugin for Lethal Company that adds a confirmation dialog when launching the game, to prevent accidental launches.
## Features
- Confirmation dialog when trying to launch the ship without pulling the apparatus.
- Works even if you have multiple apparatuses form previous rounds in the ship.
## Thunderstore / R2ModManager Installation
1. Open Thunderstore or R2ModManager and select your lethal company profile.
2. Switch to the "Online" tab and search for "Launch Confirm".
3. Click on the plugin and then click "Install".
4. Launch the game using the "Start Modded" button.
## Manual Installation
1. Clone this repository into a temporary location.
2. Open the folder in your terminal and run `dotnet build` to build the plugin.
3. Copy the generated `LaunchConfirm.dll` from the `bin/Release` folder to your BepInEx plugins directory.
4. Launch the game, and you should see a confirmation dialog when you try to launch it.