Closed emoose closed 3 years ago
Latest commit now has support for Bean_debug.xex, you'll either need to edit devkit_root inside xenia-mousehook.config.toml to point to your XEX's folder, or leave it empty and make a copy of your GE files into a Bean
folder next to the XEX.
eg:
C:\goldeneye\Bean.xex
C:\goldeneye\Bean_debug.xex
C:\goldeneye\assets\...
C:\goldeneye\Bean\assets\...
Running the C:\goldeneye\Bean.xex/Bean_debug.xex should let it work, the folder containing the XEX will be mapped as devkit:\
, and it can then access the files at devkit:\Bean\...
fine.
Bean_team.xex support will be added later.
Bean_team.xex support added
Password for another GE leak appeared, turned out the passworded-leak was the origin of the recent public leak. Public leak/Aug2007 leak had the crap patched out of it & dates changed for some reason, more analysis here: https://github.com/xenia-project/game-compatibility/issues/1704#issuecomment-782807624
There's also two more XEX files in that leak (debug/team) which might be interesting to look into, team appears to boot fine in xenia as long as devkit:\ drive is mounted, but debug crashes it atm, would be nice to add support for them. I'll have to rename the Aug stuff over to Nov too since it seems there never was any leaked Aug build.
E: Ah, debug seems to work fine actually, just needs DmMapDevkitDrive to return success otherwise it throws an assert, will include that in the next release. Not sure how to handle mapping devkit:\Bean\ folder though... can map devkit:\ fine, but not sure if we could map the folder directly.