networking
This commit is contained in:
20
external/steamworks/tools/ContentBuilder/scripts/depot_build_1001.vdf
vendored
Normal file
20
external/steamworks/tools/ContentBuilder/scripts/depot_build_1001.vdf
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
"DepotBuild"
|
||||
{
|
||||
// Set your assigned depot ID here
|
||||
"DepotID" "1001"
|
||||
|
||||
// include all files recursivley
|
||||
"FileMapping"
|
||||
{
|
||||
// This can be a full path, or a path relative to ContentRoot
|
||||
"LocalPath" "*"
|
||||
|
||||
// This is a path relative to the install folder of your game
|
||||
"DepotPath" "."
|
||||
|
||||
// If LocalPath contains wildcards, setting this means that all
|
||||
// matching files within subdirectories of LocalPath will also
|
||||
// be included.
|
||||
"Recursive" "1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user