mirror of
https://github.com/CosmicScale/PSBBN-Definitive-English-Patch.git
synced 2025-02-11 02:28:51 +01:00
Update README.md
This commit is contained in:
parent
4556aab367
commit
ed59644e94
18
README.md
18
README.md
@ -50,7 +50,7 @@ These scripts are essential for unlocking all the new features exclusive to vers
|
||||
`03-Game-Installer.sh` fully automates the installation of PS1 and PS2 games. In the `games` folder on your computer, simply put your PS2 ISO or ZSO files in the `CD`/`DVD` folders, and your PS1 VCD files in the `POPS` folder.
|
||||
|
||||
The script will:
|
||||
- Syncs all games in those folders with your PS2's drive
|
||||
- Sync all games in those folders with your PS2's drive
|
||||
- Create all game assets
|
||||
- Download artwork
|
||||
- Install [OPL Launcher BDM](https://github.com/CosmicScale/OPL-Launcher-BDM) into every game partition, making games bootable from the Game Channel
|
||||
@ -63,28 +63,29 @@ By default the `games` folder is located in the same directory you installed the
|
||||
### Notes:
|
||||
- PSBBN requires a Fat PS2 console with expansion bay and an official Sony Network Adapter
|
||||
- I would highly recommend using a **Kaico IDE to SATA Upgrade Kit** and a SATA SSD such as the **Kingston A400 960G**. The improved random access speed over a HDD really makes a big difference to the responsiveness of the PSBBN interface.
|
||||
- If you are installing from a Linux live USB, you must edit `/etc/apt/sources.list` to remove the line starting with `deb cdrom` before running `01-Setup.sh`.
|
||||
- Delete any existing OPL config files you may have from your memory cards
|
||||
- Remove any attached BDM (USB, iLink, MX4ISO) devices from your PS2 console before launching games from the Game Channel
|
||||
- Games in the Game Channel listed as "Coming soon..." will launch OPL if selected
|
||||
- The `root` password for Linux is `password`. There is also a `ps2` user account with the password set as `password`
|
||||
|
||||
### Notes on APA-Jail:
|
||||
APA-Jail, created and developed by [Berion](https://www.psx-place.com/resources/authors/berion.1431/), enables the PS2's APA partitions to coexist with an exFAT partition. This setup allows PSBBN to access the first 128 GB of the HDD/SSD directly. The remaining space on the drive is formatted as an exFAT partition, which can be accessed directly on a PC and by a custom version of [Open PS2 Loader](https://github.com/ps2homebrew/Open-PS2-Loader) on PS2. PS2 games in the ISO and ZSO format are stored on the exFAT partition.
|
||||
APA-Jail, created and developed by [Berion](https://www.psx-place.com/resources/authors/berion.1431/), enables the PS2's APA partitions to coexist with an exFAT partition. This setup allows PSBBN to access the first 128 GB of the HDD/SSD directly. The remaining space on the drive is formatted as an exFAT partition, which can be accessed directly on a PC and by a [custom build of Open PS2 Loader](https://github.com/CosmicScale/Open-PS2-Loader-Retro-GEM/tree/psbbn-definitive-ver) on PS2. PS2 games in the ISO and ZSO format are stored on the exFAT partition.
|
||||
|
||||
![APA-Jail](https://user-images.githubusercontent.com/33134408/131233166-9527f892-40bb-4a83-a528-6b733087cf33.png)
|
||||
|
||||
An application called [OPL Launcher BDM](https://github.com/CosmicScale/OPL-Launcher-BDM) resides on the APA partitions, along with a custom build of [Open PS2 Loader](https://github.com/ps2homebrew/Open-PS2-Loader).
|
||||
An application called [OPL Launcher BDM](https://github.com/CosmicScale/OPL-Launcher-BDM) resides on the APA partitions, along with a [custom build of Open PS2 Loader](https://github.com/CosmicScale/Open-PS2-Loader-Retro-GEM/tree/psbbn-definitive-ver).
|
||||
|
||||
[OPL Launcher BDM](https://github.com/CosmicScale/OPL-Launcher-BDM) directs [Open PS2 Loader](https://github.com/ps2homebrew/Open-PS2-Loader) to launch specific PS2 games.
|
||||
[OPL Launcher BDM](https://github.com/CosmicScale/OPL-Launcher-BDM) directs [Open PS2 Loader](https://github.com/CosmicScale/Open-PS2-Loader-Retro-GEM/tree/psbbn-definitive-ver) to launch specific PS2 games.
|
||||
|
||||
### Warning: Deleting or creating partitions on your PS2 drive will cause drive corruption.
|
||||
### Warning: Deleting or creating new partitions on your PS2 drive after setup will cause drive corruption.
|
||||
|
||||
---
|
||||
|
||||
## Credits
|
||||
- PSBBN Definitive English Patch by [CosmicScale](https://github.com/CosmicScale)
|
||||
- Online channels re-translated by [CosmicScale](https://github.com/CosmicScale)
|
||||
- Online channels resurrected, maintained and hosted by vitas155 at [psbbn.ru](https://psbbn.ru/)
|
||||
- Online channels resurrected, translated, maintained and hosted by vitas155 at [psbbn.ru](https://psbbn.ru/)
|
||||
- PlayStation Now! and Konami online channels re-translated by [CosmicScale](https://github.com/CosmicScale)
|
||||
- `01-Setup.sh`, `02-PSBBN-Installer.sh`, `03-Game-Installer.sh`, `art_downloader.js` written by [CosmicScale](https://github.com/CosmicScale)
|
||||
- Contains code from `list_builder.py` from [XEB+ neutrino Launcher Plugin](https://github.com/MegaBitmap/UDPBD-for-XEBP) by [MegaBitmap](https://github.com/MegaBitmap), modified by [CosmicScale](https://github.com/CosmicScale)
|
||||
- Contains data from `TitlesDB_PS1_English.txt` and `TitlesDB_PS2_English.txt` from the [Title Database Scrapper](https://github.com/GDX-X/Title-Database-Scrapper), modified by [CosmicScale](https://github.com/CosmicScale)
|
||||
@ -95,8 +96,9 @@ An application called [OPL Launcher BDM](https://github.com/CosmicScale/OPL-Laun
|
||||
- `ziso.py` from [Open PS2 Loader](https://github.com/ps2homebrew/Open-PS2-Loader) written by Virtuous Flame
|
||||
- [PFS Shell](https://github.com/ps2homebrew/pfsshell)
|
||||
- [HDL Dump](https://github.com/ps2homebrew/hdl-dump)
|
||||
- [Open PS2 Loader](https://github.com/ps2homebrew/Open-PS2-Loader)
|
||||
<p></p>
|
||||
|
||||
---
|
||||
---
|
||||
<details>
|
||||
<summary><font size="4"><b>Legacy versions of the PSBBN Definitive English Patch</b></font></summary>
|
||||
|
Loading…
x
Reference in New Issue
Block a user