cardinal-fall_ue5/Distribution/Steamworks/SteamDLC_DepotBuild_Gold.vdf

18 lines
473 B
Text

"DepotBuild"
{
// Set your assigned depot ID here
"DepotID" "4094770"
// include all files recursivley
"FileMapping"
{
// This can be a full path, or a path relative to ContentRoot
"LocalPath" "..\dlc-gold\*"
// 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"
}
}