- Joined
- Jan 14, 2012
- Messages
- 6,052
- Trophies
- 0
- Location
- Ideas factory :)
- Website
- ccabz.wordpress.com
- XP
- 3,021
- Country
-
I'll add "RELSAB" but you have to Hex to find the ID, it must have oneSonic Adventure Alpha ID is RELSAB actually, I will check Peach Castle later on since the hard drive is busy atm, but what's weird is if I try to convert it using Dios Mios Wad Creator which I usually use to get the game ID, the game doesn't even convert at all, it's like it doesn't even have an ID at all, weird.
Edit: RELSAB added to exception list
Edit2: also added "MKAG" and "GVS4" to cover the other custom IDs for MK-GP 1/2 and VS2004v6
hopefully this will be the last addition.
the line looks like this now:
if((useipl) && (memcmp(&(ncfg->GameID), "GGPE", 4) != 0) && (memcmp(&(ncfg->GameID), "GVS4", 4) != 0) && (memcmp(&(ncfg->GameID), "MKAG", 4) != 0) && (memcmp(&(ncfg->GameID), "RELS", 4) != 0) && (memcmp(&(ncfg->GameID), "D4", 2) != 0) && (ncfg->Config & NIN_CFG_MEMCARDEMU))
