mirror of
https://gitea.tendokyu.moe/Dniel97/segatools.git
synced 2024-11-28 06:50:49 +01:00
chusan, mai2, mu3, swdc: removed emoney config
This commit is contained in:
parent
37793fc051
commit
a4bd570cfc
4
dist/chusan/config_hook.json
vendored
4
dist/chusan/config_hook.json
vendored
@ -2,9 +2,5 @@
|
|||||||
"allnet_auth":
|
"allnet_auth":
|
||||||
{
|
{
|
||||||
"type": "1.0"
|
"type": "1.0"
|
||||||
},
|
|
||||||
"emoney" :
|
|
||||||
{
|
|
||||||
"enable" : false
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
6
dist/cm/config_hook.json
vendored
6
dist/cm/config_hook.json
vendored
@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
"emoney" :
|
|
||||||
{
|
|
||||||
"enable" : false
|
|
||||||
}
|
|
||||||
}
|
|
2
dist/cm/start.bat
vendored
2
dist/cm/start.bat
vendored
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
pushd %~dp0
|
pushd %~dp0
|
||||||
|
|
||||||
start /min inject -d -k cmhook.dll amdaemon.exe -c config_common.json config_server.json config_client.json config_hook.json
|
start /min inject -d -k cmhook.dll amdaemon.exe -c config_common.json config_server.json config_client.json
|
||||||
inject -d -k cmhook.dll CardMaker.exe -screen-fullscreen 0 -popupwindow -screen-width 1080 -screen-height 1920
|
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
|
taskkill /f /im amdaemon.exe > nul 2>&1
|
||||||
|
6
dist/mai2/config_hook.json
vendored
6
dist/mai2/config_hook.json
vendored
@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
"emoney" :
|
|
||||||
{
|
|
||||||
"enable" : false
|
|
||||||
}
|
|
||||||
}
|
|
2
dist/mai2/start.bat
vendored
2
dist/mai2/start.bat
vendored
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
pushd %~dp0
|
pushd %~dp0
|
||||||
|
|
||||||
start /min inject -d -k mai2hook.dll amdaemon.exe -f -c config_common.json config_server.json config_client.json config_hook.json
|
start /min inject -d -k mai2hook.dll amdaemon.exe -f -c config_common.json config_server.json config_client.json
|
||||||
inject -d -k mai2hook.dll sinmai -screen-fullscreen 0
|
inject -d -k mai2hook.dll sinmai -screen-fullscreen 0
|
||||||
taskkill /f /im amdaemon.exe > nul 2>&1
|
taskkill /f /im amdaemon.exe > nul 2>&1
|
||||||
|
|
||||||
|
6
dist/mu3/config_hook.json
vendored
6
dist/mu3/config_hook.json
vendored
@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
"emoney" :
|
|
||||||
{
|
|
||||||
"enable" : false
|
|
||||||
}
|
|
||||||
}
|
|
2
dist/mu3/start.bat
vendored
2
dist/mu3/start.bat
vendored
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
pushd %~dp0
|
pushd %~dp0
|
||||||
|
|
||||||
start /min inject -d -k mu3hook.dll amdaemon.exe -f -c config_common.json config_server.json config_client.json config_hook.json
|
start /min inject -d -k mu3hook.dll amdaemon.exe -f -c config_common.json config_server.json config_client.json
|
||||||
inject -d -k mu3hook.dll mu3 -screen-fullscreen 0 -popupwindow -screen-width 1080 -screen-height 1920
|
inject -d -k mu3hook.dll mu3 -screen-fullscreen 0 -popupwindow -screen-width 1080 -screen-height 1920
|
||||||
taskkill /f /im amdaemon.exe > nul 2>&1
|
taskkill /f /im amdaemon.exe > nul 2>&1
|
||||||
|
|
||||||
|
4
dist/swdc/config_hook.json
vendored
4
dist/swdc/config_hook.json
vendored
@ -6,9 +6,5 @@
|
|||||||
".\\aime_firm\\TN32MSEC003S_V12.hex",
|
".\\aime_firm\\TN32MSEC003S_V12.hex",
|
||||||
".\\aime_firm\\update_15396_6728_94.bin"
|
".\\aime_firm\\update_15396_6728_94.bin"
|
||||||
]
|
]
|
||||||
},
|
|
||||||
"emoney" :
|
|
||||||
{
|
|
||||||
"enable" : false
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -42,8 +42,7 @@ This is required for some games (e.g. Chunithm) but not others (e.g. WACCA).
|
|||||||
|
|
||||||
Default: `DEVICE\aime.txt`
|
Default: `DEVICE\aime.txt`
|
||||||
|
|
||||||
Path to a text file containing a classic Aime IC card ID. **This does not
|
Path to a text file containing a classic Aime IC card ID.
|
||||||
currently work**.
|
|
||||||
|
|
||||||
### `aimeGen`
|
### `aimeGen`
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user