- Mod Manager (Gale) > New Profile, name it "HookahPlace Test" - Install "DawnLib by TeamXiaolan v0.5.12" - Launch game once and close - Open profile folder, e.g. `C:\Users\user\AppData\Roaming\com.kesomannen.gale\lethal-company\profiles\HookahPlace Test\` $mod_dir = "C:\Users\user\AppData\Roaming\com.kesomannen.gale\lethal-company\profiles\HookahPlace Test\" dotnet new dawnlibmod ` -M Ratijas.HookahPlace ` -MM "$mod_dir\BepInEx\plugins\MMHOOK\Managed" ` -B "$mod_dir\BepInEx\plugins" ` --name HookahPlace dotnet sln HookahPlace.slnx add HookahPlace/HookahPlace.csproj rm HookahPlace/Thunderstore/icon.png |
||
|---|---|---|
| .. | ||
| Thunderstore | ||
| res | ||
| src | ||
| HookahPlace.csproj | ||
| HookahPlace.csproj.user.template | ||
| README.md | ||
README.md
TODO before release:
thunderstore.toml:- Important: Set
namespace(this is your author name) anddescription - Set
websiteUrl - Update
DawnLibversion - Note that the name of your mod is determined by the name of the project, and the version is determined in your
.csproj
- Important: Set
.csproj:- Update
DawnLibversion
- Update
HookahPlaceKeys.cs:- Look in this file
- Update this README! (it gets used to generate your mods readme)
- Finally, build in the
Releaseconfiguration to create the zip