Page 1 of 1
Running PSX games that are PakkISO'd
#2
Posted 27 July 2010 - 09:32 PM
PakkISO has two executables that are distributed with the installer. One is for creating archives (pakkiso.exe) and the other is for extracting them (unpakkiso.exe). Both of these can be used via a command line, so all you need to do is determine the correct command line parameters to use and use it on the run before line in GameEx. You will probably also want to use a command in run after to delete the archive.
http://www.*.com/wik...dex.php/Pakkiso
Is it ok to post that link? It's just to the wiki, but I'm guessing it should be removed?
http://www.*.com/wik...dex.php/Pakkiso
Is it ok to post that link? It's just to the wiki, but I'm guessing it should be removed?
#3
Posted 27 July 2010 - 10:00 PM
bkenobi, on 27 July 2010 - 10:32 PM, said:
PakkISO has two executables that are distributed with the installer. One is for creating archives (pakkiso.exe) and the other is for extracting them (unpakkiso.exe). Both of these can be used via a command line, so all you need to do is determine the correct command line parameters to use and use it on the run before line in GameEx. You will probably also want to use a command in run after to delete the archive.
http://www.*.com/wik...dex.php/Pakkiso
Is it ok to post that link? It's just to the wiki, but I'm guessing it should be removed?
http://www.*.com/wik...dex.php/Pakkiso
Is it ok to post that link? It's just to the wiki, but I'm guessing it should be removed?
Yea, sorry... I think that link is pushing it as it links to a torrent site, specifically one known for hosting a regged gameex at one time
Personally, I never saw the advantages in zipping an ISO, then having to Unzip it on the fly. I mean these games are pretty large and it takes a bit of time. Throw in the fact drives are so cheap these days.
However, I am sure in launch before you can use unpakkiso.exe "[rompath]\[romfile]" "[rompath]\[rom]"
Which may unzip it to the Rompath in its own folder titled as the rom name,
Then in the command: emulator.exe "[rompath]\[rom]\[romfile]"
Or something along those lines.
I really do not know, and have not really looked into it. But it should be possible.
You must defeat Sheng Long to stand a chance.
#4
Posted 27 July 2010 - 11:31 PM
I am not sure its going to be that simple because the cue is going to have to be mounted after that. So i guess I would have to set up gameex to 'see' the .cue files to make the game list, then put in before a command to unpakk the folder to a different location and keep the original files. Finally making it run off the newly unpakked files in that different location. I'm not sure if pakkiso can be set not to delete the original files.
I'm kinda tired right now and don't have time to mess with it but I think its going to be a complicated matter.
I'm kinda tired right now and don't have time to mess with it but I think its going to be a complicated matter.
"He who fall asleep with itchy butt, wake with smelly finger."
#5
Posted 27 July 2010 - 11:43 PM
we1dont7die, on 28 July 2010 - 12:31 AM, said:
I am not sure its going to be that simple because the cue is going to have to be mounted after that. So i guess I would have to set up gameex to 'see' the .cue files to make the game list, then put in before a command to unpakk the folder to a different location and keep the original files. Finally making it run off the newly unpakked files in that different location. I'm not sure if pakkiso can be set not to delete the original files.
I'm kinda tired right now and don't have time to mess with it but I think its going to be a complicated matter.
I'm kinda tired right now and don't have time to mess with it but I think its going to be a complicated matter.
So, why not uncomplicate things, unpak your stuff, keep it unpacked... Then mount the images before running the emu. I just got a 1.5 terabyte drive for 100 bucks.
Seagate Barracuda LP 2 TB 5900RPM SATA 3 GB/s 32 MB Cache 3.5-Inch Internal Hard Drive ST32000542AS-Bare Drive
$109.99
On Amazon
You must defeat Sheng Long to stand a chance.
#6
Posted 28 July 2010 - 12:56 AM
Not to mention the 1Tb external that you got for free. 
Sorry, Brian, I saw an opportunity, and took it.
Sorry, Brian, I saw an opportunity, and took it.
An horrid stillness first invades the ear, And in that silence we the Tempest fear.
#7
Posted 28 July 2010 - 02:24 AM
Tempest, on 28 July 2010 - 01:56 AM, said:
Not to mention the 1Tb external that you got for free. 
Sorry, Brian, I saw an opportunity, and took it.
Sorry, Brian, I saw an opportunity, and took it.
Its all good, and well deserved. To be honest I thought about that while replying
You must defeat Sheng Long to stand a chance.
#8
Posted 28 July 2010 - 10:50 AM
It's no problem. More like a winter project for me.
But harassing you is fun all year long.
But harassing you is fun all year long.
An horrid stillness first invades the ear, And in that silence we the Tempest fear.
#9
Posted 29 July 2010 - 03:52 PM
Hi we1dont7die !
Iīve managed to do this in my GameEx Setup.
A long time ago , someone pointed me to this topic.
http://www.gameex.in...l=packiso&st=20
I didnīt used the FULL script , but this one helped me a lot to solve my problem.
I used as base script , the one wich is in post #23.
See if this one can help you.
If not, please let me know ,and I will post my script here.
Mine does the following :
1- Sends an "unmount" command to Daemon Tools (I don't use the builtin tool present in GameEx.)
2- Points the Packed-ISO to the packiso program folder (this starts the process of unpacking).
3- Then I send the command to daemon tools mount the cue file.
4- The last one is start epsxe by the command line. Assuming that you previously set the default cd-rom drive in epsxe, in that case the Daemon tools one.
If you need help just let me know !
Iīve managed to do this in my GameEx Setup.
A long time ago , someone pointed me to this topic.
http://www.gameex.in...l=packiso&st=20
I didnīt used the FULL script , but this one helped me a lot to solve my problem.
I used as base script , the one wich is in post #23.
See if this one can help you.
If not, please let me know ,and I will post my script here.
Mine does the following :
1- Sends an "unmount" command to Daemon Tools (I don't use the builtin tool present in GameEx.)
2- Points the Packed-ISO to the packiso program folder (this starts the process of unpacking).
3- Then I send the command to daemon tools mount the cue file.
4- The last one is start epsxe by the command line. Assuming that you previously set the default cd-rom drive in epsxe, in that case the Daemon tools one.
If you need help just let me know !
#10
Posted 29 July 2010 - 05:53 PM
vsilvalopes I can't thank you enough for the helpful response. I am going to try this when i have some free time, perhaps this weekend, and I will postwhat I've done or any snafu's along the way. Thanks again!
"He who fall asleep with itchy butt, wake with smelly finger."
Page 1 of 1

Sign In
Register
Help




MultiQuote

