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. Thank you for your support. Tom Speirs

Patreon

smd111

GameEx Founding Member
  • Posts

    131
  • Joined

  • Last visited

Everything posted by smd111

  1. oh sorry here clipboardpaste.bat "[ROMPATH]\[ROMFILE]" i had to change mine to this to get the correct folder names because i compress all my multi disk games and use gameex to open them no change to the bat file and the commands are echo -- not sure what this does set/p= -- set with option p %~1 -- this is the var you send it clip -- this directs it to the clipboard
  2. this might give people the wrong idea clipboardpaste.bat = echo|set/p=%~1|clip in the first line thay know that this is the way it goes or thay might actualy put clipboardpaste.bat = echo|set/p=%~1|clip in the bat file so it should be this clipboardpaste.bat echo|set/p=%~1|clip
  3. does the windo that opens allow you to type in the location and name of the file and does it start on that section here is an image: http://s9.postimg.org/9d5zrr9ov/Untitled.png here is my bat file http://www.filedropper.com/clipboardpaste
  4. yup yup,yup [MENU, VK_F] opens the file menu,[CONTROL, VK_V] = ctrl+v
  5. thats why i had to do it the way i did this sends the whole file location to the clipboard so it can be pasted to the typed input in the file selection screen example: c:\somthing\thisthing\a.rom
  6. is there a way to have gameex extract files from an archive to a specific folder?? not in the temp folder and when the enu closes delete them from the comp??
  7. EDIT i finaly got what i wanted to do i created this bat file (needs to be in the SwitchDisc (and maybe the working) directory) clipboardpaste.bat echo|set/p=%~1|cliphere is my SwitchDisc config for ePSXe <EmulatorName>ePSXe</EmulatorName> <WorkingPath>C:\Emulators\ePSXe</WorkingPath> <ArtworkPath></ArtworkPath> <RomPath>C:\Roms\Sony Playstation\Roms\working</RomPath> <RomsInSubDir>false</RomsInSubDir> <SwitchDiscCmd>clipboardpaste.bat "[ROMFILE]"</SwitchDiscCmd> <KeysBeforeGUI><EPSXE_ESCAPE>, |500|</KeysBeforeGUI> <KeysBeforeSwitch></KeysBeforeSwitch> <KeysAfterSwitch>|1000|, [MENU, VK_F], DOWN, DOWN, DOWN, DOWN, RIGHT, DOWN, RETURN, |500|, [CONTROL, VK_V], RETURN</KeysAfterSwitch> <UseVirtualDrive>false</UseVirtualDrive> <VirtualDrive i:nil="true" />this only works if your game files are in the same folder as your rom path
  8. some ware in the settings you should see a way to change the controler settings just remove the one for exit thi this migh need to be done for each emu in you list im not sure i cant help any farther then this because my gaming comp is down for repairs right now
  9. i figured it out i forgot to use this option in my bat -w "C:\Emulators\ePSXe" i.e. start "" "C:\Users\<omited>\Desktop\SwitchDisc-1.0.3\SwitchDisc.exe" -w "C:\Emulators\ePSXe" -f "Final Fantasy IX[Disc1of4].mdx"
  10. ok i have run in to another problem when i run directly it works just fine but not when i run it from gameex what i mean is that when run from gameex it wont change my disk or control epsxe this is my before bat for ffix start "" "C:\Users\<omited>\Desktop\SwitchDisc-1.0.3\SwitchDisc.exe" -f "Final Fantasy IX[Disc1of4].mdx"start "" "C:\Program Files (x86)\DAEMON Tools Pro\DTAgent.exe" -mount scsi, 0,"E:\Roms\Sony Playstation\Roms\compressed cds\Final Fantasy IX[Disc1of4].mdx"REGEDIT /S "E:\Roms\Sony Playstation\Roms\reg files\Final Fantasy IX.REG"here is my log file
  11. ok it working thx(i finaly did get the last one to work but to do so i had to right click and run as admin even tho i am admin and have it to ware all apps started by admin are fully elevated) one question do you plan to add a process check (what i mean is to watch the process thats called when using virtual drives) the reason i ask is as it stands right now i have to add a 6000 wait before the disk is fully changed(i think its because im using the pro advanced verision) just so you know you cannot have the pro adv and the light installed on the same comp at the same time also im not sure why but this is the only commands i can use to change disks from SwitchDisc(this is for Daemon Pro Adv) start "" "C:\Program Files (x86)\DAEMON Tools Pro\DTAgent.exe" -mount scsi, 0,"[DISCPATH]\[DISCFILE]" (if i try to use this without {start "" } it will not change the disk but with it it will) or "[DISCPATH]\[DISCFILE]" -EDIT- to not have 2 posts
  12. here is my log 12/8/2012 4:39:11 AM SwitchDisc logging initialized12/8/2012 4:39:11 AM Processing SwitchDisc command options...12/8/2012 4:39:11 AM Command options parsed successfully:12/8/2012 4:39:11 AM DiscID =12/8/2012 4:39:11 AM DiscFile =12/8/2012 4:39:11 AM EmulatorID =12/8/2012 4:39:11 AM WorkingPath =12/8/2012 4:39:11 AM ArtPath =12/8/2012 4:39:11 AM FullScreen = False12/8/2012 4:39:11 AM NoGUI = False12/8/2012 4:39:11 AM Exit = False12/8/2012 4:39:11 AM Parsing SwitchDisc configuration from file12/8/2012 4:39:11 AM Registering SwitchDisc HotKey12/8/2012 4:39:11 AM Registering SwitchDisc Interface Keys12/8/2012 4:39:11 AM Options do not match the existing configuration. SwitchDisc will attempt to load entire configuration12/8/2012 4:39:11 AM Could not determine currently loaded disc12/8/2012 4:39:11 AM Overriding NoGUI settings. Initializing to FALSE12/8/2012 4:39:29 AM Initializing SwitchDisc GUI12/8/2012 4:39:29 AM Initializing SwitchDisc Target Window: ePSXe - Enhanced PSX emulator12/8/2012 4:39:29 AM Invoking Send Keys Before GUI12/8/2012 4:39:29 AM Simulating modified key stroke: [MENU, RETURN]12/8/2012 4:39:29 AM Pausing thread: 500ms12/8/2012 4:39:30 AM Invoking special operation: ePSXe Escape12/8/2012 4:39:30 AM WARNING: Console command may fail: nextDisc is NULL12/8/2012 4:39:30 AM Initializing SwitchDisc Target Window: ePSXe - Enhanced PSX emulator12/8/2012 4:39:30 AM SwitchDisc GUI: Custom default artwork path is invalid!:12/8/2012 4:39:30 AM SwitchDisc GUI: Initializing default artwork path: E:\Roms\Sony Playstation\Roms\SwitchDisc-1.0.3\images\12/8/2012 4:39:30 AM SwitchDisc GUI: Initializing ePSXe artwork path: E:\Assets\Sony_Playstation\Box12/8/2012 4:39:30 AM SwitchDisc GUI: Initializing currently loaded disc12/8/2012 4:39:30 AM SwitchDisc GUI: Currently loaded disc not found. Initializing loaded disc to position 012/8/2012 4:39:31 AM SwitchDisc GUI initialized sucessfully12/8/2012 4:39:33 AM Invoking SwitchDisc12/8/2012 4:39:33 AM Copy Next Disc File Name to Clipboard: E:\Roms\Sony Playstation\Roms\compressed cds12/8/2012 4:39:33 AM Setting target window as foreground window: ePSXe - Enhanced PSX emulator12/8/2012 4:39:33 AM Invoking Send Keys Before Disc Switch12/8/2012 4:39:33 AM Invoking special operation: ePSXe Escape12/8/2012 4:39:33 AM Console command parsed successfully: E:\Roms\Sony Playstation\Roms\SwitchDisc-1.0.3\utils\epsxe_escape.exe12/8/2012 4:39:33 AM Invoking Virtual Drive configuration settings12/8/2012 4:39:33 AM Console command parsed successfully: "E:\Roms\Sony Playstation\Roms\compressed cds\Final Fantasy IX[Disc1of4].mdx"12/8/2012 4:39:33 AM Invoking Virtual Drive command: "E:\Roms\Sony Playstation\Roms\compressed cds\Final Fantasy IX[Disc1of4].mdx"12/8/2012 4:39:36 AM ERROR: Process must exit before requested information can be determined.12/8/2012 4:39:36 AM Virtual Drive command was flagged as unsucessful12/8/2012 4:39:36 AM Invoking Send Keys After Disc Switch12/8/2012 4:39:36 AM Pausing thread: 4000ms12/8/2012 4:39:40 AM Invoking special operation: ePSXe Escape12/8/2012 4:39:40 AM Console command parsed successfully: E:\Roms\Sony Playstation\Roms\SwitchDisc-1.0.3\utils\epsxe_escape.exe12/8/2012 4:39:40 AM Simulating modified key stroke: [MENU, VK_F]12/8/2012 4:39:40 AM Pausing thread: 500ms12/8/2012 4:39:41 AM Simulating single key stroke: DOWN12/8/2012 4:39:41 AM Pausing thread: 500ms12/8/2012 4:39:41 AM Simulating single key stroke: DOWN12/8/2012 4:39:41 AM Pausing thread: 500ms12/8/2012 4:39:42 AM Simulating single key stroke: DOWN12/8/2012 4:39:42 AM Pausing thread: 500ms12/8/2012 4:39:42 AM Simulating single key stroke: DOWN12/8/2012 4:39:42 AM Pausing thread: 500ms12/8/2012 4:39:43 AM Simulating single key stroke: RIGHT12/8/2012 4:39:43 AM Pausing thread: 500ms12/8/2012 4:39:43 AM Simulating single key stroke: RETURN12/8/2012 4:39:43 AM Pausing thread: 500ms12/8/2012 4:39:44 AM Simulating single key stroke: RETURN12/8/2012 4:39:44 AM SwitchDisc GUI: Closing GUI12/8/2012 4:39:54 AM Cleaning up image cache12/8/2012 4:39:54 AM Exiting SwitchDisc ... Bye-EDIT-just so you know the reason i have [DISCPATH]\[DISCFILE] is because the .mdx file will change the disk loaded just by running it tho i can change it to this "C:\Program Files (x86)\DAEMON Tools Pro\DTAgent.exe" -mount scsi, 0,"[DISCPATH]\[DISCFILE]"
  13. for some reason it still not working for me here is my Config could win7ult x64 have an issue with this???
  14. im not sure what i did differently but Steam is not in my gameex list at all im guessing that you would need to remove all settings for steam in the gameex settings
  15. i would do it that way even if i could do it differently because that way you can have it setup how you want it
  16. you can change thoes paths to what you want
  17. sweet cant wait to try it also if you check my post here i have found a workaround for the fact i need the gui when using gameex
  18. the link you have in the config app for sendkey does not exist http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfsystemwindowsformssendkeysclasstopic.asp i did find another one that might help http://msdn.microsoft.com/en-us/library/system.windows.forms.sendkeys.aspx and http://www.codeproject.com/Articles/6819/SendKeys-in-C and http://msdn.microsoft.com/en-us/library/aa202943%28v=office.10%29.aspx
  19. @nullPointer any news on why esc is not sent to epsxe yet also this might help you if you need help whit send key http://msdn.microsoft.com/en-us/library/system.windows.forms.sendkeys.aspx
  20. until i get this situated im doing it manually by running epsxe.exe nut after this i get this working im going to use ePSXe.exe -slowboot this is my start before .bat file for ffix(the .reg file is for epsxe settings) i know this way i need to do each with a different .bat start "" "E:\Roms\Sony Playstation\Roms\SwitchDisc-1.0.3\SwitchDisc.exe" -f "Final Fantasy IX[Disc1of4].mdx" start "" "C:\Program Files (x86)\DAEMON Tools Pro\DTAgent.exe" -mount scsi, 0,"E:\Roms\Sony Playstation\Roms\compressed cds\Final Fantasy IX[Disc1of4].mdx" REGEDIT /S "E:\Roms\Sony Playstation\Roms\reg files\Final Fantasy IX.REG" here is my after .bat start "" "E:\Roms\Sony Playstation\Roms\SwitchDisc-1.0.3\SwitchDisc.exe" -q start "" "C:\Program Files (x86)\DAEMON Tools Pro\DTAgent.exe" -unmount scsi, 0 here is my send key settings for gameex wait time(ms) = 1000sendkey = [%f]~ -edit- i needed to change my cmdline for epsxe because -cdrom seams to be disabled by the devs and add my send key settings
  21. yes thats correct im not trying to kill it im trying to get it back into the epsxe menu just have it go throught the menu and select changdisk/cdrom because im using DAEMON Tools Pro as my cdrom drive instead of having epsxe load the iso(because for me it runs better with deamon tools) so all i need is fore it to go back to the ePSXe menu and change the disk from the menu because there is no short key presses that will tell epsxe to change the disk
  22. i put the rest of my post in spoiler because it all working except it will not send escape to epsxe i just tried to set my triger key to escape but when setup like this it wont let the key to also pass to the emu so that wont work eather so there is a bug that wont let esc go to the emu here is my working(except for esc) config and my log file in the log it says it sends the esc key but it does not
×
×
  • Create New...