forked from Dniel97/segatools
Dniel97
d521eeb43e
- Configure separate pedals which are not part of the steering wheel (base) - It is now possible to have a different steering wheel, pedal and shifter brand all connected to 3 different USB ports - XInput does not have a deadzone at the end of the max steering anymore and the `restrict` setting works as intended
17 lines
743 B
Batchfile
17 lines
743 B
Batchfile
@echo off
|
|
|
|
pushd %~dp0
|
|
|
|
rem Matching Server
|
|
start /min ..\..\..\Tools\tdrserver.exe
|
|
REM start /min inject -d -k swdchook.dll amdaemon.exe -c config.json config_LanClient.json config_MiniCabinet.json config_hook.json
|
|
start /min inject -d -k swdchook.dll amdaemon.exe -c config.json config_LanServer.json config_MiniCabinet.json config_hook.json
|
|
REM Valid -launch parameters are "PC", "Cabinet" and "MiniCabinet
|
|
inject -d -k swdchook.dll ..\Todoroki\Binaries\Win64\Todoroki-Win64-Shipping.exe -launch=MiniCabinet -ABSLOG="..\..\..\..\..\Userdata\Todoroki.log" -UserDir="..\..\..\Userdata" -NotInstalled -UNATTENDED
|
|
|
|
taskkill /f /im amdaemon.exe > nul 2>&1
|
|
taskkill /f /im tdrserver.exe > nul 2>&1
|
|
|
|
echo.
|
|
echo Game processes have terminated
|
|
pause |