mirror of
https://gitea.tendokyu.moe/Hay1tsme/segatools.git
synced 2026-05-20 18:48:06 -05:00
16 lines
861 B
Batchfile
16 lines
861 B
Batchfile
@echo off
|
|
pushd %~dp0
|
|
|
|
REM USA
|
|
REM start "AM Daemon" /min inject -d -k mercuryhook.dll amdaemon.exe -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 "AM Daemon" /min inject -d -k mercuryhook.dll amdaemon.exe -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
|