|
|
Search
|
|||||||
| Home | Register | Downloads | FAQ | Members List | Calendar | Arcade | Mark Forums Read |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|
#21 (permalink) | |
|
Registered User
![]() ![]() Join Date: Feb 2009
Location: N/A
Posts: 152
|
Quote:
Got another idea to try out: Rename FF9.IMG --> F91/F92/F93/F94.IMG Edit the SLUS file to \F91.IMG;1 Every time the disc swap fails, in-game patch the disc# to F92/F93/F94 and continue playing (using the disc swap routine area). EDIT: Tried a test run. It worked! :excited: Just need to make a better patching tool (flexible) and we're good for DVD. Last edited by shalma; February 21st, 2009 at 00:38.. |
|
|
|
|
| Advertisement | [Remove Advertisement] | ||
|
|
|
|
#23 (permalink) |
|
Registered User
Join Date: Jan 2006
Location: Banana
Posts: 26
|
Awesome work. I'm still going to try making a combined FF9.IMG for space-saving reasons mostly. If the moving the address the sectors are dumped from the disc doesn't work, I've got another idea that's similar to what I did to Rogue Galaxy to make a DVD5 version, making the merged bigfile with four FATs.
|
|
|
|
|
|
#25 (permalink) |
|
Registered User
Join Date: Jan 2006
Location: Banana
Posts: 26
|
Hmm, I managed to get your merged FAT to load (with a couple of tweaks), and the game loads to the menu but freezes when trying to start or load a game and I'm not exactly sure why, I'm not sure if it's the fact that the game can't read a part of the table for some reason or if it's because of the size of some of the merged directories. Looking through tracedumps is not fun.
|
|
|
|
|
|
#26 (permalink) |
|
Registered User
![]() ![]() Join Date: Feb 2009
Location: N/A
Posts: 152
|
Wow! That's really surprising. I agree - trace logs are a pain. You could try PCSX Agemo (CPU Interpreter with emulog.txt has every CDROM LBA read in - that's what tipped me off about things going wrong). 8002037c-80023d0 is when the game converts the LBA # --> BCD m:s:f format. Expanded the minutes to 16-bits but still can't kludge it yet. SLUS_012.51: FF9.IMG;1 --> F91.IMG;1 Used these patches for FF9.IMG: Writes F91/F92/F94/F98 --> F91.IMG;1 0F0084300F00A23024104400261044000800E0032B100200 300082240180043C03048434000082A00800E0032B100000 Force CD swap path 03004010FF00022498A0020C21204002 00000000FF00022498A0020C21204002 Force CD1 swap screen 07004014211060000100632404006228 07000010211060000100632404006228 Skip CD swap splash screen D471000C212800002400BF8F2000B08F 00000000212800002400BF8F2000B08F Going to be really glad when someone finishes this project. EDIT: Attachments now provided. EDIT2: FF9 starts writing to CDROM regs @ 8001f978-8001f984 (m:s:f). In that order. Which suggests that 99:59:74 is the upper limit. Unless there's another way to access higher LBA data. Not sure what happened with Lunar 2 (rememberizer) - worked on my mini-build but not with a full image. Same problem maybe. Going to take that down. Still trying to finish Lunar 1. So I'll leave it up for now.. ![]() EDIT3: Maybe I need a good break. Lunar 1 conversion should work. Tested on several movies past 100 minute mark. PS1 takes m:s:f. (PS1) a1:50:1 --> (LBA) 101:50:1 (6FD75) $AFBE8 is about the limit ff:59:74. Last edited by shalma; February 23rd, 2009 at 01:55.. Reason: oh no! |
|
|
|
|
|
#27 (permalink) |
|
Registered User
Join Date: Jan 2006
Location: Banana
Posts: 26
|
Awesome! I was thinking that it might've been impossible without modding the emulator itself, but that's great news. So that means a maximum of 2.2GB for an ISO? Seems FFIX will be impossible without a merged FF9.IMG then.
Last edited by momochi; February 23rd, 2009 at 09:56.. |
|
|
|
|
|
#28 (permalink) |
|
Registered User
![]() ![]() Join Date: Feb 2009
Location: N/A
Posts: 152
|
Restored the old Lunar1 kit to main post - there's a bug that writes root table to sectors 16,17. Which is what the game wants anyways. Using that, did some more testing. ~1.53GB is your upper limit (~160 minutes). If you rewrite the BCD code, you might be able to reach from 159:59:74 min --> 165:59:74 min. Explanation: Dreamcast and PS1 apparently use the same CDROM scheme: m-s-f. We look at the BCD minutes. $73 --> $7 * 10 + $3 --> 7*10 + 3 --> 73 minutes $f0 --> $f * 10 + $0 --> 15*10 + 0 --> 150 minutes $f9 --> $f * 10 + $9 --> 15*10 + 9 --> 159 minutes $ff --> $f * 10 + $f --> 15*10 + 15 --> 165 minutes Which means we got thunked. ex. Lunar 2 flirts with this upper limit. And does some other things regarding ISO tables. ![]() 2 CD games can work. - Parasite Eve 1, Lunar 1, (..?) 3 CD games are questionable. 4 CD games are likely not doable. Unless someone knows something I don't, time to rest. Hopefully this will stay 'documented' so others don't repeat my folly. Last edited by shalma; March 2nd, 2009 at 18:16.. |
|
|
|
|
|
#29 (permalink) |
|
Registered User
![]() ![]() Join Date: Feb 2009
Location: N/A
Posts: 152
|
Code:
Final Fantasy 9 [SLUS-01251 / 01295 / 01296 / 01297] This will combine your 4 game CDs into 1 disc Tested only with epsxe 1.7.0 (DVD5) WARNING: You'll need ~8GB to finish the operation Thank you: Momochi - Hacking Tonberry - FF9 IMG extractor Tested versions: - 2000-09-27 Greatest Hits (Square) - 2000-09-28 Greatest Hits (Square Enix) Upgrade: For those who used the v1 kits, you can download the update patch v1->v2 here. v2 news: - extractor rewritten: file names now match readme - All else remains unchanged v1 fixes: - Improves CD swapping - Fixes ending movie WARNING: This may not work with the Original (black disc) version NEWS: You may now use this improved version of ePSXe_dvd5 with this DVD5 release: ePSXe_dvd5 Last edited by shalma; October 7th, 2009 at 16:07.. Reason: Updated main list |
|
|
|
|
|
#30 (permalink) |
|
Registered User
![]() ![]() Join Date: Feb 2009
Location: N/A
Posts: 152
|
Code:
Final Fantasy VII [SCUS-94163 / 94164 / 94165] This will combine your 3 game CDs into 1 disc Tested only with ePSXe 1.7.0 WARNING: You'll need ~6GB to finish the operation Tested versions: - 1997-08-05 Original - 1997-08-05 Greatest Hits Preview fixes (for v1): - Faster disc extraction / building - Repaired CD2/3 movies - Disc swap: movies now load - Field: Always play battle swirl - Correct (CD2) Tunnel_6.MIM file Last edited by shalma; 2 Weeks Ago at 17:45.. |
|
|
|
|
|
#31 (permalink) |
|
Registered User
![]() ![]() Join Date: Feb 2009
Location: N/A
Posts: 152
|
Code:
Final Fantasy VIII [SLUS-00892 / 00908 / 00909 / 00910] This will combine your 4 game CDs into 1 disc Tested only with epsxe 1.7.0 (DVD5) WARNING: You'll need ~8GB to finish the operation Tested versions: - 1999-07-17 Original - 1999-07-17 Greatest Hits (Square) WARNING: I've heard this doesn't work with the 2003 Square-Enix release. Cannot confirm this statement. v1 fixes: - Disc swapping code - Faster disc extraction NEWS: You may now use this improved version of ePSXe_dvd5 with this DVD5 release: ePSXe_dvd5 Last edited by shalma; 3 Weeks Ago at 14:14.. |
|
|
|
|
|
#32 (permalink) |
|
Behind ur girlfriend :D
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Join Date: Feb 2006
Location: Sydney, Australia
Posts: 18,910
|
You should modify the SAPU plugin to support DVD5, its better then petes in every way.
__________________
![]() ![]() VBA-M | Xtemu | NGOHQ | Post Impact Productions | TNHW | XBCD 0.2.6 | Satanic666's Emulator Compiles Don't be a NOOB, READ THE NGEmu/EmuForums Rules of Conduct Need Help with ePSXe? This is your first stop!. If you don't post all the required information, you don't get help. Everytime someone posts a romsite, God kills a beautiful woman. |
|
|
|
|
|
#33 (permalink) |
|
Registered User
![]() ![]() Join Date: Feb 2009
Location: N/A
Posts: 152
|
Mirror: http://forums.maxconsole.net/showthread.php?t=64516 Code:
Parasite Eve PSX for PSP Fix V2 by psychospacefish. This combines both Parasite Eve discs into a single ISO that will run all the way through. Place BIN files (use ISObuster or similar) into a folder with the files from this fix. Disc 1 must be named pe1.bin, Disc 2 must be named pe2.bin. Filesizes must be as follows: pe1.bin = 495531120 bytes pe2.bin = 646877616 bytes Run fix.bat. Final BIN file should be 860MB, turn it into an EBOOT with Popstation. Tested versions: - 1998-05-07 Original - 1998-05-07 Greatest Hits Last edited by shalma; July 20th, 2009 at 00:23.. |
|
|
|
|
|
#34 (permalink) |
|
Registered User
![]() ![]() Join Date: Feb 2009
Location: N/A
Posts: 152
|
Code:
Metal Gear Solid [SLUS-00594 / 00776] This will combine your 2 game CDs into 1 disc Tested only with epsxe 1.7.0 WARNING: You'll need ~4GB to finish the operation Tested versions: - 1998-09-09 Original - 1998-09-16 Greatest Hits - 1998-09-16 Essential Collection - Now covers MGS builds 1.0 and 1.1 Upgrade: For those who used the v1 (MGS 1.1) kits, you can download the update patch v1->v2 here. Fixes: - Glitchy (graphics) load memcard save - Demo theatre swap string removed Last edited by shalma; July 22nd, 2009 at 13:10.. |
|
|
|
|
|
#37 (permalink) |
|
Registered User
![]() ![]() Join Date: Feb 2009
Location: N/A
Posts: 152
|
Code:
Grandia [SCUS-94457 / 94465] This will combine your 2 game CDs into 1 disc Tested only with epsxe 1.7.0 WARNING: You'll need ~4GB to finish the operation Tested versions: - 1999-09-06 Original Preview fixes: - Builder: Faster extraction of discs - Battles: gain multiple levels when your Moves EXP >= 200 - Swap: Disc 2 saves appear normal - Swap: Disc 2 music loads correctly - Items: Disc 2 'Thfk Armor' no longer menu glitches - Swap: Disc 2 -> Disc 1 'New Game' loads correct music/voices NOTE: The original v1 kit was broken. It has been deprecated to a preview build for archival sources. Last edited by shalma; September 18th, 2009 at 13:24.. |
|
|
|
|
|
#38 (permalink) |
|
Registered User
![]() ![]() Join Date: Feb 2009
Location: N/A
Posts: 152
|
FF9 v2 patch is now available. Fixes several somewhat important bugs. Game fully tested on dvd5 1.7.0 Notes about testing your images (100% dumped correctly?) with CDMage in main post Last edited by shalma; June 17th, 2009 at 17:17.. |
|
|
|
|
|
#40 (permalink) |
|
Registered User
![]() ![]() Join Date: Feb 2009
Location: N/A
Posts: 152
|
This should work for PS1 also (skip the EBOOT parts): Chrono Cross workaround There's no kit to make a DVD yet - they aren't easy to properly make. xx( From what I've heard, Cross uses lots of fixed LBAs. It probably requires some amount of ASM work. |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|