1
0
mirror of https://gitea.tendokyu.moe/Dniel97/segatools.git synced 2025-03-02 08:11:24 +01:00

10 lines
364 B
Batchfile
Raw Normal View History

2023-04-23 16:13:51 +02:00
@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