Skip to content

Fork of iso2opl, taken from the Open Ps2 Loader repo. It has a better makefile in order to build succesfully

Notifications You must be signed in to change notification settings

arcadenea/iso2opl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iso2opl

Fork of iso2opl, taken from the Open Ps2 Loader repo. It has a better makefile in order to build succesfully.

Build

Just clone the repository using something like (in an empty folder):

git clone https://github.com/arcadenea/iso2opl.git .

then type:

make

If everything goes fine, there will be a new file created named "iso2opl".

Usage

Simply put your PS2 USB mass storage device in the computer, mount it and type

./iso2opl /xxxxxx/game.iso /yyyyyyy/massdevice "name of the game" [CD/DVD]

where:

/xxxxxx is the path where your game iso exists. /yyyyyy/massdevice is the path of your mounted USB device (usually something like /media/xxxxx). You can check this out with the command "mount". "name of the game" is the name that you want to be displayed on Open PS2 Loader. It must have between 3 and 32 characters. [CD/DVD] It depends if the original media of the game is a CD or a DVD.

Example:

./iso2opl /home/user/game.iso /media/myusbstorage "awesome game" DVD

About

Fork of iso2opl, taken from the Open Ps2 Loader repo. It has a better makefile in order to build succesfully

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •