1
0
mirror of https://gitea.tendokyu.moe/Dniel97/segatools.git synced 2024-11-30 23:57:15 +01:00
segatools-dniel97/dist/kemono/start.bat

13 lines
341 B
Batchfile
Raw Permalink Normal View History

2024-09-11 13:31:23 +02:00
@echo off
pushd %~dp0
2024-09-16 14:29:49 +02:00
start "AM Daemon" /min inject_x64 -d -k kemonohook_x64.dll amdaemon.exe -c config.json
inject_x86 -d -k kemonohook_x86.dll UnityApp\Parade -screen-fullscreen 0 -popupwindow -screen-width 720 -screen-height 1280 -silent-crashes
2024-09-11 13:31:23 +02:00
taskkill /f /im amdaemon.exe > nul 2>&1
echo.
echo Game processes have terminated
2024-09-16 14:29:49 +02:00
pause