Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aoirint/enemydoorspeedmultipilerdumper
Lethal Company Mod to dump enemy door open speed multipiler values on joining a lobby.
https://github.com/aoirint/enemydoorspeedmultipilerdumper
Last synced: 10 days ago
JSON representation
Lethal Company Mod to dump enemy door open speed multipiler values on joining a lobby.
- Host: GitHub
- URL: https://github.com/aoirint/enemydoorspeedmultipilerdumper
- Owner: aoirint
- License: unlicense
- Created: 2024-12-22T10:54:03.000Z (14 days ago)
- Default Branch: main
- Last Pushed: 2024-12-22T10:56:18.000Z (14 days ago)
- Last Synced: 2024-12-22T11:35:36.468Z (14 days ago)
- Language: C#
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Enemy Door Speed Multipiler Dumper
Lethal Company Mod to dump enemy door open speed multipiler values on joining a lobby.
## Development
Create a new directory `lib` at the repository root.
Copy a DLL file into `lib/` from `C:\Program Files (x86)\Steam\steamapps\common\Lethal Company`.- `Lethal Company_Data\Managed\Assembly-CSharp.dll`
## Build
```powershell
# Debug build
dotnet build# Release build
dotnet build --configuration Release
```## Install
### Debug build
1. Install BeplnEx: https://docs.bepinex.dev/articles/user_guide/installation/index.html
2. Copy a DLL file into `C:\Program Files (x86)\Steam\steamapps\common\Lethal Company\BepInEx\plugins` from `bin\Debug\netstandard2.1\EnemyDoorSpeedMultipilerDumper.dll`.### Release build
1. Install BeplnEx: https://docs.bepinex.dev/articles/user_guide/installation/index.html
2. Copy a DLL file into into `C:\Program Files (x86)\Steam\steamapps\common\Lethal Company\BepInEx\plugins` from `bin\Release\netstandard2.1\EnemyDoorSpeedMultipilerDumper.dll`.### r2modman
1. Select a DLL file from `Settings > Import local mod`.