forked from TeamTofuShop/segatools
cm: disabled coin selector AS6DB
This commit is contained in:
9
dist/cm/config_hook.json
vendored
Normal file
9
dist/cm/config_hook.json
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
"credit" :
|
||||
{
|
||||
"coin_selector_AS6DB" :
|
||||
{
|
||||
"enable" : false
|
||||
}
|
||||
}
|
||||
}
|
2
dist/cm/start.bat
vendored
2
dist/cm/start.bat
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user