From 962e14dc9b3905fd9d2b4260119da8b989f84613 Mon Sep 17 00:00:00 2001 From: Kevin Trocolli Date: Sun, 5 Nov 2023 21:51:36 -0500 Subject: [PATCH] ongeki: fix start.bat and segatools.ini --- dist/mu3/segatools.ini | 4 ++-- dist/mu3/start.bat | 8 ++------ 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/dist/mu3/segatools.ini b/dist/mu3/segatools.ini index 3279509..98cdb31 100644 --- a/dist/mu3/segatools.ini +++ b/dist/mu3/segatools.ini @@ -30,7 +30,7 @@ enable=1 ; The /24 LAN subnet that the emulated keychip will tell the game to expect. ; If you disable netenv then you must set this to your LAN's IP subnet, and ; that subnet must start with 192.168. -subnet=192.168.250.0 +subnet=192.168.162.0 [gfx] enable=1 @@ -57,4 +57,4 @@ RIGHT_SIDE=0x55 SLIDER_LEFT=0x54 SLIDER_RIGHT=0x59 ;Change move speed of slider when use dinput -SLIDER_SPEED=1000 \ No newline at end of file +SLIDER_SPEED=1000 diff --git a/dist/mu3/start.bat b/dist/mu3/start.bat index c00f2ea..3aceffb 100644 --- a/dist/mu3/start.bat +++ b/dist/mu3/start.bat @@ -3,12 +3,8 @@ 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 - -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 -inject -d -k mercuryhook.dll ../WindowsNoEditor/Mercury/Binaries/Win64/Mercury-Win64-Shipping.exe +start inject -d -k mu3hook.dll amdaemon.exe -f -c config_client.json config_common.json config_server.json +inject -d -k mu3hook.dll mu3.exe taskkill /f /im amdaemon.exe > nul 2>&1