Files
funnygame/external/steamworks/tools/ContentBuilder/scripts/depot_build_1001.vdf
2025-07-13 15:47:42 +03:00

21 lines
483 B
Plaintext

"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"
}
}