Skip to content

Commit a98ba2b

Browse files
Merge pull request #33 from NathanNeurotic/codex/update-readme-for-accuracy-and-clarity
docs: clarify README device support and remove outdated compatibility claim
2 parents ff0ea77 + 20f10ef commit a98ba2b

1 file changed

Lines changed: 13 additions & 13 deletions

File tree

README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,22 @@ Review the LICENSE file for further details.<br><br>
1111
[![Discord](https://img.shields.io/discord/1275875800318476381?style=flat&logo=Discord)](https://tinyurl.com/PS2SPACE)
1212
## Contents
1313

14-
- [Introduction](#introduction) · [Quick Start](#quick-start) · [Major Features Overview](#major-features-overview) · [Release Types](#release-types) · [How to Use](#how-to-use) · [USB/MX4SIO/iLink](#usbmx4sioilink) · [SMB](#smb) · [HDD](#hdd) · [APPS](#apps) · [Cheats](#cheats) · [NBD Server](#nbd-server) · [ZSO Format](#zso-format) · [PS3 BC](#ps3-bc) · [Frequent Issues](#frequent-issues)
14+
- [Introduction](#introduction) · [Quick Start](#quick-start) · [Major Features Overview](#major-features-overview) · [Release Types](#release-types) · [How to Use](#how-to-use) · [USB/MMCE/MX4SIO/iLink](#usbmmcemx4sioilink) · [SMB](#smb) · [HDD](#hdd) · [APPS](#apps) · [Cheats](#cheats) · [NBD Server](#nbd-server) · [ZSO Format](#zso-format) · [PS3 BC](#ps3-bc) · [Frequent Issues](#frequent-issues)
1515

1616
## Introduction
1717

1818
Open PS2 Loader (OPL) is a 100% Open source game and application loader for
1919
the PS2 and PS3 units.
2020
Major capabilities include GSM video mode fixes, Virtual Memory Cards (VMC), PS2RD cheats, DS3/DS4 pad emulation, themes, and homebrew app launching.
2121

22-
It supports five categories of devices:
22+
It supports six categories of devices:
2323

2424
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).
2930

3031
All of the devices mentioned above support multiple file formats, including:
3132

@@ -35,8 +36,6 @@ All of the devices mentioned above support multiple file formats, including:
3536
- Homebrews (Apps) in ELF format;
3637
- HDDs support the HDLoader format.
3738

38-
It's now the most compatible homebrew loader.
39-
4039
>[!NOTE]
4140
OPL is developed continuously - anyone can contribute improvements to the project due to its open-source nature.
4241

@@ -54,7 +53,7 @@ For an updated compatibility list, you can visit the OPL-CL site at:\
5453
### What you need
5554

5655
- [ ] 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).
5857
- [ ] The latest Open PS2 Loader (OPL) ELF binary.
5958
- [ ] Optional: network access (recommended for SMB and remote file management).
6059

@@ -66,14 +65,15 @@ For an updated compatibility list, you can visit the OPL-CL site at:\
6665
4. Open OPL settings and enable the device mode you plan to use.
6766
5. Launch one test game, then save settings so OPL reuses your configuration.
6867

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**.
7069

7170

7271
### Major Features Overview
7372

7473
This section is a fast feature map to improve discoverability of core OPL capabilities and reduce setup friction for first-time and returning users.
7574

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.
7777
- **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.
7878
- **Themes:** Place theme assets in the `THM` folder, then select and apply themes from OPL settings.
7979
- **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
135135
</details>
136136

137137
<details>
138-
<summary> <b> USB/MX4SIO/iLink </b> </summary>
138+
<summary> <b> USB/MMCE/MX4SIO/iLink </b> </summary>
139139
<p>
140140

141141
Supported file systems:
142-
exFAT (since OPL v1.2.0 beta - rev1880) and FAT32, both use the MBR partition table. This section applies to MX4SIO/MMCE SD setups and 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.
143143

144144
Game files should be *ideally* defragmented either file by file or by whole drive.
145145

0 commit comments

Comments
 (0)