forked from Hay1tsme/segatools
ongeki: fix start.bat and segatools.ini
This commit is contained in:
parent
5d04685c73
commit
962e14dc9b
4
dist/mu3/segatools.ini
vendored
4
dist/mu3/segatools.ini
vendored
@ -30,7 +30,7 @@ enable=1
|
|||||||
; The /24 LAN subnet that the emulated keychip will tell the game to expect.
|
; 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
|
; If you disable netenv then you must set this to your LAN's IP subnet, and
|
||||||
; that subnet must start with 192.168.
|
; that subnet must start with 192.168.
|
||||||
subnet=192.168.250.0
|
subnet=192.168.162.0
|
||||||
|
|
||||||
[gfx]
|
[gfx]
|
||||||
enable=1
|
enable=1
|
||||||
@ -57,4 +57,4 @@ RIGHT_SIDE=0x55
|
|||||||
SLIDER_LEFT=0x54
|
SLIDER_LEFT=0x54
|
||||||
SLIDER_RIGHT=0x59
|
SLIDER_RIGHT=0x59
|
||||||
;Change move speed of slider when use dinput
|
;Change move speed of slider when use dinput
|
||||||
SLIDER_SPEED=1000
|
SLIDER_SPEED=1000
|
||||||
|
8
dist/mu3/start.bat
vendored
8
dist/mu3/start.bat
vendored
@ -3,12 +3,8 @@ pushd %~dp0
|
|||||||
|
|
||||||
taskkill /f /im amdaemon.exe > nul 2>&1
|
taskkill /f /im amdaemon.exe > nul 2>&1
|
||||||
|
|
||||||
REM USA
|
start inject -d -k mu3hook.dll amdaemon.exe -f -c config_client.json config_common.json config_server.json
|
||||||
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
|
inject -d -k mu3hook.dll mu3.exe
|
||||||
|
|
||||||
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
|
|
||||||
|
|
||||||
taskkill /f /im amdaemon.exe > nul 2>&1
|
taskkill /f /im amdaemon.exe > nul 2>&1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user