This website requires JavaScript.
Explore
Help
Sign In
ratijas
/
HookahPlace
Watch
1
Star
0
Fork
You've already forked HookahPlace
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
master
HookahPlace
/
HookahPlace.slnx
4 lines
75 B
Plaintext
Raw
Permalink
Normal View
History
Unescape
Escape
initial commit mkdir HookahPlace cd HookahPlace dotnet new sln --format slnx --name HookahPlace dotnet new gitignore
2025-12-20 15:11:03 +00:00
<Solution>
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 15:40:07 +00:00
<Project Path="HookahPlace/HookahPlace.csproj" />
initial commit mkdir HookahPlace cd HookahPlace dotnet new sln --format slnx --name HookahPlace dotnet new gitignore
2025-12-20 15:11:03 +00:00
</Solution>