Added d3d11 hook, better touch naming

This commit is contained in:
2022-02-10 12:17:10 -05:00
committed by Hay1tsme
parent 50884d5b19
commit 1964fa766f
11 changed files with 34 additions and 15 deletions

View File

@ -32,6 +32,8 @@ enable=1
; that subnet must start with 192.168.
subnet=192.168.250.0
[gfx]
enable=1
[io4]
; Input API selection for JVS input emulator.

View File

@ -1,10 +1,15 @@
@echo off
pushd %~dp0
taskkill /f /im amdaemon.exe > nul 2>&1
:LOOP
REM USA
REM start inject -d -k mercuryhook.dll amdaemon.exe -f -c config.json config_lan_install_client.json config_lan_install_server.json config_video_clone.json config_video_dual.json config_video_clone_flip.json config_video_dual_flip.json config_region_exp.json config_region_chn.json config_region_usa.json
REM JP
start inject -d -k mercuryhook.dll amdaemon.exe -f -c config.json config_lan_install_client.json config_lan_install_server.json config_video_clone.json config_video_dual.json config_video_clone_flip.json config_video_dual_flip.json config_region_exp.json config_region_chn.json config_region_jpn.json
inject -d -k mercuryhook.dll ../WindowsNoEditor/Mercury/Binaries/Win64/Mercury-Win64-Shipping.exe
taskkill /f /im amdaemon.exe > nul 2>&1
echo.
echo Game processes have terminated
pause
echo Game processes have terminated