Add dedicated server packaging
This commit is contained in:
commit
b9c031dfab
13 changed files with 275 additions and 0 deletions
14
steam/app_build.vdf.example
Normal file
14
steam/app_build.vdf.example
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
"appbuild"
|
||||
{
|
||||
"appid" "<SERVER_TOOL_APP_ID>"
|
||||
"desc" "NETfishing Dedicated Server"
|
||||
"buildoutput" "output"
|
||||
"contentroot" "../dist"
|
||||
"setlive" ""
|
||||
"preview" "0"
|
||||
"local" ""
|
||||
"depots"
|
||||
{
|
||||
"<SERVER_DEPOT_ID>" "depot_build.vdf"
|
||||
}
|
||||
}
|
||||
11
steam/depot_build.vdf.example
Normal file
11
steam/depot_build.vdf.example
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
"DepotBuildConfig"
|
||||
{
|
||||
"DepotID" "<SERVER_DEPOT_ID>"
|
||||
"ContentRoot" "../dist"
|
||||
"FileMapping"
|
||||
{
|
||||
"LocalPath" "*"
|
||||
"DepotPath" "."
|
||||
"recursive" "1"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue