My Project, so far I' calling it "PS2 HDD BatchKit"
Is a series of batch files that complement each other to install files and games to a PS2 HDD with 2Tb HDD support.
I originally came across "dekkit's" PFS and HDL batchers, where I proceeded to make some improvements. I've also implemented a few checks to prevent possible errors and automated what I could. And tried to keep the folder structure as close as possible to OPL.
( Screen goes black when the batch requests "Administrative Privileges" )
In order of the YouTube video (linked above) I will go through each batch file...
After populating folders CD, DVD, THM and POPS (all optional)
ISO Batcher:
Compiles Artwork, Configs and VMC's
Artwork and Config sources are downloaded (Only if the file doesn't already exist)
Information is gathered from the game images and extracts artwork and configs from the archives located in SRC folder.
VMC's are compiled using genvmc.exe... Games with multiple discs are linked to the same vmc.bin and config files are updated with VMC details.
PFS Batcher:
Transfers ART, CFG, VMC, and THM folders to your OPL partition using pfsshell.exe
POP Batcher:
Transfers POPS/VCD's to your "__.POPS" partition using pfsshell.exe
HDL Batcher:
Transfers PS2 CD and DVD images to your PS2 HDD using hdl_dump_093.exe
Based on "dekkit's" HDL HDD Batcher, I first noticed people having issues with admin privileges and I found this to be more of an issue when running that batch from a USB device.
I was able to add a few lines which solved the issue on many levels. 2nd I had an issue with hdl_dump-090 where it would not include the GameID within the header and would cause games with multiple discs not to be all installed due to the name of the file being cut off from the partition leaving out the "(Disc X)" tag so I undated to hdl_dump_093 to resolve this.
Also on occasion hdl_dump would fail in retrieving the GameID on some images, so I added a check where if the GameID from hdl_dump was false the batch will then extract the "SYSTEM.CNF" file from the game image and extract the GameID from there. The failure rate should now be very low.
WIP:
I have some more batches that I have in mind but would need some assistance from the community...
DOWNLOAD HERE: PS2 HDD BatchKit v0.1.2.7z
PS: Your feedback either positive or negative is important...
Is a series of batch files that complement each other to install files and games to a PS2 HDD with 2Tb HDD support.
I originally came across "dekkit's" PFS and HDL batchers, where I proceeded to make some improvements. I've also implemented a few checks to prevent possible errors and automated what I could. And tried to keep the folder structure as close as possible to OPL.
( Screen goes black when the batch requests "Administrative Privileges" )
In order of the YouTube video (linked above) I will go through each batch file...
After populating folders CD, DVD, THM and POPS (all optional)
ISO Batcher:
- Converts PS2 CD ".bin" images to ".iso" format witht he aid of bchunk.exe
- Cue sheets are not required as they are automatically generated...
Compiles Artwork, Configs and VMC's
Artwork and Config sources are downloaded (Only if the file doesn't already exist)
Information is gathered from the game images and extracts artwork and configs from the archives located in SRC folder.
VMC's are compiled using genvmc.exe... Games with multiple discs are linked to the same vmc.bin and config files are updated with VMC details.
PFS Batcher:
Transfers ART, CFG, VMC, and THM folders to your OPL partition using pfsshell.exe
POP Batcher:
Transfers POPS/VCD's to your "__.POPS" partition using pfsshell.exe
HDL Batcher:
Transfers PS2 CD and DVD images to your PS2 HDD using hdl_dump_093.exe
Based on "dekkit's" HDL HDD Batcher, I first noticed people having issues with admin privileges and I found this to be more of an issue when running that batch from a USB device.
I was able to add a few lines which solved the issue on many levels. 2nd I had an issue with hdl_dump-090 where it would not include the GameID within the header and would cause games with multiple discs not to be all installed due to the name of the file being cut off from the partition leaving out the "(Disc X)" tag so I undated to hdl_dump_093 to resolve this.
Also on occasion hdl_dump would fail in retrieving the GameID on some images, so I added a check where if the GameID from hdl_dump was false the batch will then extract the "SYSTEM.CNF" file from the game image and extract the GameID from there. The failure rate should now be very low.
WIP:
I have some more batches that I have in mind but would need some assistance from the community...
DOWNLOAD HERE: PS2 HDD BatchKit v0.1.2.7z
PS: Your feedback either positive or negative is important...