A Lethal Company mod: Relaxing hookah as a ship upgrade
Go to file
ivan tkachenko a68e8c7194 create DawnLib mod project, with a subdirectory layout
- 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
2025-12-20 17:40:07 +02:00
HookahPlace create DawnLib mod project, with a subdirectory layout 2025-12-20 17:40:07 +02:00
.gitignore initial commit 2025-12-20 17:34:01 +02:00
HookahPlace.slnx create DawnLib mod project, with a subdirectory layout 2025-12-20 17:40:07 +02:00