Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/israpps/iso2ul
command line tool to convert ISO9660 images into segmented 'USBExtreme' format file for usage on OpenPS2Loader
https://github.com/israpps/iso2ul
Last synced: 6 days ago
JSON representation
command line tool to convert ISO9660 images into segmented 'USBExtreme' format file for usage on OpenPS2Loader
- Host: GitHub
- URL: https://github.com/israpps/iso2ul
- Owner: israpps
- License: mit
- Created: 2022-11-03T03:58:39.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-01T19:17:24.000Z (over 1 year ago)
- Last Synced: 2024-11-08T17:57:02.947Z (2 months ago)
- Language: C
- Size: 31.3 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ISO2UL
command line tool to convert ISO9660 images into segmented 'USBExtreme' format file for usage on OpenPS2Loader
original source code provided by @HowlingWolfHWC
## usage
```
ISO2UL.exe IMAGEFILE ROOTPATH "TITLE" [CD/DVD]
```
where:
- `IMAGEFILE` is a path to the game file
- `ROOTPATH` is the location of the OPL Folders structure (eg: usb device root, or a sub-folder if you use the prefix path features)
- `TITLE` game title to be shown on OPL, max `32` chars
- `CD/DVD` media typeExample:
```
ISO2UL.exe "I:\games\foo.ISO" "D:\GAMES" "my 32 chars title" CD
```