Jump to content

All my products and services are free. All my costs are met by donations I receive from my users. If you enjoy using any of my products, please donate to support me. My bare hosting costs are currently not met so please consider becoming a contibuting member by either clicking this text or the Patreon link on the right.

Patreon

Logitech

Basic Member
  • Posts

    5
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Logitech's Achievements

Member

Member (1/5)

0

Reputation

  1. Thanks for quick reply and sorry for asking on forum. The assets will be replaced soon.
  2. edit: message removed, public forum was not a good place to ask this question.
  3. The mounting tool that is included with gameex seems to be not compatible with my PSX images (almost every game contains one .cue file that should be loaded in virtual drive and multiple .bin files with music tracks) - that's why I'd like to use Daemon Tools Lite which supports loading redump.org CUE files. I've read some basic tutorials about command line and tried to write this script based on other useful information that I have found on this board but still I can’t complete this script without help… So far I can run some basic commands that will probably be part of this script: - create temp directory and move to it mkdir %temp%\PSX_TEMP cd %temp%\PSX_TEMP - copy torrent7z program to TEMP folder copy ..\torrent7z_0.9.1_win32bin\*.* %temp%\PSX_TEMP - extract file with t7z.exe (in this case, the file should be choosen in gameex so the command will probably look different. Unfortunately I can't simply use "*.7z" because there are several archives in ROMS folder) t7z.exe e "Cool Boarders 4 (USA).7z" - mount and unmount images in daemon tools "c:\Program Files\Daemon Tools\daemon.exe" -unmount 0 "c:\Program Files\Daemon Tools\daemon.exe" –mount 0,"%temp%\PSX_TEMP\*.cue" - start emulator start "C:\Emulators\epsxe\epsxe.exe" -nogui -analog - delete unnecessary files del "*.bin" del "*.cue" Unfortunately these are just basic commands that won’t work as intended without adding other commands that I can’t write on my own without learning more complex language used in command line. I can’t find a “noob friendly” tutorial that could help me finish this script. I would like to kindly ask more experienced scripter to help me out So what’s left? I have no idea how to point in command line specific file in ROMS folder that is selected from gameex GUI and then unpack it automatically from ROM folder to TEMP folder without copying the whole archive to TEMP before extracting (coping the file first would be too time consuming). Also I'm not sure what is the correct order for all the functions and how to merge them to work as intended. I will be very grateful if someone post a complete finished script Thanks in advance. Please excuse my poor grammar & spelling.
  4. I'm pretty sure that without some additional script registered version of gameex would not allow me to automatically extract archive with game (selected in front-end) with torrent7z (external program that can extract previously created with this tool .7z archives faster than normal version of 7z) to TEMP folder, mount CUE file to Daemon Tools (again, external program), write custom message, open up epsxe, and in the end delete files automatically. I've searched the board for this kind of scripts and I found something like this for packiso archives but without basic knowledge about command line I can't adjust it to my needs. Before donating for a full version I'd like to be sure that gameex will be my main frontend and without functionality described above I will probably be forced to look for other alternatives (or learn about command line so I could figure out how to write this script on my own). I really hope that some more experienced gameex user would be kind enough to help me with it
  5. Hi, I have just started to test gameex front-end and so far I'm impressed. I'd like to use it to play my redump.org PSX games that are packed with t7z. Unfortunately I'm not good at writing the command line scripts (nah, to be perfectly honest I have completely no idea how to do it...). I'd like to ask for help to write a custom script that would resolve all my problems with compressed PSX games. The script should do the following: 1. Send "unmount" command to Daemon Tools. 2. Extract .7z file that contains a game, using t7z.exe (eg.: t7z.exe e "Cool Boarders 4 (USA).7z") to start the process of unpacking (it should unpack the .7z archive selected in gameex to TEMP folder). 3. Show the message that the files are extracting. 4. Send the command to daemon tools to mount the extracted CUE file. 5. Start epsxe by the command line (epsxe default cd-rom drive is Daemon tools one so the game should automaticly load up). 6. After closing the epsxe send "unmount" command to Daemon Tools and delete extracted files from TEMP folder. Thanks in advance for your help!
×
×
  • Create New...