Skip to content

qwertyllo/iso2opl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 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 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 USB device (usually something like /dev/sdb, /dev/sdc) "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 /dev/sdb "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

 
 
 

Contributors

Languages

  • C 99.1%
  • Makefile 0.9%