User Tools

Site Tools


open_ps2_loader

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
tool:software:open_ps2_loader [2020/10/05 20:41] – [Games] removed p flag, as it seems to bork things rjtopen_ps2_loader [2021/03/04 18:03] – [Games] stray brackets rjt
Line 1: Line 1:
 ====== Open PS2 Loader ====== ====== Open PS2 Loader ======
  
-**Open PS2 Loader** (**OPL**) is an application you can run on [[..:hardware:sony_playstation_2|PS2]]s which enables loading games via hard disk, USB, and a local network using SMB.+**Open PS2 Loader** (**OPL**) is an application you can run on [[sony_playstation_2|PS2]]s which enables loading games via hard disk, USB, and a local network using SMB.
  
 Each method has it's own advantages and disadvantages. Each method has it's own advantages and disadvantages.
  
   * **USB** is slow, as the PS2 only supports USB1.1. Device support isn't great either, and if you don't use particular tools you will get errors relating to the disk being fragmented. Still, it's pretty easy to chuck games on a USB and not have to worry about buying other hardware. Because it's limited to reading the FAT32 filesystem files have a size limit, which means some games will have to be split into smaller chunks   * **USB** is slow, as the PS2 only supports USB1.1. Device support isn't great either, and if you don't use particular tools you will get errors relating to the disk being fragmented. Still, it's pretty easy to chuck games on a USB and not have to worry about buying other hardware. Because it's limited to reading the FAT32 filesystem files have a size limit, which means some games will have to be split into smaller chunks
-  * **HDD/SSD** is the best speed-wise. You'll need to buy a [[..:hardware:sony_playstation_2#Network Adaptor]], and either an IDE hard disk, or use a third party Network Adapter or an adapter so you can use SATA disks. You can rip your disks straight to the drive from the PS2, or attach it to a PC and do it that way.+  * **HDD/SSD** is the best speed-wise. You'll need to buy a [[sony_playstation_2#Network Adaptor]], and either an IDE hard disk, or use a third party Network Adapter or an adapter so you can use SATA disks. You can rip your disks straight to the drive from the PS2, or attach it to a PC and do it that way.
   * A local **Network** can also also be used, and games loaded from a Samba share. This is the method I like, because it means I can chuck all my games on a NAS and not worry about space, and it's real easy to add things. Loading times aren't as quick as the hard disk option, and it also requires the Network Adapter. Instead of using a NAS you could create a Samba share on a Windows PC, if you don't mind haveing that on when you want to use the PS2. Lots of routers let you attach a USB drive and share that over SMB. Because you're not restricted to FAT32 you don't have to split games.   * A local **Network** can also also be used, and games loaded from a Samba share. This is the method I like, because it means I can chuck all my games on a NAS and not worry about space, and it's real easy to add things. Loading times aren't as quick as the hard disk option, and it also requires the Network Adapter. Instead of using a NAS you could create a Samba share on a Windows PC, if you don't mind haveing that on when you want to use the PS2. Lots of routers let you attach a USB drive and share that over SMB. Because you're not restricted to FAT32 you don't have to split games.
  
 A handy thing OPL provies is the ability to quit out of a game back to the menu with the key combo ''L1+R1+L2+R2+Start+Select''. A handy thing OPL provies is the ability to quit out of a game back to the menu with the key combo ''L1+R1+L2+R2+Start+Select''.
 +
 ===== Setup ===== ===== Setup =====
  
Line 18: Line 19:
 All games need to be in ISO format. This is usually what DVD games come as, but CD ones tent to be Bin or BIN+CUE. All games need to be in ISO format. This is usually what DVD games come as, but CD ones tent to be Bin or BIN+CUE.
  
-To convert these to ISO I use [[Bchunk]]. Usage is no-fuss:+To convert these to ISO I use [[arch>bchunk]]. Usage is no-fuss:
  
 <code>bchunk [file.bin] [file.cue] [outputnmewithoutextension]</code> <code>bchunk [file.bin] [file.cue] [outputnmewithoutextension]</code>
  
-If there's no CUE file you'll have to create it manually. They're just a [[form:plaintext|plaintext]] file with track information. PS2 ones usually look like:+If there's no CUE file you'll have to create it manually. They're just a [[plaintext|plaintext]] file with track information. PS2 ones usually look like:
  
 <code>FILE "game name.bin" BINARY <code>FILE "game name.bin" BINARY
Line 29: Line 30:
 </code> </code>
  
 +Another option for conversion is [[aur>bin2iso]]. It can create missing .cue files too.
 ==== Network ==== ==== Network ====
  
Line 37: Line 39:
 The problems I had were with the password, because there's a 31 character limit, so I had to create a unique user on my NAS so I could use such a small password. The problems I had were with the password, because there's a 31 character limit, so I had to create a unique user on my NAS so I could use such a small password.
  
-The 'Share' field also threw me, because it can't contain subdirectories. So say my Samba share is ''Media/Games/PS2'' I had to just put ''Media'' in this field, and in the regular  'Settings' menu add the rest of the path in 'ETH prefix path'.+The 'Share' field also threw me, because it can't contain subdirectories. So say my Samba share is ''Media/Games/PS2'' I had to just put ''Media'' in this field, and in the regular  'Settings' menu add the rest of the path in 'ETH prefix path'. In addition the path in the setting smenu has a length limit, and can't contain spaces.
  
 ===== Problems ===== ===== Problems =====
Line 44: Line 46:
 I've got this error when loading games over USB, Bit of a funny error to run into in flash memory land, and I'd forgotten about disk fragmentation since moving to [[Linux]], but anyway... I've got this error when loading games over USB, Bit of a funny error to run into in flash memory land, and I'd forgotten about disk fragmentation since moving to [[Linux]], but anyway...
  
-The easiest way to fix this on Linny is to grab a program called [[ShAkE]] ([[arch>shake]]), then do ''shake -pvv [path to the folder with your games on the USB]''.+The easiest way to fix this on Linny is to grab a program called [[shake]] ([[arch>shake]]), then do ''shake -pvv [path to the folder with your games on the USB]''.
  
 ===== See Also ===== ===== See Also =====
   * [[github>ps2homebrew/Open-PS2-Loader]]   * [[github>ps2homebrew/Open-PS2-Loader]]
  
-{{tag>fixes}}+{{tag>fixes guide Linux open-source PS2 software}}
open_ps2_loader.txt · Last modified: 2022/04/16 14:52 by rjt