Go to file
ArcadeNEA e98ad288dd
Merge pull request #8 from asveikau/pullreq-02
Use of "ftell" and "fseek" means 32 bit file offsets for some platforms.  Use "ftello" and "fseeko" instead.
2023-01-16 11:40:09 -03:00
README.md Update README.md 2020-10-08 13:06:16 -03:00
iso2opl.c initial commit 2019-04-13 12:53:05 -03:00
iso2opl.h initial commit 2019-04-13 12:53:05 -03:00
isofs.c Correct fix for ftello64 etc. 2023-01-15 01:55:48 -08:00
makefile Makefile fixes 2023-01-14 12:17:29 -08:00

README.md

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