You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Open PS2 Loader (OPL) is a 100% Open source game and application loader for
19
19
the PS2 and PS3 units.
20
20
Major capabilities include GSM video mode fixes, Virtual Memory Cards (VMC), PS2RD cheats, DS3/DS4 pad emulation, themes, and homebrew app launching.
21
21
22
-
It supports five categories of devices:
22
+
It supports six categories of devices:
23
23
24
24
1. USB mass storage devices;
25
-
2. MX4SIO (SD card connected to memory card port via adapter);
26
-
3. iLink (SBP2 compliant storage devices via IEEE 1394);
27
-
4. SMBv1 shares;
28
-
5. ATA/IDE HDDs.
25
+
2. MMCE (Memory Card Mass Storage protocol devices);
26
+
3. MX4SIO (SD card connected to memory card port via adapter);
27
+
4. iLink (SBP2 compliant storage devices via IEEE 1394);
28
+
5. SMBv1 shares;
29
+
6. ATA/IDE HDDs, including internal exFAT configurations (MBR/GPT).
29
30
30
31
All of the devices mentioned above support multiple file formats, including:
31
32
@@ -35,8 +36,6 @@ All of the devices mentioned above support multiple file formats, including:
35
36
- Homebrews (Apps) in ELF format;
36
37
- HDDs support the HDLoader format.
37
38
38
-
It's now the most compatible homebrew loader.
39
-
40
39
>[!NOTE]
41
40
OPL is developed continuously - anyone can contribute improvements to the project due to its open-source nature.
42
41
@@ -54,7 +53,7 @@ For an updated compatibility list, you can visit the OPL-CL site at:\
54
53
### What you need
55
54
56
55
-[ ] A PlayStation 2 or backward-compatible PlayStation 3.
57
-
-[ ] One storage option: USB drive, MX4SIO SD card, SMB network share, or internal HDD.
56
+
-[ ] One storage option: USB drive, MMCE or MX4SIO SD setup, iLink storage, SMB network share, or internal HDD (APA/PFS or exFAT).
58
57
-[ ] The latest Open PS2 Loader (OPL) ELF binary.
59
58
-[ ] Optional: network access (recommended for SMB and remote file management).
60
59
@@ -66,14 +65,15 @@ For an updated compatibility list, you can visit the OPL-CL site at:\
66
65
4. Open OPL settings and enable the device mode you plan to use.
67
66
5. Launch one test game, then save settings so OPL reuses your configuration.
68
67
69
-
For detailed setup steps, jump to the README sections for **USB/MX4SIO/iLink**, **SMB**, **HDD**, **APPS**, and **Frequent Issues**.
68
+
For detailed setup steps, jump to the README sections for **USB/MMCE/MX4SIO/iLink**, **SMB**, **HDD**, **APPS**, and **Frequent Issues**.
70
69
71
70
72
71
### Major Features Overview
73
72
74
73
This section is a fast feature map to improve discoverability of core OPL capabilities and reduce setup friction for first-time and returning users.
75
74
76
-
-**MMCE / MX4SIO support:** OPL supports MX4SIO adapters (including MMCE-compatible setups) for loading content from SD cards through the Memory Card slot. See the **USB/MX4SIO/iLink** section for filesystem and layout guidance.
75
+
-**MMCE support:** OPL supports MMCE devices using the Memory Card Mass Storage protocol for SD-based loading through the Memory Card slot.
76
+
-**MX4SIO support:** OPL supports MX4SIO adapters for SD-based loading through the Memory Card slot. See the **USB/MMCE/MX4SIO/iLink** section for filesystem and layout guidance.
77
77
-**Internal HDD exFAT support:** Internal HDD loading supports exFAT in addition to APA/PFS, including GPT partitioning for large disks. See the **HDD** section for formatting and fragmentation guidance.
78
78
-**Themes:** Place theme assets in the `THM` folder, then select and apply themes from OPL settings.
79
79
-**Cheats / PS2RD:** OPL supports PS2RD `.cht` cheat files from the `CHT` folder, with both auto-apply and launch-time selection modes.
@@ -135,11 +135,11 @@ HDDs are also able to be formatted as exFAT to avoid the 2TB limitation. Please
exFAT (since OPL v1.2.0 beta - rev1880) and FAT32, both use the MBR partition table. This section applies to MX4SIO/MMCE SD setupsand USB storage.
142
+
exFAT (since OPL v1.2.0 beta - rev1880) and FAT32, both use the MBR partition table. This section applies to MMCE and MX4SIO SD setups, USB storage, and iLink SBP2 storage.
143
143
144
144
Game files should be *ideally* defragmented either file by file or by whole drive.
0 commit comments