gist/gayming/playstation2
2023-04-20 19:31:08 +03:00
..
CHT SCES_516.07.cht: comment moonjump, uncomment beach 2023-04-20 19:31:08 +03:00
etc gayming/playstation2: initial commit 2023-03-16 17:11:12 +02:00
FreeMCB/INSTALL/SYS-CONF playstation2: add README, FREEMCB.CNF sample, .editorconfig & .gitattributes handling for md/doctoc 2023-03-18 09:40:20 +02:00
.editorconfig playstation2: add README, FREEMCB.CNF sample, .editorconfig & .gitattributes handling for md/doctoc 2023-03-18 09:40:20 +02:00
.gitattributes playstation2: add README, FREEMCB.CNF sample, .editorconfig & .gitattributes handling for md/doctoc 2023-03-18 09:40:20 +02:00
backup-ops2l-vmc.bash backup-ops2l-vmc.bash: chmod .. too 2023-03-23 15:57:29 +02:00
README.md playstation2: write about OPS2L version 2023-03-31 14:48:27 +03:00

PlayStation 2 notes

I have a ProCaster TV which isnt anything special unless it not being smart counts. PS2 is connected through RCA HDMI adapter/signal converter (archived)

NOTE! This directory contains .editorconfig and .gitattributes as for some reason everything related to PS2 is using crlf (aka “Windows style”) line-endings, so I am assuming that using lf would just mean things wont work, so be cautious when editing things.
The file command may be helpful e.g.

% file SCES_509.16.cfg
SCES_509.16.cfg: ASCII text, with CRLF line terminators

Subdirectories

  • CHT/ - OpenPS2Loader CHT/ directory
  • etc/ - /etc/ directory, for the samba configuration file
  • FreeMCB/ - mass:/ or whatever device/directory contains FreeMCBoot installer

PlayStation 2 System Configuration

System Configuration is the second option when booting without a disc.

  • Screen Size: 16:9 as screens arent squares nowadays (if yours was, 4:3 or full)
  • Digital Out (Optical): mine says On although I dont remember touching it
  • Component Video Out: Y Cb/Pb Cr/Pr removed letterboxing for me.

TV configuration

My TV has an aspect ratio setting and the universal remote control I am using has a 16:9 button that I just kept pressing until it said 16:9

Samba

FreeMCBoot

I downloaded it from ps2-home.com which apparently removes BOOT/LAUNCHELF.CNF which is reported to cause black screens.

FreeMCBoot Installer configuration

If you place files in INSTALL/BOOT directory of FreeMCBoot installation device, those will get copied to the memory card saving time and effort.
However they may not get automatically added to the menu, unless they are added into INSTALL/SYS-CONF/FREEMCB.CNF.

While its included here for reference, DONT USE IT DIRECTLY just in case, use something like code --diff to compare it with your file and just use the piece if necessary.

The relevant piece is near the end,

name_OSDSYS_ITEM_6 = OpenPS2Loader
path1_OSDSYS_ITEM_6 = mass:/BOOT/OPNPS2LD-v1.1.0.ELF
path2_OSDSYS_ITEM_6 = mc?:/BOOT/OPNPS2LD-v1.1.0.ELF
path3_OSDSYS_ITEM_6 = mc?:/B?DATA-SYSTEM/OPNPS2LD-v1.1.0.ELF

In my case nothing else was using the ITEM6, so I copied prior example and put it in place. I also had a ESR.ELF named there, while I had to add OpenPS2Loader.

FreeMCBoot Configurator

FreeMCBoot Configurator is the seventh option for me and I set the following so that the boot animation with the boxes play, because of both nostalgia and the secret there 😉

  • Configure OSDSYS options
    • Skip Disc Boot: OFF
    • Skip Sony LOGO: OFF
    • RETURN
  • Save CNF to MC<0|1>
  • EXIT

Open PS2 Loader configuration

Start (menu), settings. This is mostly personal opinions too.

  • PS2 Logo: on
    • Some games allow progressive scanning by holding Triangle and Cross when the logo appears, so seeing them is easier.
  • Write Operations On
  • Remember Last Played Game On Auto Start 9
    • actually not that good idea as it seems to cause every time game is switched to memory card.
  • ETH Device Start Mode auto
  • Default Menu ETH Games

Controller settings

  • Configure PADEMU
    • Settings Mode: Global
    • Pad Emulator Off
      • Required for some games to work Open-PS2-Loader#842
        • I experienced this with Kingdom Hearts II not having background music.

Network Settings dont have anything special to note. Remember to save changes

VMC configuration

  • Select a game and press Triangle for Options
  • Configure VMC
  • This should be clear without extra documentation
  • Remember to Save Changes

Why share VMC?

Using VMC shares space on the physical memory card and makes backups easier (e.g. script in this directory). When all games have their own memory card, there is less to lose if something goes wrong.

However there are games that give some benefit for having played other games e.g.

  • If you have a Ratchet & Clank save on your memory card
    • Ratchet & Clank 2 provides the weapons returning from it for free.
    • Ratchet & Clank 3 provides skin and employee discount in vendors.
  • If you have a Ratchet & Clank 2 save on your memory card
    • Ratchet & Clank 3 provides the weapons returing from 2 for free.

OPS2L Version

My backup memory card is on v1.1.0, but due to it getting a bit aged, I had to upgrade the main to daily builds (d26da79c59d03c3d42dbbdb5c190760cc41f9444).

Potentially helpful links:

Note to self:my file name doesnt match the version as I am lazy and dont want to edit the config file.