segatools/dist/mercury/start.bat

15 lines
861 B
Batchfile
Raw Normal View History

2021-12-21 05:02:17 +00:00
@echo off
pushd %~dp0
2022-02-10 17:17:10 +00:00
2021-12-21 05:02:17 +00:00
taskkill /f /im amdaemon.exe > nul 2>&1
2022-02-10 17:17:10 +00:00
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
2022-01-11 01:31:01 +00:00
inject -d -k mercuryhook.dll ../WindowsNoEditor/Mercury/Binaries/Win64/Mercury-Win64-Shipping.exe
2022-02-10 17:17:10 +00:00
2021-12-21 05:02:17 +00:00
taskkill /f /im amdaemon.exe > nul 2>&1
2022-02-10 17:17:10 +00:00
echo Game processes have terminated