Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Vlaryn

Pages: [1]
1
Emulators / Taito Type X launch issues
« on: September 18, 2017, 05:24:53 PM »
I am having trouble launching Taito Type X Games. Every time I try and launch the game it never starts. I found that if click the game then hit windows key to pull me out of the AM gui I will load. So I created a batch file that would launch notepad for 3 seconds to pull me out of AM and then launch the game and I though it was fixed. The next issue I now have is that when I am in the game and click a joystick button it works but its also still sending these command to AM in the background and that tries to launch another game. I will post my AM cfg and the bat file I am using for suggestions. Also I am not using rlauncher. would rather stay away from rlauncher.

--------------------------------------------------------------------------------

# Generated by Attract-Mode v2.2.1
#
executable           cmd
args                 /C "[romfilename]"
workdir              Q:\roms\ttx\
rompath              Q:\roms\ttx\
romext               .lnk;.bat;.LNK;.BAT
system               PC
info_source          thegamesdb.net
exit_hotkey          Escape
artwork    flyer           Q:\roms\ttx\flyer
artwork    marquee         Q:\roms\ttx\marquee
artwork    snap            Q:\roms\ttx\snap
artwork    wheel           Q:\roms\ttx\wheel


---------------------------------------------------------------
@echo off
start notepad
timeout /t 3
Taskkill /IM notepad.exe /F
Q:
cd\
cd\roms\ttx\Super Street Fighter IV Arcade Edition
typex_loader game.exe


Thanks
V

Pages: [1]