formatting and grammar
Made some text bold to highlight to reader Changed wording of some sentences to make them grammatically correct
This commit is contained in:
parent
5e2aed3ca3
commit
06ad10c5da
1 changed files with 14 additions and 11 deletions
25
README.md
25
README.md
|
|
@ -1,38 +1,41 @@
|
|||
# FreeDVDBoot
|
||||
PlayStation 2 DVD Player Exploit. This allows you to burn your own PlayStation 2 homebrew discs and play them on an unmodified console as seen in the [demo video](https://www.youtube.com/watch?v=ez0y-hz3VuM). With uLaunchELF as the initial program, users can include multiple homebrew programs on the same disc.
|
||||
|
||||
For technical details please refer to my [blog post](https://cturt.github.io/freedvdboot.html).
|
||||
For the technical details please refer to my [blog post](https://cturt.github.io/freedvdboot.html).
|
||||
|
||||
## Basic setup
|
||||
Using prebuilt ISOs in this repo (PREBUILT ISOs folder).
|
||||
Using prebuilt ISOs in this repo ([PREBUILT ISOs folder](https://github.com/CTurt/FreeDVDBoot/tree/master/PREBUILT%20ISOs)).
|
||||
|
||||
### Step 1: Identify your DVD Player Version
|
||||
Boot your PlayStation 2 without any disc inserted, and press Triangle to identify which DVD Player version your console has. Still early in terms of support for different versions, check back here later for more support. Hopefully over time other developers from the scene will also contribute support for additional DVD Player versions.
|
||||
Boot your PlayStation 2 without any disc inserted, and press Triangle to identify which DVD Player version your console has.
|
||||
**This is still early in terms of support for different DVD Player versions, check back here later for more support.**
|
||||
Hopefully over time other developers from the scene will also contribute support for additional DVD Player versions.
|
||||
|
||||
Currently only support:
|
||||
**Currently only supports:**
|
||||
|
||||
- 3.10 (all regions EUMACDGJ - with English language set in settings) - confirmed working on hardware by CTurt, and others
|
||||
- 3.11 (all regions EUMACDGJ - with English language set in settings) - confirmed working on hardware by [MrMario2011](https://twitter.com/MrMario2011/status/1277586569738813440), and others
|
||||
|
||||
UPDATE: Experimental hybrid ISO for both 3.10 and 3.11 support merged into one now available, burn `PREBUILT ISOs/hybrid 3.10 and 3.11.iso` and set language to English. Confirmed [working on 3.11](https://twitter.com/TheWizWiki/status/1277670129355161601).
|
||||
|
||||
Please don't bother trying on a not supported firmware/language configuration, it won't work...
|
||||
**Please don't bother trying on an unsuported firmware/language configuration, it won't work...**
|
||||
|
||||
Language is also confirmed to [affect the exploit](https://www.youtube.com/watch?v=zelVQcD7HCY), so please set your PS2 language in the system configuration to match supported configuration (it should be possible to port to other languages in the future, but I'm prioritising different firmware versions instead of different lanauges to start with, since language can be changed).
|
||||
Language is also confirmed to [affect the exploit](https://www.youtube.com/watch?v=zelVQcD7HCY), so please set your PS2 language in the system configuration to match the supported configuration (it should be possible to port to other languages in the future, but I'm prioritising different firmware versions instead of different lanauges to start with, since language can be changed).
|
||||
|
||||
### Step 2: Burn
|
||||
Pre-built ISO files for supported DVD Players containing just uLaunchELF are provided in this repository for ease of use (which can be used to boot homebrew over USB storage), such as `3.10EU.iso`.
|
||||
[Pre-built ISO files](https://github.com/CTurt/FreeDVDBoot/tree/master/PREBUILT%20ISOs) for supported DVD Players containing just uLaunchELF are provided in this repository for ease of use (which can be used to boot homebrew over a USB storage device), such as `3.10 only - all regions - English lang.iso`.
|
||||
|
||||
You should use DVD-R (others work but put more strain on PS2 laser), and make sure to finalise the disc as burning option.
|
||||
|
||||
## Custom disc setup
|
||||
If you intend to make your own image containing additional homebrew / modified initial loader, please read on. Step 1 is the same, first identify firmware version.
|
||||
|
||||
If you intend to make your own image containing additional homebrew / modified initial loader, please read on. Step 1 is the same; identify the DVD player firmware version.
|
||||
|
||||
### Step 2: Copy your homebrew
|
||||
Once you've identified your console's DVD Player version, copy all of the homebrew you would like to include on the disc into that directory in the `Filesystem` (EG: `Filesystem/3.10EU/`).
|
||||
|
||||
### Step 3: Make an image
|
||||
Once you've placed all the homebrew files you'd like into the directory, generate a UDF image of the directory. The easiest way is probably to install `genisoimage` (comes pre-installed on many Linux distributions like Ubuntu) / `mkisofs` and run the following (where `exploit.iso` is the output and `3.10EU` is the directory containing `VIDEO_TS` and any homebrew):
|
||||
Once you've placed all the homebrew files you'd like into the directory, generate a UDF image of the directory. The easiest way is probably to install `genisoimage` (comes pre-installed on many Linux distributions like Ubuntu) or `mkisofs` and run the following (where `exploit.iso` is the output and `3.10EU` is the directory containing `VIDEO_TS` and any homebrew):
|
||||
|
||||
genisoimage -udf -o exploit.iso Filesystem/3.10EU
|
||||
|
||||
|
|
@ -40,9 +43,9 @@ Once you've placed all the homebrew files you'd like into the directory, generat
|
|||
I would recommend you test in PCSX2 first, but since [PCSX2 doesn't support loading the DVD Player](https://github.com/PCSX2/pcsx2/issues/1981), you have to decrypt and repack it yourself, which is beyond the scope of this README. With that said, if you aren't touching anything in `VIDEO_TS`, there shouldn't really be any reason for the exploit to fail.
|
||||
|
||||
## Troubleshooting - please read
|
||||
Disc doesn't spin on slim console - press the lid down hard to ensure the sensors detect that the lid is closed
|
||||
The disc does not spin on slim console - Press the lid down hard to ensure the sensors detect that the lid is closed
|
||||
|
||||
PS2 says "unable to read disc" - your DVD laser might not work, please try a regular DVD video first. If that works, make sure you are finalising your disc when burning, and I recommend DVD-R rather than any other types of DVD as those put more strain on the laser.
|
||||
PS2 says "unable to read disc" - your DVD laser might not work, please try a regular DVD video first. If that works, make sure you are finalising your disc when burning, and I recommend using DVD-R instead of other DVD formats as those put more strain on the laser.
|
||||
|
||||
## OPTIONAL: Replace the initial program
|
||||
I've included uLaunchELF recompiled with [DVD support](https://github.com/ps2dev/ps2sdk/pull/130) as the default initial program. It presents a menu which allows you to select any of the homebrew programs you chose to include on the disc (and also allows booting from USB).
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue