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
19
Distribution/Steamworks/Steam_AppBuild4020030.vdf
Normal file
19
Distribution/Steamworks/Steam_AppBuild4020030.vdf
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
"AppBuild"
|
||||
{
|
||||
"AppID" "4020030" // Your AppID
|
||||
"Desc" "Your build description here" // internal description for this build
|
||||
// "Preview" "1" // make this a preview build only, nothing is uploaded
|
||||
// "Local" "..\..\ContentServer\htdocs" // put content on local content server instead of uploading to Steam
|
||||
// "SetLive" "AlphaTest" // set this build live on beta branch AlphaTest
|
||||
"ContentRoot" "..\content\" // content root folder relative to this script file
|
||||
// "BuildOutput" "D:\build_output\" // put build cache and log files on different drive for better performance
|
||||
"verbose" "0" // spew more build details in console
|
||||
"Depots"
|
||||
{
|
||||
// file mapping instructions for each depot are in separate script files
|
||||
"4020031" "Steam_DepotBuild4020031.vdf"
|
||||
"4094750" "SteamDLC_DepotBuild_Bronze.vdf"
|
||||
"4094760" "SteamDLC_DepotBuild_Silver.vdf"
|
||||
"4094770" "SteamDLC_DepotBuild_Gold.vdf"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue