2023-07-13 22:52:50 +00:00
|
|
|
@echo off
|
|
|
|
|
|
|
|
pushd %~dp0
|
|
|
|
|
2023-10-04 22:46:54 +00:00
|
|
|
rem Matching Server
|
|
|
|
start /min ..\..\..\Tools\tdrserver.exe
|
2023-08-28 22:49:58 +00:00
|
|
|
REM start /min inject -d -k swdchook.dll amdaemon.exe -c config.json config_LanClient.json config_MiniCabinet.json config_hook.json
|
2023-12-03 21:22:17 +00:00
|
|
|
start /min inject -d -k swdchook.dll amdaemon.exe -c config.json config_LanServer.json config_MiniCabinet.json
|
2023-09-04 22:23:17 +00:00
|
|
|
REM Valid -launch parameters are "PC", "Cabinet" and "MiniCabinet
|
2023-08-28 22:49:58 +00:00
|
|
|
inject -d -k swdchook.dll ..\Todoroki\Binaries\Win64\Todoroki-Win64-Shipping.exe -launch=MiniCabinet -ABSLOG="..\..\..\..\..\Userdata\Todoroki.log" -UserDir="..\..\..\Userdata" -NotInstalled -UNATTENDED
|
2023-10-04 22:46:54 +00:00
|
|
|
|
2023-07-13 22:52:50 +00:00
|
|
|
taskkill /f /im amdaemon.exe > nul 2>&1
|
2023-10-04 22:46:54 +00:00
|
|
|
taskkill /f /im tdrserver.exe > nul 2>&1
|
2023-07-13 22:52:50 +00:00
|
|
|
|
|
|
|
echo.
|
|
|
|
echo Game processes have terminated
|
|
|
|
pause
|