mirror of
https://gitlab.com/kelteseth/ScreenPlay.git
synced 2024-11-07 03:22:33 +01:00
3e283aa5d5
Add ContentBuilder tools
21 lines
463 B
Plaintext
21 lines
463 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"
|
|
}
|
|
}
|