ALIE Posted June 4, 2016 Share Posted June 4, 2016 so originally i was gonna go with CSO´s but i read that Gzip was supposedly gonna save much more space. so now i have to questions Nr1- my test game 007 - Agent Under Fire was 1.592.096=orginale ISO 1.412.947=CSO 1.364.982=Gzip with ultra compression done with 7zip. that doesn't seem like a significant change especially the Gzip. am i doing something wrong?, wrong settings,wrong program?, Secondly if going with gzip can anyone explain how to batch convert multiples files so it could run over night. Quote Link to comment Share on other sites More sharing options...
SentaiBrad Posted June 4, 2016 Share Posted June 4, 2016 I had read that it wasn't a huge jump personally. You will still also have to decompress these files when you want to play them and since they're compressed on Ultra it will take quite a while to boot the game depending on where they are located. CSO's don't need to be decompressed. CSOing can break a game though, I've found only 2 game so far that don't work well like this. As far as Batch compression or if you are doing it right, I wouldn't imagine anything past default Ultra would be needed and I don't know about Batch compression. It's also worth noting that some games may give you a better savings in space than others, it just depends on the game. 1 Quote Link to comment Share on other sites More sharing options...
cleverest Posted November 30, 2016 Share Posted November 30, 2016 (edited) Interesting...to your knowledge, will GZ (using -9 max setting) compressing PS2 games break any? It takes 15-60sec the first time you launch a game in PCSX2 with this method, but creates small (in the MB) temp file in the game directory for future launches to be near instant....I'm just starting to migrate my PS2 collection over to this format, and hoping this is reliable and won't break any game...Anyone have experiencing using this format? Thanks! -Brett Edited December 4, 2016 by cleverest Quote Link to comment Share on other sites More sharing options...
Wutex Posted December 2, 2016 Share Posted December 2, 2016 I compressed my whole PS2 collection using that method and all games work. Once the index file is initially created, there is no startup delay at all. 1 Quote Link to comment Share on other sites More sharing options...
Norfair Posted December 3, 2016 Share Posted December 3, 2016 (edited) I have written a script for Gzip batch conversion, which may be useful for someone. File Structure (you can of course edit the script to match your own file structure): All ISOs must be in seperate subfolders (only one ISO per subfolder). The gz file will get the name from the folder name Examples: "God of War II (USA)\God of War II (USA).iso" -> "God of War II (USA)\God of War II (USA).gz" "God of War II (USA)\image.iso" -> "God of War II (USA)\God of War II (USA).gz" Usage: Put gz.bat and 7z.exe (from 7-zip) in the folder where you have your ISOs in subfolders. Run gz.bat Comments: The script will delete the original ISOs. You can remove "-sdel" to keep the ISOs. If you want to have the highest compression level, change "-mx7" to "-mx9". (compression level 9 compared to level 7 seems to make very little difference on file size) If you add new ISOs, you can just run the script again (if original ISOs is deleted with "-sdel") gz.bat Edited December 3, 2016 by Norfair 3 1 Quote Link to comment Share on other sites More sharing options...
fromlostdays Posted March 22, 2017 Share Posted March 22, 2017 Stumbled on this trying to convert PS2 to gz. So I haven't extracted the ps2 set which is going to take forever. I'm just wondering if there isn't a way to convert straight from 7z to gz without extracting? Thanks! Quote Link to comment Share on other sites More sharing options...
Norfair Posted March 22, 2017 Share Posted March 22, 2017 6 hours ago, fromlostdays said: Stumbled on this trying to convert PS2 to gz. So I haven't extracted the ps2 set which is going to take forever. I'm just wondering if there isn't a way to convert straight from 7z to gz without extracting? Thanks! I don't think there is a way to convert directly from 7z to gz, but maybe you can edit my script to do the whole process. This process takes a long time when you have a lot of data. If you want to use my script as it is, extract the ISOs into separate folders. Quote Link to comment Share on other sites More sharing options...
fromlostdays Posted March 22, 2017 Share Posted March 22, 2017 I appreciate the script, and I'm in the process of extracting. I may leave them as is... (iso) as it took almost two hours to compress one game (6 gig madden game mind you) but if I fill up this drive the script will come in handy. I'll just have to not touch my computer for a week, haha. Quote Link to comment Share on other sites More sharing options...
SentaiBrad Posted March 22, 2017 Share Posted March 22, 2017 Yea, the compression will take time depending on your CPU no matter what compression method you use, CSO or GZ. The more compression applied too, the longer it will take. Quote Link to comment Share on other sites More sharing options...
nikeymikey Posted November 18, 2017 Share Posted November 18, 2017 I just discovered this Gzip PS2 iso theory, just ran a few tests and the gzip files seem to be bigger than the 7z files i already have. I dont mind waiting a min for a game to decompress so i guess ill stay as i am Quote Link to comment Share on other sites More sharing options...
sasquatch Posted January 10, 2018 Share Posted January 10, 2018 A little late to this thread, but thanks for the .bat Norfair, it will save me a lot of time. Quote Link to comment Share on other sites More sharing options...
Norfair Posted March 17, 2018 Share Posted March 17, 2018 (edited) On 2016-12-03 at 8:54 AM, Norfair said: I have written a script for Gzip batch conversion, which may be useful for someone. File Structure (you can of course edit the script to match your own file structure): All ISOs must be in seperate subfolders (only one ISO per subfolder). The gz file will get the name from the folder name Examples: "God of War II (USA)\God of War II (USA).iso" -> "God of War II (USA)\God of War II (USA).gz" "God of War II (USA)\image.iso" -> "God of War II (USA)\God of War II (USA).gz" Usage: Put gz.bat and 7z.exe (from 7-zip) in the folder where you have your ISOs in subfolders. Run gz.bat Comments: The script will delete the original ISOs. You can remove "-sdel" to keep the ISOs. If you want to have the highest compression level, change "-mx7" to "-mx9". (compression level 9 compared to level 7 seems to make very little difference on file size) If you add new ISOs, you can just run the script again (if original ISOs is deleted with "-sdel") gz.bat I've attached an updated script if you want to convert from 7z to gz. Warning: Use at your own risk. The 7z source files will be deleted Description: The script batch converts ISO files from 7z to gz compression. There must be one ISO file inside each 7z file. The ISO file must have the same file name as the 7z file (excluding file extension). The 7z and the ISO will be deleted in the process. The script should quit if there is something wrong when unpacking the 7z. Usage: Put 7z_to_gz.bat and 7z.exe (from 7-zip) in the folder where you have your 7z files (no subfolders). Run 7z_to_gz.bat 7z_to_gz.bat Edited March 17, 2018 by Norfair 3 Quote Link to comment Share on other sites More sharing options...
MijacOnAir Posted October 4, 2018 Share Posted October 4, 2018 Hi guys, Does this work with .bin files inside the 7z (or even uncompressed)? Some games I have are not in iso files. Thanks Quote Link to comment Share on other sites More sharing options...
Wutex Posted October 7, 2018 Share Posted October 7, 2018 Those should be CD images of the smaller PS2 Games. Those you can compress to CSO instead, Gzip will not work (as far as I understand). 1 Quote Link to comment Share on other sites More sharing options...
cleverest Posted October 7, 2018 Share Posted October 7, 2018 That is correct. That is how I do it. 1 Quote Link to comment Share on other sites More sharing options...
MijacOnAir Posted November 2, 2018 Share Posted November 2, 2018 On 10/7/2018 at 9:31 AM, Wutex said: Those should be CD images of the smaller PS2 Games. Those you can compress to CSO instead, Gzip will not work (as far as I understand). How can I convert this CD image games into CSO? It seems like maxcso works only with iso instead of bin. Quote Link to comment Share on other sites More sharing options...
MijacOnAir Posted November 2, 2018 Share Posted November 2, 2018 On 11/30/2016 at 3:50 PM, cleverest said: Interesting...to your knowledge, will GZ (using -9 max setting) compressing PS2 games break any? It takes 15-60sec the first time you launch a game in PCSX2 with this method, but creates small (in the MB) temp file in the game directory for future launches to be near instant....I'm just starting to migrate my PS2 collection over to this format, and hoping this is reliable and won't break any game...Anyone have experiencing using this format? Thanks! -Brett I am having issues loading 007 from Russia with love in gz. It crashes on one of the intro credits. The Metro Goldwyn Mayer lion and goes no further. Can you guys list the games that are not working for you in this format? I also have checked the first time you load gz games in pcsx2 it takes a little longer. Wondering if the tmp files that are created within the game directory are meant to be cache files for this purpose... does anybody know? Quote Link to comment Share on other sites More sharing options...
Wutex Posted November 7, 2018 Share Posted November 7, 2018 (edited) I am always using isocompressor to convert files to cso. Are you sure that from Russia with loves works uncompressed abut not in gz format? I do not see that phenomenon with any of my games. And yes, the delay during the first time start of a gz file is due to the creation of the tmp file, which from then on works as an index to speed up file access as far as I understand. Edited November 7, 2018 by Wutex typo 1 Quote Link to comment Share on other sites More sharing options...
MijacOnAir Posted November 7, 2018 Share Posted November 7, 2018 1 hour ago, Wutex said: I am always using isocompressor to convert files to cso. Are you sure that from Russia with loves works uncompressed abut not in gz format? I do not see that phenomenon with any of my games. And yes, the delay during the first time start of a gz file is due to the creation of the tmp file, which from then on works as an index to speed up file access as far as I understand. Thanks for your comment mate! Will try that out from the original ISO file. Maybe it is corrupted. Should I ask what is the pipeline you use to compress the smaller PS2 games that came in CUE+BIN cds? I can get them to ISO with UltraISO but not working when converting to GZ. Maybe i am missing something out there Quote Link to comment Share on other sites More sharing options...
MijacOnAir Posted November 7, 2018 Share Posted November 7, 2018 Solved, I think I was using the ISO to GZ bat file in a wrong way and forgot to put every game inside a separate folder. It seems to be working now. Thanks! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.