diff --git a/README.md b/README.md index d24c497..50a2e73 100644 --- a/README.md +++ b/README.md @@ -1,33 +1,31 @@ # Segatools -Version: `2023-11-22` +Version: `2024-02-22` Loaders and hardware emulators for SEGA games that run on the Nu and ALLS platforms. ## List of supported games -* Chunithm - * [Chunithm (Plus)](doc/chunihook.md) - * [Chunithm Air (Plus)](doc/chunihook.md) - * [Chunithm Star (Plus)](doc/chunihook.md) - * [Chunithm Amazon (Plus)](doc/chunihook.md) - * [Chunithm Crystal (Plus)](doc/chunihook.md) - * Chunithm SUN +* CHUNITHM + * up to [CHUNITHM PARADISE LOST](doc/chunihook.md) + * starting from CHUNITHM NEW!! * Initial D * [Initial D Arcade Stage Zero](doc/idzhook.md) * Initial D THE ARCADE +* Hatsune Miku: Project DIVA Arcade + * up to Future Tone * SEGA World Drivers Championship - * up to SEGA World Drivers Championship 2019 + * SEGA World Drivers Championship 2019 * Fate/Grand Order * Fate/Grand Order Arcade -* ONGEKI - * up to bright MEMORY +* O.N.G.E.K.I. + * starting from O.N.G.E.K.I. * maimai DX - * up to maimai DX FESTiVAL PLUS + * starting from maimai DX * Card Maker - * up to Card Maker 1.35 -* Wacca - * up to WACCA Reverse + * starting from Card Maker +* WACCA + * starting from WACCA ## End-users diff --git a/dist/chusan/start.bat b/dist/chusan/start.bat index 78de368..bf3f195 100644 --- a/dist/chusan/start.bat +++ b/dist/chusan/start.bat @@ -2,8 +2,9 @@ pushd %~dp0 -start /min inject_x64 -d -k chusanhook_x64.dll amdaemon.exe -c config_common.json config_server.json config_client.json config_cvt.json config_sp.json config_hook.json +start "AM Daemon" /min inject_x64 -d -k chusanhook_x64.dll amdaemon.exe -c config_common.json config_server.json config_client.json config_cvt.json config_sp.json config_hook.json inject_x86 -d -k chusanhook_x86.dll chusanApp.exe + taskkill /f /im amdaemon.exe > nul 2>&1 echo. diff --git a/dist/cm/start.bat b/dist/cm/start.bat index b17a6a1..570fb9c 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 config_hook.json +start "AM Daemon" /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 diff --git a/dist/idac/start.bat b/dist/idac/start.bat index fb40211..ac77096 100644 --- a/dist/idac/start.bat +++ b/dist/idac/start.bat @@ -39,7 +39,7 @@ config_seat_single_ex.json ^ config_seat_single_jp.json ^ config_hook.json -start /min inject -d -k idachook.dll amdaemon.exe -c %AMDAEMON_CFG% +start "AM Daemon" /min inject -d -k idachook.dll amdaemon.exe -c %AMDAEMON_CFG% inject -d -k idachook.dll ..\WindowsNoEditor\GameProject.exe -culture=en launch=Cabinet ABSLOG="..\..\..\..\..\Userdata\GameProject.log" -Master -UserDir="..\..\..\Userdata" -NotInstalled -UNATTENDED taskkill /f /im amdaemon.exe > nul 2>&1 diff --git a/dist/mai2/start.bat b/dist/mai2/start.bat index a89a1d5..88cc551 100644 --- a/dist/mai2/start.bat +++ b/dist/mai2/start.bat @@ -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 "AM Daemon" /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 taskkill /f /im amdaemon.exe > nul 2>&1 diff --git a/dist/mercury/start.bat b/dist/mercury/start.bat index c00f2ea..a9a3f22 100644 --- a/dist/mercury/start.bat +++ b/dist/mercury/start.bat @@ -4,10 +4,10 @@ pushd %~dp0 taskkill /f /im amdaemon.exe > nul 2>&1 REM USA -REM start inject -d -k mercuryhook.dll amdaemon.exe -f -c config.json config_lan_install_client.json config_lan_install_server.json config_video_clone.json config_video_dual.json config_video_clone_flip.json config_video_dual_flip.json config_region_exp.json config_region_chn.json config_region_usa.json +start "AM Daemon" /min inject -d -k mercuryhook.dll amdaemon.exe -f -c config.json config_lan_install_client.json config_lan_install_server.json config_video_clone.json config_video_dual.json config_video_clone_flip.json config_video_dual_flip.json config_region_exp.json config_region_chn.json config_region_usa.json REM JP -start inject -d -k mercuryhook.dll amdaemon.exe -f -c config.json config_lan_install_client.json config_lan_install_server.json config_video_clone.json config_video_dual.json config_video_clone_flip.json config_video_dual_flip.json config_region_exp.json config_region_chn.json config_region_jpn.json +start "AM Daemon" /min inject -d -k mercuryhook.dll amdaemon.exe -f -c config.json config_lan_install_client.json config_lan_install_server.json config_video_clone.json config_video_dual.json config_video_clone_flip.json config_video_dual_flip.json config_region_exp.json config_region_chn.json config_region_jpn.json inject -d -k mercuryhook.dll ../WindowsNoEditor/Mercury/Binaries/Win64/Mercury-Win64-Shipping.exe taskkill /f /im amdaemon.exe > nul 2>&1 diff --git a/dist/mu3/start.bat b/dist/mu3/start.bat index 8058daf..743a3df 100644 --- a/dist/mu3/start.bat +++ b/dist/mu3/start.bat @@ -2,7 +2,7 @@ pushd %~dp0 -start /min inject -d -k mu3hook.dll amdaemon.exe -f -c config_common.json config_server.json config_client.json +start "AM Daemon" /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 taskkill /f /im amdaemon.exe > nul 2>&1