forked from Dniel97/segatools
kemono: Update start.bat
This commit is contained in:
parent
9de48dd6ce
commit
86556ed2c8
2
dist/kemono/segatools.ini
vendored
2
dist/kemono/segatools.ini
vendored
@ -78,6 +78,8 @@ enable=1
|
||||
|
||||
; Path to a .NET DLL that should run before the game. Useful for loading
|
||||
; modding frameworks such as BepInEx.
|
||||
;
|
||||
; NOTE: For Kemono Friends, BepInEx (or similar) should be installed to the main folder, not the "UnityApp" folder.
|
||||
targetAssembly=
|
||||
|
||||
[printer]
|
||||
|
6
dist/kemono/start.bat
vendored
6
dist/kemono/start.bat
vendored
@ -2,11 +2,11 @@
|
||||
|
||||
pushd %~dp0
|
||||
|
||||
start "AM Daemon" /min inject_x64 -d -k kemonohook.dll ../amdaemon.exe -f -c ../config.json
|
||||
inject_x86 -d -k kemonohook_x86.dll Parade -screen-fullscreen 0 -popupwindow -screen-width 720 -screen-height 1280 -silent-crashes
|
||||
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
|
||||
|
||||
taskkill /f /im amdaemon.exe > nul 2>&1
|
||||
|
||||
echo.
|
||||
echo Game processes have terminated
|
||||
pause
|
||||
pause
|
||||
|
Loading…
Reference in New Issue
Block a user