Playstation 2: Creating an OPL-BOOTABLE ISO (Open PS2 Loader)
Things you will need:
1. OPL v0.9.3 (and a way to run it), PS2, and a Computer...
(duh)
2. Games.
(you must ALWAYS supply your own Games)
3. CDgenPS2.
(an invaluable program you should have anyways)
4. Modules (such as SJPCM.IRX + CDVD.IRX)... Just in case.
(they will probably come with whatever youre trying to image if needed)
5. Time- A fifteen minute learning curve the first time.
(after that, it shouldnt even take two minutes)
Steps:
1. "CREATE" a NEW folder and name it "uCit".
(this will be your MAIN folder for now, which everything goes in, when youre done with it)
2. "CREATE" a NEW folder and name it "ROMS".
(resize its-window to the left-half of your screen)
3. "NAVIGATE" to where you have your "games" stored.
(resize folder-window to the right-half of your screen)
4. "COPY" your games into the "ROMS" folder.
(which will complete your interaction with this folder)
5. "MOVE" the "ROMS" folder into the "uCit" folder.
(since you are now done with it)
6. "DOWNLOAD" the files "SJPCM.IRX" + "CDVD.IRX".
(not all ISOs require these, but it doesnt hurt to include them)
7. "COPY" both of the TWO "IRX" files into the "uCit" folder.
(since you are now done with them)
8. "RENAME" your "ELF" binary as "UCIT_000.00".
(use the instuctions at BOTTOM of this document, as a template, to name it whatever you want, AFTER learning these steps first)
9. "MOVE" the ELF to the "uCit" folder.
(since you are now done with it)
10. "CREATE" a NEW "TEXT" file and "SAVE" it as "SYSTEM.CNF".
(with Notepad, OR pretty much ANY Text Editor)
11. "COPY/PASTE" the following "3-LINES-of-code" (TEXT ONLY) into "SYSTEM.CNF" and "SAVE" it again.
(which will direct OPL where to BOOT and what to DISPLAY):
CODE:
------------------------------------------------------
BOOT2 = cdrom0:\UCIT_000.00;1
VER = 1.13
VMODE = NTSC
------------------------------------------------------
12. "MOVE" the "SYSTEM.CNF" file to the "uCit" folder.
(since you are now done with it)
13. "READ" ANY/ALL documentation/README files that came with what youre making an ISO of.
(and ADD any other FILES that are required, which I didnt mention here)
14. "CLOSE" ANY/ALL windows.
(since you are now done creating the "uCit" folder)
15. "OPEN" the "uCit" folder.
(resize folder-window to the right-half of your screen)
16. "OPEN" up "CDgenPS2".
(resize its-window to the left-half of your screen)
17. "HIGHLIGHT" ALL the files in the "uCit" folder.
(OR Select-All with "CTRL + A")
18. "DRAG+DROP" the "SYSTEM.CNF" file into CDgenPS2, while holding-down the Left-Mouse-Button.
(it should drag EVERY highlighted file with it, IF NOT RETURN TO STEP 14)
19. Click on "IMG" in the CDgenPS2 window.
(left-side of window)
20. Type the filename as "uCit" in the box that appears.
(then press "TAB" key on keyboard)
21. Press the "DOWN ARROW" key on keyboard, TWO TIMES.
(OR until the "SAVE AS TYPE" box displays "ISO")
22. Press the "ENTER" key on keyboard, TWO TIMES.
(WAIT for it to finish, and display "BOAT ARRIVED AT PORT")
23. Press the "ENTER" key on keyboard.
(since you are now done with it)
24. "CLOSE" CDgenPS2.
(RED "X" Tab, in upper-right corner of its-window)
25. "COPY" the "uCit ISO" into the "uCit" folder.
(the "uCit" folder is now a COMPLETE BACKUP of everything you did/learned here)
26. "CLOSE" the "uCit" folder.
(RED "X" Tab, in upper-right corner of its-window)
27. "TRANSFER" your ISO to the PS2.
(with whatever method you normally would)
28. "BOOT" OPL, and Launch your ISO from whatever menu corresponds to your device.
(ISO goes in "CD" folder on ROOT of USB... OR treat as a PS2 game if used in IHD)
-----Enjoy!