Debes hacer lo siguiente
En c debes colocar el Demulshooter
El primer run la ruta donde tengas el ejecutable del Demulshooter en mi caso en C
El segundo run la ruta donde tengas el ejecutable del juego TimeCrisisGame-Win64-Shipping.exe
la tecla 3 la tengo configurada para los créditos y la tecla 1 para activar o desactivar el punto de mira y el escape para salir del juego.
Si pulsas a la vez los dos botones de la pistola aimtrak funciona para saltar escenas y cambiar de arma.
Espero que te sea de ayuda
Crear un fichero ahk y colocar lo siguiente dentro:
Run, c:\Demulshooter\DemulShooterX64.exe -target=es3 -rom=tc5
Sleep, 1000
run, "F:\HyperSpin\Emulators\PC GAMES\ROMS\time crisis 5\TC5\Binaries\Win64\TimeCrisisGame-Win64-Shipping.exe" -NOINI -Language=POR -playside=1
MButton::t
RButton::y
3::<+t
1::<+h
~MButton & ~RButton::o
Escape::
Process,Close,TimeCrisisGame-Win64-Shipping.exe
Run,taskkill /im "TimeCrisisGame-Win64-Shipping.exe" /F
ExitApp
return
*****Para bajar la velocidad al apuntar con la pistola aimtrak debes modificar lo siguiente:
Most of the document is about remapping buttons. If you don't care about any of that, you can just do this part only.
6) Go to the following folder Time Crisis 5\TC5\Engine\Config
7) Make a copy of BaseInput.ini
8) BaseInput.ini is read only - make it so you can edit it -uncheck the read only box in properties
9) THIS BIT IS IMPORTANT - AS IN IF YOU DON'T FOLLOW THIS BIT IT WON'T WORK
Remember we all like to play games differently so if you don't like these settings don't moan about it just change them until they suit your game play
Change the following lines
line 8 from bEnableMouseSmoothing=true to EnableMouseSmoothing=true
line 37 from Bindings=(Name="MouseX",Command="Count bXAxis | Axis aMouseX") to Bindings=(Name="MouseX",Command="Axis aMouseX Speed=0.05")
line 38 from Bindings=(Name="MouseY",Command="Count bYAxis | Axis aMouseY") to Bindings=(Name="MouseY",Command="Axis aMouseY Speed=0.05")