Asset: Added the upgraded UE4.26 to UE5.1 project files
This commit is contained in:
parent
5a16829092
commit
abca2aa92c
7952 changed files with 187142 additions and 0 deletions
18
Distribution/Steamworks/SteamDLC_DepotBuild_Bronze.vdf
Normal file
18
Distribution/Steamworks/SteamDLC_DepotBuild_Bronze.vdf
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
"DepotBuild"
|
||||
{
|
||||
// Set your assigned depot ID here
|
||||
"DepotID" "4094750"
|
||||
// include all files recursivley
|
||||
"FileMapping"
|
||||
{
|
||||
// This can be a full path, or a path relative to ContentRoot
|
||||
"LocalPath" "..\dlc-bronze\*"
|
||||
// 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"
|
||||
}
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue