Hi everybody
, I almost finished to configure Time crisis 5 for my gun4Ir gun , the crosshair is working fine on the menu but it's off while playing the game
any idea about how to fix it ?
here is my autohotkey :
RUN, D:\EMULATION\DemulShooter_v10.2.0\DemulShooter.exe -target=es3 -rom=tc5
sleep, 1000
Run, C:\Time Crisis 5\TC5\Binaries\Win64\TimeCrisisGame-Win64-Shipping.exe -NOINI -Language=JPN -playside=1
;Insert Coin
&::<+t
2Joy9::<+t
;Crosshair On/Off
(::<+h
;Bypass screen button
MButton::
WheelUpDown:
Send,{WheelDown 1}
Return
$Esc::
Process,Close,TimeCrisisGame-Win64-Shipping.exe
Process,Close,biped2.exe
sleep, 2000
Process,Close,Lightgun.exe
ExitApp
return