diff options
| author | Bradley Taunt <bt@btxx.org> | 2024-07-21 16:12:54 -0400 |
|---|---|---|
| committer | Bradley Taunt <bt@btxx.org> | 2024-07-21 16:12:54 -0400 |
| commit | ad792a59e9092e74c36de077ab47a629ccf9b3e1 (patch) | |
| tree | f4bbe46bf630e6613129e7da0c38fe82dac3288f /pages/ps2 | |
| parent | 3ba08f06e6d7dfcab2fc0f53fa8966384247a0fc (diff) | |
Convert recipe pages to proper markdown format
Diffstat (limited to 'pages/ps2')
| -rw-r--r-- | pages/ps2/networking.md | 17 | ||||
| -rw-r--r-- | pages/ps2/pcsx2.md | 11 |
2 files changed, 28 insertions, 0 deletions
diff --git a/pages/ps2/networking.md b/pages/ps2/networking.md new file mode 100644 index 0000000..28b6850 --- /dev/null +++ b/pages/ps2/networking.md @@ -0,0 +1,17 @@ +# Networking on PCSX2 + +This page contains all the information to get up and running with online servers for PS2 games. The instructions below work for both stock hardware and emulators. + +## DNS Changes + +In the game settings (depending on the game) change your Primary DNS information to the following: + + 45.7.228.197 + +## Emulator Settings + + + +If you're finding things tricky, [this YouTube video is extremely helpful](https://www.youtube.com/watch?v=9uXjpkBNkCk). + +That's it! diff --git a/pages/ps2/pcsx2.md b/pages/ps2/pcsx2.md new file mode 100644 index 0000000..964c9a5 --- /dev/null +++ b/pages/ps2/pcsx2.md @@ -0,0 +1,11 @@ +# PCSX2 + +This page contains details on setting up PCSX2 on MacOS. + +1. Download the Mac version of the emulator from: [https://pcsx2.net](https://pcsx2.net) +2. Grab the PS2 BIOS file [here](https://www.retrostic.com/bios/pcsx2-playstation-2) +3. Place this `ps2-bios` folder under `Library > Application Support > PCSX2 > bios` +4. Open the application by right-clicking and selecting `Open` (avoids security issues) +5. Select the `.bin` file with the USA flag +6. Select your game directory. Grab game ROMs from [here](https://vimm.net/vault/?system=PS2) (For example, [Battlefront 2](https://vimm.net/vault/9362)) +7. Have fun! |
