Posts: 3
Threads: 1
Joined: Oct 2015
Reputation:
0
Hi,
I try to start different compressed image files via command line parameters. I used Linuz ISO CDVD plugin to compress the image to the bz2 format. When I use the "--usecd" parameter the last used image is beeing loaded but I can not find a way to start another compressed image.
It seems that PCSX2 saves the path of the last image somewhere I can not find. I tried also to use an other folder for the inis for every game but at my tests still the last used image was loaded.
I would appreciate any suggestions.
Posts: 5.076
Threads: 18
Joined: Oct 2010
Reputation:
154
You can now read compressed files using the internal ISOloader. I think gzip and cso are currently implemented. Using the internal ISO loader it would be probably easy to load games. With the linuzplugin I am unsure. It will be hard to use command line args on a plugin in a plugin environment selecting specific noninterfacial functions...
Posts: 21.718
Threads: 401
Joined: Sep 2013
Reputation:
476
Location: 私の夢の中
10-05-2015, 03:48 PM
(This post was last modified: 10-05-2015, 03:48 PM by Blyss Sarania.)
^ Just for the record, for CSO I believe you have to use maxcso to compress as it is the only one that properly supports ISO larger than 4GB. That's the way it was explained to me when I wrote it for the progress report.
Gaming Rig: Intel i7 6700k @ 4.8Ghz | GTX 1070 TI | 32GB RAM | 960GB(480GB+480GB RAID0) SSD | 2x 1TB HDD
Posts: 3
Threads: 1
Joined: Oct 2015
Reputation:
0
Hello again,
thank you for your advices. Today I found the time to compress an image to cso format with maxcso and test it. At first I tried to start the cso image from gui before doing it wich cli but I already get an file not found error for cso files in the gui.
Do I have to make something in the options to be able to start cso files with version 1.2.1?
Posts: 1.909
Threads: 28
Joined: Jun 2010
Reputation:
75
PCSX2 1.2.1 doesn't support gzip or cso. Read my earlier comment. For 1.2.1 you can use NTFS compression of the filesystem itself.
Posts: 3
Threads: 1
Joined: Oct 2015
Reputation:
0
@avih: Hi. Actually I want to compress the images not the complete filesystem. You wrote earlier that "more recent builds" support cso natively so I though 1.2.1 should be capable of. Is there a reason for not providing this feature anymore or will it be implemented again in one of the next versions? Is there a list of what compression methods are supported by what version?