1
0
mirror of https://gitea.tendokyu.moe/Dniel97/segatools.git synced 2024-11-27 22:40:48 +01:00
segatools-dniel97/dist/mercury/start.bat

15 lines
861 B
Batchfile
Raw Permalink Normal View History

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