Half-Life Launcher
Simple CLI tool I've created to assist me with hosting of a HL: Decay game.
Features
- Supports tab completion (of maps and DLC/mods) with dotnet-suggest
- Is a .NET Global Tool (currently not on NuGet)
Build
- Make sure .NET 6.0 is installed
- Check if paths are correct in appsettings.json
- Run
./build.cmd install
or./build.cmd update
if already installed - Optional: for tab completion install dotnet-suggest