antedr
May 21st, 2008, 09:39
Hello, I'm not sure if this has already been brought up before or not but..
In interest of saving disk space, I made a simple *.cmd file for windows.
It looks something like this:
7z e game.7z
epsxe -loadbin game.img -nogui
del game.img
My psx roms are compressed initially. When I execute the *.cmd, 7zip.exe extracts the game image I choose to play and then epsxe loads it. When I exit from epsxe, the extracted image is deleted automatically.
You can easily save gigs and gigs of space depending on how many game images you have stored on your hard disk.
The largest drawback of course is the time it takes for the file to be extracted before you can play. This can be mitigated by using a lesser degree of compression (e.g. setting 7zip to compress in *.zip on fastest setting).
Anyway, just a thought.
In interest of saving disk space, I made a simple *.cmd file for windows.
It looks something like this:
7z e game.7z
epsxe -loadbin game.img -nogui
del game.img
My psx roms are compressed initially. When I execute the *.cmd, 7zip.exe extracts the game image I choose to play and then epsxe loads it. When I exit from epsxe, the extracted image is deleted automatically.
You can easily save gigs and gigs of space depending on how many game images you have stored on your hard disk.
The largest drawback of course is the time it takes for the file to be extracted before you can play. This can be mitigated by using a lesser degree of compression (e.g. setting 7zip to compress in *.zip on fastest setting).
Anyway, just a thought.