Aller au contenu

Pinball Virtual - Victor

GamerLine
  • Compteur de contenus

    9
  • Inscription

  • Dernière visite

Tout ce qui a été posté par Pinball Virtual - Victor

  1. This work for me, thanks
  2. Here other Missing file i made for Konami e-Amusement
  3. Thanks, i don't find.
  4. And this is the only game i don´t find de wheel. I made this one, don´t find good images for wheel but can be valid. Road Fighters 3D.ico
  5. This script don´t work for my, because if i launch the server and the game from the script compile as exe don´t work. But if i launch manualy the server, press enter and launch manually the game, work fine. This is weird because all the script does is automate those steps. I have found a solution that may not be ideal, but with which it has worked for me and I share it in case someone is in the same situation. I have modified the script.ahk as Road Fighters Prelaunch.ahk which must be compiled as Road Fighters Prelaunch.exe and this .exe must be run as Administrator. This would be the script: #SingleInstance force Run, "D:\PC Games\TeknoParrot Games\Road Fighters 3D\contents\sv\eaLocalServer.exe" Sleep, 1500 Send, {Enter} Sleep, 500 WinActivate, GLUT WinMinimize , eaLocalServer Escape:: Process,Close,spice.exe Run,taskkill /im "spice.exe" /F Process,Close,eaLocalServer Run,taskkill /im "eaLocalServer.exe" /F ExitApp return As you can see, launch the server and press Enter, the launch of the game has been eliminated and the code is kept to be able to escape. If I first run this file, either manually or as a Prelaunch in RocketLauncher and then run the game, everything works perfectly. This is my configuration in RocketLauncher [Road Fighters 3D] Application=..\..\PC Games\TeknoParrot Games\Road Fighters 3D\contents\spice.exe ExitMethod=WinClose Application PreLaunch=..\..\PC Games\TeknoParrot Games\Road Fighters 3D\Road Fighters Prelaunch.exe PreLaunchMode=run Road Fighters Prelaunch.exe Road Fighters Prelaunch.ahk
  6. With this .dll the sound work for me too, thanks
×
×
  • Créer...