
Son Gokuu
GamerLine-
Content count
44 -
Joined
-
Last visited
Community Reputation
4 NeutralAbout Son Gokuu
-
Rank
,
-
[Arcade PC] Aliens: Extermination (Global VR)
Son Gokuu replied to sonic323's topic in ARCADE PC DUMP LOADER
I'm going crazy. I am trying to run the game from D: \ but creating symbolic link to C: \ I have achieved it with 3 simple .bat with Fighting EX Layer (which also asks to be executed in C: \. But for whatever reason, Aliens Extermination doesn't run. If I go straight to the .exe it works. But if I invoke it, it doesn't work. Does nothing. And I do THE SAME as with Fighting EX Layer. .bat for creating the SymLink (as admin): Mklink /D C:\PC\ "D:\Roms\Arcade PC\Aliens Extermination\PC" .bat for running the game: "C:\PC\aliens\DATA\aliens dehasped.exe" I don't know why it doesn't work. I also tried editing the file name to another that had no space. EDIT: I solved it. I've created a shortcut for "aliens dehasped.exe" and I've edited the .bat calling it. ("D:\Roms\Arcade PC\Aliens Extermination\PC\aliens\Aliens.lnk") It's weird. The .exe doesn't run but the .lnk works. -
[Arcade PC] BlazBlue Central Fiction v2.01.00 (TTX3/NESICAxLive2)
Son Gokuu replied to nlynk's topic in ARCADE PC DUMP LOADER
-
[Arcade PC] BlazBlue Central Fiction v2.01.00 (TTX3/NESICAxLive2)
Son Gokuu replied to nlynk's topic in ARCADE PC DUMP LOADER
-
[Arcade PC] SNK Heroines AC (TTX3/NESICAxLive2)
Son Gokuu replied to nlynk's topic in ARCADE PC DUMP LOADER
-
[Arcade PC] Time Crisis 5 (Namco System ES3)
Son Gokuu replied to kimsama's topic in ARCADE PC DUMP LOADER
-
[Arcade PC] Time Crisis 5 (Namco System ES3)
Son Gokuu replied to kimsama's topic in ARCADE PC DUMP LOADER
-
[Arcade PC] Street Fighter V Type Arcade (TTX4)
Son Gokuu replied to spiderzsoft's topic in ARCADE PC DUMP LOADER
-
[Arcade PC] Street Fighter V Type Arcade (TTX4)
Son Gokuu replied to spiderzsoft's topic in ARCADE PC DUMP LOADER
I did, but the result is the same. I changed the "Close.exe" to "Close.bat" in Additional Apps, and setted to launch after the main app. When pushing ESC the game closes and as before, the ahk of closing the game continues in the background. Edit: I tried to launch the .bat directly through .cmd and said that "run is not recognized as an internal or external command". So I tried the sentence only with the "taskkill" part, with the name of the .ahk (AutoHotKey.exe is not found as a proccess). And it works. Your idea of the .bat , with the command: " taskkill /F /IM Open.exe /T " is perfect to me. It was a Bat-idea , haha. Thank you again! -
[Arcade PC] Street Fighter V Type Arcade (TTX4)
Son Gokuu replied to spiderzsoft's topic in ARCADE PC DUMP LOADER
-
[Arcade PC] Street Fighter V Type Arcade (TTX4)
Son Gokuu replied to spiderzsoft's topic in ARCADE PC DUMP LOADER
I just compiled it with The two processes are still in the background. The fun thing is that there is no "AutoHotKey.exe" proccess and my "Open.exe" (Close Game script) and "Close.exe" (Close scripts) are in the background but appear at Task Manager in the "Details tab" not in the "Proccess tab". Oh! I give up! haha Thank you very very much anyway! Kind regards! -
[Arcade PC] Street Fighter V Type Arcade (TTX4)
Son Gokuu replied to spiderzsoft's topic in ARCADE PC DUMP LOADER
-
[Arcade PC] Street Fighter V Type Arcade (TTX4)
Son Gokuu replied to spiderzsoft's topic in ARCADE PC DUMP LOADER
-
[Arcade PC] Street Fighter V Type Arcade (TTX4)
Son Gokuu replied to spiderzsoft's topic in ARCADE PC DUMP LOADER
-
[Arcade PC] Street Fighter V Type Arcade (TTX4)
Son Gokuu replied to spiderzsoft's topic in ARCADE PC DUMP LOADER
-
[Arcade PC] Street Fighter V Type Arcade (TTX4)
Son Gokuu replied to spiderzsoft's topic in ARCADE PC DUMP LOADER
I don't undestand. I set JConfig, the first time as Xinput and everything goes OK for the Xbox pad but I cannot set Exit with the key ESC. Dinput allows me to set ESC but the Xbox pad stops working. Same for "Dinput and Xinput" and Xinput when I return to set it. The configuration was broke. On the other side I usually use Launchbox with my games and I don't know how you did that. There is no field for scripts for individual games. I only know how to create a AutoHotKey script and launch it as an app. (I have one for exiting with ESC and no works. I did the same for Left 4 Dead Survivors, and works. But not with SF V) Could you help me, please?