Refactor code structure for improved readability and maintainability
Added release canidate
This commit is contained in:
BIN
Release/HerpieDerpiee.LaunchConfirm.dll
Normal file
BIN
Release/HerpieDerpiee.LaunchConfirm.dll
Normal file
Binary file not shown.
BIN
Release/LaunchConfirm.zip
Normal file
BIN
Release/LaunchConfirm.zip
Normal file
Binary file not shown.
18
Release/README.md
Normal file
18
Release/README.md
Normal 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.
|
||||
BIN
Release/icon.png
Normal file
BIN
Release/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 30 KiB |
9
Release/manifest.json
Normal file
9
Release/manifest.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"name": "LaunchConfirm",
|
||||
"version_number": "1.0.1",
|
||||
"description": "Add a warning on the pull lever, to prevent launching the ship without pulling the apparatus.",
|
||||
"website_url": "https://git.herpiederpiee.nl/valentijn/LethalCompany-ApperatusConfirmation",
|
||||
"dependencies": [
|
||||
"BepInEx-BepInExPack-5.4.2100"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user