Embed updates into disc - Printable Version +- RPCS3 Forums (https://forums.rpcs3.net) +-- Forum: Support & Issues (https://forums.rpcs3.net/forumdisplay.php?fid=17) +--- Forum: Support (https://forums.rpcs3.net/forumdisplay.php?fid=18) +--- Thread: Embed updates into disc (/showthread.php?tid=203588) |
Embed updates into disc - silverchair - 12-13-2021 Hi, I am in the process of converting all my PS3 JB format games into ISOs, which would be mounted on the fly via my frontend and I have several doubts/questions before I proceed: 1) Can I embed the updates of disc games into the disc game before I create the ISO. This way the mounted ISO game would be the latest versionĀ (game + update) 2) If #1 is NO, then would rpcs3 recognize that there is update installed for a mounted ISO game located outside of the virtual file system of rpcs3? How can I best approach this? Also is there a feature request (I couldn't find one) to add the game version to the rpcs3 window similar to other emulators? If not, I would gladly create one. P.S. If ISO support for games is just around the horizon please let me know, so I know to adjust my plans accordingly. Regards UPDATE #1: Just tried copying updates to original game and rpcs3 no longer recognizes the game (hash does not match?!). However starting the game from the Eboot.bin works. It is a pity the version is not listed anywhere, so I can confirm the update works. Still curious about question #2 though, because original disc preservation is important as well. RE: Embed updates into disc - Ani - 12-13-2021 Never taint the original disc with any files. Updates are meant to be game data, the original disc is meant to always remain read-only. RPCS3 doesn't have ISO support and until someone adds it it will continue not having it. Whether your game is mounted from ISO or mounted from a regular partition it doesn't matter when it comes to updates, they're always read from the PS3's virtual HDD. Games are external to the console and always mounted to dev_bdvd regardless, they aren't and shouldn't be inside PS3 VFS. RE: Embed updates into disc - silverchair - 12-14-2021 (12-13-2021, 10:48 PM)Ani Wrote: Never taint the original disc with any files. Updates are meant to be game data, the original disc is meant to always remain read-only. Thanks for your reply Ani. What I meant by the rpcs3 VFS is the fact that now the game discs are inside rpcs3\dev_hdd0\disc compared to mounted ISO disc in entirely different partition and game started on the fly by pointing to the eboot.bin. So to be sure I understand you correctly, the game updates should be recognized by rpcs3, even though the disc is not in \dev_hdd0\disc? Additionally what about custom game configurations? Would those be taken into account? Regards RE: Embed updates into disc - Ani - 12-14-2021 /dev_hdd0/disc is an emulator directory, even though it's inside /dev_hdd0/ It's irrelevant where the discs are mounted from, you can use any directory external to the RPCS3 folder Game configurations are based on Game ID, not tied to the actual game files |