ekt: initial code

This commit is contained in:
2025-08-31 20:47:24 +02:00
parent 4788e54398
commit d9210b52e1
26 changed files with 2295 additions and 0 deletions

18
dist/ekt/launch_terminal.bat vendored Normal file
View File

@ -0,0 +1,18 @@
@echo off
set SEGATOOLS_CONFIG_PATH=..\segatools_terminal.ini
pushd %~dp0
pushd PackageBase
start /min "AM Daemon" ..\inject -d -k ..\ekthook.dll amdaemon.exe -c config_sate.json ..\config_hook.json
popd
pushd exe
..\inject -d -k ..\ekthook.dll ekt.exe -logfile game.log -screen-fullscreen 0 -screen-width 1920 -screen-height 1080 -screen-quality Ultra -silent-crashes
popd
exit /b 0
taskkill /f /im amdaemon.exe > nul 2>&1
echo.
echo Game processes have terminated
pause