forked from Dniel97/segatools
idac: added config_hook.json
This commit is contained in:
parent
ca4a8bd84d
commit
f0dc51d01e
@ -80,6 +80,7 @@ $(BUILD_DIR_ZIP)/idac.zip:
|
|||||||
$(V)cp $(BUILD_DIR_64)/subprojects/capnhook/inject/inject.exe \
|
$(V)cp $(BUILD_DIR_64)/subprojects/capnhook/inject/inject.exe \
|
||||||
$(BUILD_DIR_64)/idachook/idachook.dll \
|
$(BUILD_DIR_64)/idachook/idachook.dll \
|
||||||
$(DIST_DIR)/idac/segatools.ini \
|
$(DIST_DIR)/idac/segatools.ini \
|
||||||
|
$(DIST_DIR)/idac/config_hook.json \
|
||||||
$(DIST_DIR)/idac/start.bat \
|
$(DIST_DIR)/idac/start.bat \
|
||||||
$(BUILD_DIR_ZIP)/idac
|
$(BUILD_DIR_ZIP)/idac
|
||||||
$(V)cp pki/billing.pub \
|
$(V)cp pki/billing.pub \
|
||||||
|
18
dist/idac/config_hook.json
vendored
Normal file
18
dist/idac/config_hook.json
vendored
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
{
|
||||||
|
"aime" :
|
||||||
|
{
|
||||||
|
"firmware_path" :
|
||||||
|
[
|
||||||
|
".\\aime_firm\\TN32MSEC003S_V12.hex",
|
||||||
|
".\\aime_firm\\update_15396_6728_94.bin"
|
||||||
|
],
|
||||||
|
"high_baudrate" : true
|
||||||
|
},
|
||||||
|
"network" :
|
||||||
|
{
|
||||||
|
"property" :
|
||||||
|
{
|
||||||
|
"dhcp" : true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
26
dist/idac/start.bat
vendored
26
dist/idac/start.bat
vendored
@ -16,7 +16,31 @@ if not exist "%APP_DIR%" (
|
|||||||
|
|
||||||
echo Mounted the Y:\ drive to the %TEMP%\SDGT folder
|
echo Mounted the Y:\ drive to the %TEMP%\SDGT folder
|
||||||
|
|
||||||
start /min inject -d -k idachook.dll amdaemon.exe -c config_aime_high_ex.json config_aime_high_jp.json config_aime_normal_ex.json config_aime_normal_jp.json config_common.json config_ex.json config_jp.json config_laninstall_client_ex.json config_laninstall_client_jp.json config_laninstall_server_ex.json config_laninstall_server_jp.json config_seat_1_ex.json config_seat_1_jp.json config_seat_2_ex.json config_seat_2_jp.json config_seat_3_ex.json config_seat_3_jp.json config_seat_4_ex.json config_seat_4_jp.json config_seat_single_ex.json config_seat_single_jp.json
|
set AMDAEMON_CFG=config_common.json ^
|
||||||
|
config_common.json ^
|
||||||
|
config_ex.json ^
|
||||||
|
config_jp.json ^
|
||||||
|
config_laninstall_client_ex.json ^
|
||||||
|
config_laninstall_client_jp.json ^
|
||||||
|
config_laninstall_server_ex.json ^
|
||||||
|
config_laninstall_server_jp.json ^
|
||||||
|
config_aime_high_ex.json ^
|
||||||
|
config_aime_high_jp.json ^
|
||||||
|
config_aime_normal_ex.json ^
|
||||||
|
config_aime_normal_jp.json ^
|
||||||
|
config_seat_1_ex.json ^
|
||||||
|
config_seat_1_jp.json ^
|
||||||
|
config_seat_2_ex.json ^
|
||||||
|
config_seat_2_jp.json ^
|
||||||
|
config_seat_3_ex.json ^
|
||||||
|
config_seat_3_jp.json ^
|
||||||
|
config_seat_4_ex.json ^
|
||||||
|
config_seat_4_jp.json ^
|
||||||
|
config_seat_single_ex.json ^
|
||||||
|
config_seat_single_jp.json ^
|
||||||
|
config_hook.json
|
||||||
|
|
||||||
|
start /min inject -d -k idachook.dll amdaemon.exe -c %AMDAEMON_CFG%
|
||||||
inject -d -k idachook.dll ..\WindowsNoEditor\GameProject.exe -culture=en launch=Cabinet ABSLOG="..\..\..\..\..\Userdata\GameProject.log" -Master -UserDir="..\..\..\Userdata" -NotInstalled -UNATTENDED
|
inject -d -k idachook.dll ..\WindowsNoEditor\GameProject.exe -culture=en launch=Cabinet ABSLOG="..\..\..\..\..\Userdata\GameProject.log" -Master -UserDir="..\..\..\Userdata" -NotInstalled -UNATTENDED
|
||||||
taskkill /f /im amdaemon.exe > nul 2>&1
|
taskkill /f /im amdaemon.exe > nul 2>&1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user