2020-10-02 18:27:56 +01:00
|
|
|
{
|
|
|
|
"OutputDir": "/Path/To/Output/Parent/Dir",
|
2020-10-07 13:03:03 +01:00
|
|
|
"ZipDir": "/Optional/Path/To/Zipped/Releases/Folder",
|
2020-10-02 18:27:56 +01:00
|
|
|
|
2020-10-05 13:14:23 +01:00
|
|
|
"ProjectFile": "OptionalProjectFilenameWillDetectInDirOtherwise.uproject",
|
|
|
|
|
|
|
|
"Target": "GameTargetName",
|
2020-10-02 18:27:56 +01:00
|
|
|
"CookAllMaps": true,
|
|
|
|
"MapsIncluded": [
|
2020-10-07 13:03:03 +01:00
|
|
|
"IfCookAllMapsIsFalse",
|
|
|
|
"ListMapsToCookHere"
|
2020-10-02 18:27:56 +01:00
|
|
|
],
|
|
|
|
"MapsExcluded": [
|
2020-10-07 13:03:03 +01:00
|
|
|
"IfCookAllMapsIsTrue",
|
|
|
|
"ListMapsToExcludeHere"
|
2020-10-02 18:27:56 +01:00
|
|
|
],
|
|
|
|
"UsePak": true,
|
|
|
|
|
2020-10-07 13:03:03 +01:00
|
|
|
"DefaultVariants": [
|
|
|
|
"PrivateWin64Build"
|
|
|
|
],
|
2020-10-02 18:27:56 +01:00
|
|
|
|
|
|
|
"Variants": [
|
2020-10-07 13:03:03 +01:00
|
|
|
{
|
|
|
|
"Name": "PrivateWin64Build",
|
|
|
|
"Platform": "Win64",
|
|
|
|
"Configuration": "Development",
|
|
|
|
"Zip": true,
|
|
|
|
"ExtraBuildArguments": "-Any -Custom -Args=ToRunUAT -OrOtherCommandlets"
|
|
|
|
},
|
2020-10-02 18:27:56 +01:00
|
|
|
{
|
|
|
|
"Name": "PublicWin64SteamBuild",
|
|
|
|
"Platform": "Win64",
|
|
|
|
"Configuration": "Shipping",
|
2020-10-07 17:15:18 +01:00
|
|
|
"ReleaseTo": [
|
|
|
|
"Steam"
|
|
|
|
],
|
2020-10-02 18:27:56 +01:00
|
|
|
"SteamAppId": "YourSteamAppId",
|
|
|
|
"SteamDepotId": "YourWindowsDepotId",
|
2020-10-07 17:15:18 +01:00
|
|
|
"SteamLogin": "YourSteamReleaseUser",
|
2020-10-02 18:27:56 +01:00
|
|
|
"Zip": false,
|
2020-10-07 11:40:59 +01:00
|
|
|
"ExtraBuildArguments": "-EnableSteamworks",
|
|
|
|
"Cultures": [
|
2020-10-07 13:03:03 +01:00
|
|
|
"ListOfCulturesToInclude",
|
|
|
|
"IfNotSpecified",
|
|
|
|
"WillUseProjectPackageSettings"
|
2020-10-07 11:40:59 +01:00
|
|
|
]
|
2020-10-02 18:27:56 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"Name": "PublicWin64Build",
|
|
|
|
"Platform": "Win64",
|
|
|
|
"Configuration": "Shipping",
|
2020-10-07 17:15:18 +01:00
|
|
|
"ReleaseTo": [
|
|
|
|
"Itch",
|
|
|
|
"SomeOtherService"
|
|
|
|
],
|
2020-10-02 18:27:56 +01:00
|
|
|
"ItchAppId": "itch-user/app-name",
|
|
|
|
"ItchChannel": "win64",
|
|
|
|
"Zip": false
|
|
|
|
}
|
|
|
|
],
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|