forked from Hay1tsme/segatools
sekito: launch game from parent directory or file writing fails
This commit is contained in:
4
dist/sekito/launch_satellite.bat
vendored
4
dist/sekito/launch_satellite.bat
vendored
@ -3,9 +3,9 @@ set SEGATOOLS_CONFIG_PATH=.\segatools_satellite.ini
|
||||
|
||||
pushd %~dp0
|
||||
|
||||
start "AM Daemon" /min inject_x64 -d -k sekitohook_x64.dll amdaemon.exe -c config_new.json -c config_video_single.json -c config_video_multi.json -c config_input_sate.json -c config_input_terminal.json -c config_input_terminal_exp.json -c config_hook.json
|
||||
start "AM Daemon" /min inject_x64 -d -k sekitohook_x64.dll bin\amdaemon.exe -c bin\config_new.json -c bin\config_video_single.json -c bin\config_video_multi.json -c bin\config_input_sate.json -c bin\config_input_terminal.json -c bin\config_input_terminal_exp.json -c config_hook.json
|
||||
|
||||
inject_x86 -d -k sekitohook_x86.dll appSate.exe
|
||||
inject_x86 -d -k sekitohook_x86.dll bin\appSate.exe
|
||||
|
||||
taskkill /f /im appSate.exe > nul 2>&1
|
||||
taskkill /f /im amdaemon.exe > nul 2>&1
|
||||
|
8
dist/sekito/launch_terminal.bat
vendored
8
dist/sekito/launch_terminal.bat
vendored
@ -3,16 +3,16 @@ set SEGATOOLS_CONFIG_PATH=.\segatools_satellite.ini
|
||||
|
||||
pushd %~dp0
|
||||
|
||||
start "AM Daemon" /min inject_x64 -d -k sekitohook_x64.dll amdaemon.exe -c config_new.json -c config_video_single.json -c config_video_multi.json -c config_input_sate.json -c config_input_terminal.json -c config_input_terminal_exp.json -c config_hook.json
|
||||
start "AM Daemon" /min inject_x64 -d -k sekitohook_x64.dll bin\amdaemon.exe -c bin\config_new.json -c bin\config_video_single.json -c bin\config_video_multi.json -c bin\config_input_sate.json -c bin\config_input_terminal.json -c bin\config_input_terminal_exp.json -c config_hook.json
|
||||
|
||||
call server\server_start.bat
|
||||
call bin\server\server_start.bat
|
||||
|
||||
inject_x86 -d -k sekitohook_x86.dll appTerminal.exe
|
||||
inject_x86 -d -k sekitohook_x86.dll bin\appTerminal.exe
|
||||
|
||||
taskkill /f /im appTerminal.exe > nul 2>&1
|
||||
taskkill /f /im amdaemon.exe > nul 2>&1
|
||||
|
||||
call server\server_stop.bat
|
||||
call bin\server\server_stop.bat
|
||||
|
||||
echo.
|
||||
echo Game processes have terminated
|
||||
|
Reference in New Issue
Block a user