forked from Hay1tsme/segatools
cm, chusan, mai2, mu3, swdc: added emoney config
This commit is contained in:
6
dist/cm/config_hook.json
vendored
Normal file
6
dist/cm/config_hook.json
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"emoney" :
|
||||
{
|
||||
"enable" : false
|
||||
}
|
||||
}
|
4
dist/cm/segatools.ini
vendored
4
dist/cm/segatools.ini
vendored
@ -36,8 +36,8 @@ subnet=192.168.100.0
|
||||
enable=1
|
||||
|
||||
; LAN Install: If multiple machines are present on the same LAN then set
|
||||
; this to 1 on exactly one machine and set this to 0 on all others.
|
||||
dipsw1=1
|
||||
; this to 0 on exactly one machine and set this to 1 on all others.
|
||||
dipsw1=0
|
||||
|
||||
[touch]
|
||||
; Enable/Disable WinTouch emulation
|
||||
|
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 -f -c config_common.json config_server.json config_client.json
|
||||
start /min inject -d -k cmhook.dll amdaemon.exe -f -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