1
0
mirror of https://gitea.tendokyu.moe/Dniel97/segatools.git synced 2024-12-03 17:07:16 +01:00
segatools-dniel97/dist/mu3/start.bat

11 lines
326 B
Batchfile
Raw Normal View History

2022-06-05 09:34:38 +02:00
@echo off
pushd %~dp0
2022-06-05 09:34:38 +02:00
start /min inject -d -k mu3hook.dll amdaemon.exe -f -c config_common.json config_server.json config_client.json
inject -d -k mu3hook.dll mu3 -screen-fullscreen 0 -popupwindow -screen-width 1080 -screen-height 1920
2022-06-05 09:34:38 +02:00
taskkill /f /im amdaemon.exe > nul 2>&1
echo.
echo Game processes have terminated
pause