forked from Hay1tsme/segatools
18 lines
524 B
Batchfile
18 lines
524 B
Batchfile
@echo off
|
|
set SEGATOOLS_CONFIG_PATH=.\segatools_satellite.ini
|
|
|
|
pushd %~dp0
|
|
|
|
start "AM Daemon" /min inject -d -k ekthook.dll ..\PackageBase\amdaemon.exe -c ..\PackageBase\config_sate.json config_hook.json
|
|
|
|
pushd ..\PackageBase\am_capture
|
|
start "AM Capture" /min AmCapture.exe
|
|
popd
|
|
|
|
inject -d -k ekthook.dll ekt.exe -logfile satellite.log -screen-fullscreen 1 -screen-width 1920 -screen-height 1080 -screen-quality Ultra -silent-crashes
|
|
|
|
taskkill /f /im amdaemon.exe > nul 2>&1
|
|
|
|
echo.
|
|
echo Game processes have terminated
|
|
pause |