Skip to content

Commit

Permalink
metadata - Add cloud save config for crispy and chocolate dooms
Browse files Browse the repository at this point in the history
  • Loading branch information
d10sfan committed Nov 9, 2023
1 parent 20f043c commit a2966b0
Showing 1 changed file with 72 additions and 15 deletions.
87 changes: 72 additions & 15 deletions metadata/packagessniper_v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,9 @@
"command": "./chocolate-doom/run-chocolate-doom.sh",
"command_args": [
"-iwad",
"base/DOOM.WAD"
"base/DOOM.WAD",
"-savedir",
"base"
],
"download": [
"chocolate-doom"
Expand Down Expand Up @@ -463,7 +465,9 @@
"command": "./crispy-doom/run-crispy-doom.sh",
"command_args": [
"-iwad",
"base/DOOM.WAD"
"base/DOOM.WAD",
"-savedir",
"base"
],
"download": [
"crispy-doom"
Expand Down Expand Up @@ -672,6 +676,12 @@
}
],
"cloudAvailable": true,
"cloudSupported": true,
"notices": [
{
"label": "Cloud saves are supported with Chocolate Doom & Crispy Doom"
}
],
"app_id": "2280"
},
{
Expand Down Expand Up @@ -1301,31 +1311,39 @@
"cmd": "./chocolate-doom/run-chocolate-doom.sh",
"args": [
"-iwad",
"base/DOOM2.WAD"
"base/DOOM2.WAD",
"-savedir",
"base"
],
"command_name": ".*rerelease"
},
{
"cmd": "./chocolate-doom/run-chocolate-doom.sh",
"args": [
"-iwad",
"base/DOOM2.WAD"
"base/DOOM2.WAD",
"-savedir",
"base"
],
"command_name": ".*doom2"
},
{
"cmd": "./chocolate-doom/run-chocolate-doom.sh",
"args": [
"-iwad",
"finaldoombase/TNT.WAD"
"finaldoombase/TNT.WAD",
"-savedir",
"finaldoombase"
],
"command_name": ".*tnt"
},
{
"cmd": "./chocolate-doom/run-chocolate-doom.sh",
"args": [
"-iwad",
"finaldoombase/PLUTONIA.WAD"
"finaldoombase/PLUTONIA.WAD",
"-savedir",
"finaldoombase"
],
"command_name": ".*plutonia"
},
Expand Down Expand Up @@ -1411,31 +1429,39 @@
"cmd": "./crispy-doom/run-crispy-doom.sh",
"args": [
"-iwad",
"base/DOOM2.WAD"
"base/DOOM2.WAD",
"-savedir",
"base"
],
"command_name": ".*rerelease"
},
{
"cmd": "./crispy-doom/run-crispy-doom.sh",
"args": [
"-iwad",
"base/DOOM2.WAD"
"base/DOOM2.WAD",
"-savedir",
"base"
],
"command_name": ".*doom2"
},
{
"cmd": "./crispy-doom/run-crispy-doom.sh",
"args": [
"-iwad",
"finaldoombase/TNT.WAD"
"finaldoombase/TNT.WAD",
"-savedir",
"finaldoombase"
],
"command_name": ".*tnt"
},
{
"cmd": "./crispy-doom/run-crispy-doom.sh",
"args": [
"-iwad",
"finaldoombase/PLUTONIA.WAD"
"finaldoombase/PLUTONIA.WAD",
"-savedir",
"finaldoombase"
],
"command_name": ".*plutonia"
},
Expand Down Expand Up @@ -1978,6 +2004,9 @@
"notices": [
{
"label": "Uses wadsmoosh (https://heptapod.host/jp-lebreton/wadsmoosh) for Master Levels"
},
{
"label": "Cloud saves are supported with Chocolate Doom & Crispy Doom"
}
],
"cloudAvailable": true,
Expand Down Expand Up @@ -2707,7 +2736,9 @@
"command": "./chocolate-doom/run-chocolate-hexen.sh",
"command_args": [
"-iwad",
"base/HEXEN.WAD"
"base/HEXEN.WAD",
"-savedir",
"base"
],
"download": [
"chocolate-doom"
Expand Down Expand Up @@ -2743,7 +2774,9 @@
"command": "./crispy-doom/run-crispy-hexen.sh",
"command_args": [
"-iwad",
"../base/HEXEN.WAD"
"../base/HEXEN.WAD",
"-savedir",
"../base"
],
"download": [
"crispy-doom"
Expand Down Expand Up @@ -2823,6 +2856,12 @@
}
],
"cloudAvailable": true,
"cloudSupported": true,
"notices": [
{
"label": "Cloud saves are supported with Chocolate Doom & Crispy Doom"
}
],
"app_id": "2360"
},
{
Expand Down Expand Up @@ -2907,7 +2946,9 @@
"-iwad",
"../base/HEXEN.WAD",
"-file",
"../base/HEXDD.WAD"
"../base/HEXDD.WAD",
"-savedir",
"../base"
],
"download": [
"crispy-doom"
Expand Down Expand Up @@ -2986,6 +3027,12 @@
}
],
"cloudAvailable": true,
"cloudSupported": true,
"notices": [
{
"label": "Cloud saves are supported with Chocolate Doom & Crispy Doom"
}
],
"app_id": "2370"
},
{
Expand Down Expand Up @@ -3084,7 +3131,9 @@
"command": "./chocolate-doom/run-chocolate-heretic.sh",
"command_args": [
"-iwad",
"../base/HERETIC.WAD"
"../base/HERETIC.WAD",
"-savedir",
"../base"
],
"download": [
"chocolate-doom"
Expand Down Expand Up @@ -3154,7 +3203,9 @@
"command": "./crispy-doom/run-crispy-heretic.sh",
"command_args": [
"-iwad",
"../base/HERETIC.WAD"
"../base/HERETIC.WAD",
"-savedir",
"../base"
],
"download": [
"crispy-doom"
Expand Down Expand Up @@ -3231,6 +3282,12 @@
}
],
"cloudAvailable": true,
"cloudSupported": true,
"notices": [
{
"label": "Cloud saves are supported with Chocolate Doom & Crispy Doom"
}
],
"app_id": "2390"
},
{
Expand Down

0 comments on commit a2966b0

Please sign in to comment.