mirror of
https://gitea.tendokyu.moe/Dniel97/segatools.git
synced 2024-11-30 23:57:15 +01:00
10 lines
364 B
Batchfile
10 lines
364 B
Batchfile
@echo off
|
|
|
|
pushd %~dp0
|
|
|
|
start inject.exe -d -k idachook.dll amdaemon.exe -c config_common.json config_jp.json config_seat_1_jp.json config_seat_2_jp.json config_ex.json config_seat_1_ex.json config_seat_2_ex.json
|
|
inject -d -k idachook.dll ../WindowsNoEditor/GameProject/Binaries/Win64/GameProject-Win64-Shipping.exe
|
|
|
|
echo.
|
|
echo Game processes have terminated
|
|
pause |