segatools/dist/kemono/start.bat

12 lines
336 B
Batchfile
Raw Normal View History

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