From ec70555c6bf05bdf84d156c06c62a3ca2ca06629 Mon Sep 17 00:00:00 2001 From: Michael Gilardi Date: Sat, 6 Apr 2024 06:08:42 +0000 Subject: [PATCH 1/2] Add support for SpiderHeck --- README.md | 1 + games.json | 13 +++++++++---- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c1bdada..bb3074d 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,7 @@ Legend: ✅ Confirmed working, ❔ Unconfirmed, - Not available in the store | Railway Empire 2 | ❔ | ❔ | | Remnant 2 | ✅ | ❔ | | Remnant: From the Ashes | ❔ | ❔ | +| SpiderHeck | ❔ | ❔ | | Starfield | ✅ | - | | State of Decay 2 | ❔ | ❔ | | Totally Accurate Battle Simulator | ✅ | - | diff --git a/games.json b/games.json index 3164ca5..9ca18f0 100644 --- a/games.json +++ b/games.json @@ -114,6 +114,11 @@ }, // 1cnf-folder // Each container represents one folder. + { + "name": "Ninja Gaiden Sigma", + "package": "946B6A6E.NINJAGAIDENSIGMA_dkffhzhmh6pmy", + "handler": "1cnf-folder" + }, { "name": "Persona 5 Royal", "package": "SEGAofAmericaInc.F0cb6b3aer_s751p9cej88mt", @@ -125,13 +130,13 @@ "handler": "1cnf-folder" }, { - "name": "Wo Long: Fallen Dynasty", - "package": "946B6A6E.WoLongFallenDynasty_dkffhzhmh6pmy", + "name": "SpiderHeck", + "package": "tinyBuildGames.SpiderHeck_3sz1pp2ynv2xe", "handler": "1cnf-folder" }, { - "name": "Ninja Gaiden Sigma", - "package": "946B6A6E.NINJAGAIDENSIGMA_dkffhzhmh6pmy", + "name": "Wo Long: Fallen Dynasty", + "package": "946B6A6E.WoLongFallenDynasty_dkffhzhmh6pmy", "handler": "1cnf-folder" }, // Yakuza / Like a Dragon games From a4036fc1fb6d25a72a643472a074fd6572f8c2cf Mon Sep 17 00:00:00 2001 From: Michael Gilardi Date: Sat, 6 Apr 2024 00:36:59 -0700 Subject: [PATCH 2/2] Update README.md with confirmed working status for SpiderHeck --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bb3074d..cbc1c48 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ Legend: ✅ Confirmed working, ❔ Unconfirmed, - Not available in the store | Railway Empire 2 | ❔ | ❔ | | Remnant 2 | ✅ | ❔ | | Remnant: From the Ashes | ❔ | ❔ | -| SpiderHeck | ❔ | ❔ | +| SpiderHeck | ✅ | ❔ | | Starfield | ✅ | - | | State of Decay 2 | ❔ | ❔ | | Totally Accurate Battle Simulator | ✅ | - | @@ -78,4 +78,4 @@ Run `main.py` with Python 3.10+. The script produces ZIP files for each of the s ## Thanks Thanks to [@snoozbuster](https://github.com/snoozbuster) for figuring out the container format at https://github.com/goatfungus/NMSSaveEditor/issues/306. -Also thanks to everyone that has [contributed](https://github.com/Z1ni/XGP-save-extractor/graphs/contributors) by adding support for new games. \ No newline at end of file +Also thanks to everyone that has [contributed](https://github.com/Z1ni/XGP-save-extractor/graphs/contributors) by adding support for new games.