HoodieWeather
banned.
- Joined
- 14 Dec 2023
- Messages
- 564
- Appreciation score
- 567
010033600ADE6000 Americas_Greatest_Game_Shows_Wheel_Of_Fortune_and_Jeopardy_NSW-LUBE
010033600ADE6800 Wheel_of_Fortune_Update_v1.0.3_NSW-SUXXORS
01006E400AE2A800 Jeopardy_Update_v1.0.2_NSW-SUXXORS
Rad, thanks for explaining it to me. I wasn't sure if mix and matching base games and updates actually worked, or just stay with one group and wait for their release of an update.TL;DR: Yes, the update works with LUBE's release. No, Wheel of Fortune was not released separately.
Both Jeopardy_Update_v1.0.2_NSW-SUXXORS and Wheel_of_Fortune_Update_v1.0.3_NSW-SUXXORS were released on 2020-03-20. Rule 1.5 of the then latest NSW ruleset (2019-10-08) required the NFO to contain the title ID(s):
Code:010033600ADE6000 Americas_Greatest_Game_Shows_Wheel_Of_Fortune_and_Jeopardy_NSW-LUBE 010033600ADE6800 Wheel_of_Fortune_Update_v1.0.3_NSW-SUXXORS 01006E400AE2A800 Jeopardy_Update_v1.0.2_NSW-SUXXORS
Even if a release's NFO does not specifically note which other one it is compatible with, such as the recent NARUTO_X_BORUTO_Ultimate_Ninja_STORM_CONNECTIONS_DLC_Unlocker_MULTI4_NSW-SUXXORS, you can still just look at their title IDs to make sure that the first 12 characters are identical.
A simple rule of thumb: If a title's ID ends in "000" it is the main game, if it ends in "800" it is an update, else it is DLC.
If you extract LUBE's .xci withYou do not have permission to view link Log in or register now.or just move it into the game directory of your emulator and look at the game list, you will notice that Wheel of Fortune and Jeopardy are stored as seperate titles on the cartridge. LUBE failed to notice this and only listed the ID of Wheel of Fortune in their NFO, but since their release is from 2018-11-05 and the first official standards are from 2019-01-31 it was not nuked.
Comparing the ID of Jeopardy (01006E400AE2A000) to the list above shows that both standalone updates are compatible with this release.
Speaking of which:
Americas_Greatest_Game_Shows_Wheel_Of_Fortune_and_Jeopardy_NSW-LUBE
You do not have permission to view link Log in or register now.
You do not have permission to view link Log in or register now.
You do not have permission to view link Log in or register now.
You do not have permission to view link Log in or register now.
You do not have permission to view link Log in or register now.
You do not have permission to view link Log in or register now.
You do not have permission to view link Log in or register now.
You do not have permission to view link Log in or register now.
Jeopardy_Update_v1.0.2_NSW-SUXXORS
You do not have permission to view link Log in or register now.
You do not have permission to view link Log in or register now.
You do not have permission to view link Log in or register now.
You do not have permission to view link Log in or register now.
Wheel_of_Fortune_Update_v1.0.3_NSW-SUXXORS
You do not have permission to view link Log in or register now.
You do not have permission to view link Log in or register now.
You do not have permission to view link Log in or register now.
You do not have permission to view link Log in or register now.
Password: qk4gNJazrTGFk1cZRMAj
That would break rule 7.1 of the current standards (2023-10-25) and be nuked.someone should release these separately
$ cat ./verify.sh
7z e -so Mario.Kart.8.Deluxe.PROPER.NSW-BigBlueBox/bbb-h-aabpap.part01.rar > game.xci
7z e -so Mario_Kart_8_Deluxe_Update_v3.0.1_NSW-SUXXORS/sxs-mk8u_v1179648.rar > update.nsp
hactool -t xci --securedir game game.xci &> /dev/null
hactool -t pfs0 --outdir update update.nsp &> /dev/null
key=$(xxd -s 0x180 -l 0x10 -ps update/01001520000228000000000000000004.tik)
{
hactool -y update/0600fa8e7e4f8604dc77bfc72990afd0.cnmt.nca
hactool -y --titlekey $key --basenca game/3e1cab27501b25ea7d9316eecdcf2db0.nca update/f64d878f4b95b7a3ad5fef97ecb4e6ef.nca
hactool -y update/30dba69bcb2761646281ea718fab1d8b.nca
hactool -y --titlekey $key update/50fdd735879d5b2736f4e1fb933d41e2.nca
hactool -y update/1f0005bed7c9fe0b437a5e298b2fb4a3.nca
} &> verify.log
grep '(GOOD)' verify.log | wc -l
grep '(FAIL)' verify.log | wc -l
$ ./verify.sh
38
0