Thank you so much Jayinem!!! you are a Boos jejej
I don't know more about demoolshoter,programation, and AHK files. Supose that I have to put the content of demolshooter folder into the "TimeCrisisGame-Win64-Shipping.exe" folder and execute demoolshoter "DS Diag.exe" calibrate the aimtrak and save configuration. Well I'll have calibrated too with "Demulshooter_UI" and saved the configuration again. Perfect!!! then Demoolshoter writed a configuration file on "TimeCrisisGame-Win64-Shipping.exe" folder...good? I did somethink wrong?I don't touch anyting more...
Then...in the AHK I writed:
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
; #Warn ; Enable warnings to assist with detecting common errors.
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
#SingleInstance, force
Run, DemulshooterX64.exe -target=es3 -rom=tc5
run, "I:\PC Games2\Time Crisis 5\TC5\Binaries\Win64\TimeCrisisGame-Win64-Shipping.exe" -NOINI -Language=JPN -playside=1
MButton::t
RButton::y
5::<+t
1::<+h
Escape::
Process,Close,TimeCrisisGame-Win64-Shipping.exe
Run,taskkill /im "TimeCrisisGame-Win64-Shipping.exe" /F
SetDpi(0)
sleep 100
ExitApp
return
But something is not working well because on "SetDpi(0)" mark and error and doesn't launch the game
Sorry I'm doing someting wrong!
Maybe I have to put the DemulshooterX64.exe path too?
Thanks so much for your help