forked from TeamTofuShop/segatools
cm, chusan, mai2, mu3, swdc: added emoney config
This commit is contained in:
6
dist/mai2/config_hook.json
vendored
Normal file
6
dist/mai2/config_hook.json
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"emoney" :
|
||||
{
|
||||
"enable" : false
|
||||
}
|
||||
}
|
2
dist/mai2/start.bat
vendored
2
dist/mai2/start.bat
vendored
@ -2,7 +2,7 @@
|
||||
|
||||
pushd %~dp0
|
||||
|
||||
start /min inject -d -k mai2hook.dll amdaemon.exe -f -c config_common.json config_server.json config_client.json
|
||||
start /min inject -d -k mai2hook.dll amdaemon.exe -f -c config_common.json config_server.json config_client.json config_hook.json
|
||||
inject -d -k mai2hook.dll sinmai -screen-fullscreen 0
|
||||
taskkill /f /im amdaemon.exe > nul 2>&1
|
||||
|
||||
|
Reference in New Issue
Block a user