https://github.com/cryptoc1/lc-doom
Play DOOM in Lethal Company's Ship Terminal
https://github.com/cryptoc1/lc-doom
bepinex doom lethal-company
Last synced: about 2 months ago
JSON representation
Play DOOM in Lethal Company's Ship Terminal
- Host: GitHub
- URL: https://github.com/cryptoc1/lc-doom
- Owner: Cryptoc1
- License: mit
- Created: 2023-12-10T20:53:40.000Z (almost 2 years ago)
- Default Branch: develop
- Last Pushed: 2025-02-10T19:09:16.000Z (8 months ago)
- Last Synced: 2025-04-15T19:53:52.604Z (6 months ago)
- Topics: bepinex, doom, lethal-company
- Language: C#
- Homepage: https://thunderstore.io/c/lethal-company/p/Cryptoc1/LC_DOOM/
- Size: 1.69 MB
- Stars: 8
- Watchers: 1
- Forks: 10
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LC-DOOM
Play DOOM on the ship's terminal in Lethal Company.
## Contributing
I recommend using [Thunderstore](https://thunderstore.io):
- Create a profile for testing (e.g. `lc-doom-dev`)
- Add the `BepInExPack` mod to the profileThen,
- Fork this repository
- Create a `src\src\LethalCompany.Doom.csproj.user`
- Define required properties:
```xml{PROFILE}
```
- Run `dotnet publish`, or "Default Build Task" in VS Code
- Launch Lethal Company using the Thunderstore `{PROFILE}`## Bug Report & Feature Request
If you've encountered an error, or have a feature request, please open an issue on [GitHub](https://github.com/cryptoc1/lc-doom/issues/new).
When reporting an error, please include as most information as possible, such as any errors or logs from BepInEx, or the version of the game or mod.
## Credits
- [idSoftware](https://www.idsoftware.com)
- [ManagedDoom](https://github.com/sinshu/managed-doom)
- [DoomInUnityInspector](https://github.com/xabblll/DoomInUnityInspector)