diff --git a/Package.mk b/Package.mk index 6ccc6d0..750f072 100644 --- a/Package.mk +++ b/Package.mk @@ -194,6 +194,7 @@ $(BUILD_DIR_ZIP)/cm.zip: $(V)mkdir -p $(BUILD_DIR_ZIP)/cm/DEVICE $(V)cp $(BUILD_DIR_64)/subprojects/capnhook/inject/inject.exe \ $(BUILD_DIR_64)/cmhook/cmhook.dll \ + $(DIST_DIR)/cm/config_hook.json \ $(DIST_DIR)/cm/segatools.ini \ $(DIST_DIR)/cm/start.bat \ $(BUILD_DIR_ZIP)/cm diff --git a/dist/cm/config_hook.json b/dist/cm/config_hook.json new file mode 100644 index 0000000..5723db7 --- /dev/null +++ b/dist/cm/config_hook.json @@ -0,0 +1,9 @@ +{ + "credit" : + { + "coin_selector_AS6DB" : + { + "enable" : false + } + } +} diff --git a/dist/cm/start.bat b/dist/cm/start.bat index 865498b..b17a6a1 100644 --- a/dist/cm/start.bat +++ b/dist/cm/start.bat @@ -2,7 +2,7 @@ pushd %~dp0 -start /min inject -d -k cmhook.dll amdaemon.exe -c config_common.json config_server.json config_client.json +start /min inject -d -k cmhook.dll amdaemon.exe -c config_common.json config_server.json config_client.json config_hook.json inject -d -k cmhook.dll CardMaker.exe -screen-fullscreen 0 -popupwindow -screen-width 1080 -screen-height 1920 taskkill /f /im amdaemon.exe > nul 2>&1