Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aoirint/scrapdumper
Lethal Company Mod to dump scrap values on joining a lobby.
https://github.com/aoirint/scrapdumper
lethalcompany lethalcompany-mod
Last synced: about 2 months ago
JSON representation
Lethal Company Mod to dump scrap values on joining a lobby.
- Host: GitHub
- URL: https://github.com/aoirint/scrapdumper
- Owner: aoirint
- License: unlicense
- Created: 2024-11-06T11:40:52.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-06T11:51:17.000Z (3 months ago)
- Last Synced: 2024-12-01T00:14:12.325Z (about 2 months ago)
- Topics: lethalcompany, lethalcompany-mod
- Language: C#
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Scrap Dumper
Lethal Company Mod to dump scrap 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\ScrapDumper.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\ScrapDumper.dll`.### r2modman
1. Select a DLL file from `Settings > Import local mod`.