网络测试显示如图
segatools.ini内的设置如下:
{
[vfs]
; Insert the path to the game AMFS directory here (contains ICF1 and ICF2)
amfs=D:\Ongeki\package\amfs
; Insert the path to the game Option directory here (contains OPxx directories)
option=D:\Ongeki\package\option
; Create an empty directory somewhere and insert the path here.
; This directory may be shared between multiple SEGA games.
; NOTE: This has nothing to do with Windows %APPDATA%.
appdata=D:\Ongeki\package\appdata
[aime]
aimePath=D:\Ongeki\package\DEVICE\aime.txt
felicaGen=0
[dns]
; Insert the hostname or IP address of the server you wish to use here.
; Note that 127.0.0.1, localhost etc are specifically rejected.
default=aime.msm.moe
[ds]
; Region code on the emulated AMEX board DS EEPROM.
; 1: Japan
; 4: Export (some UI elements in English)
;
; NOTE: Changing this setting causes a factory reset.
region=1
[netenv]
; Simulate an ideal LAN environment. This may interfere with head-to-head play.
; SEGA games are somewhat picky about their LAN environment, so leaving this
; setting enabled is recommended.
enable=1
[keychip]
; 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=172.22.130.117
id=A61E-01D60571145
[gpio]
; Emulated Nu DIP switch for Distribution Server setting.
;
; If multiple machines are present on the same LAN then set this to 1 on
; exactly one machine and set this to 0 on all others.
dipsw1=1
; -----------------------------------------------------------------------------
; Input settings
; -----------------------------------------------------------------------------
; Keyboard bindings are specified as hexadecimal (prefixed with 0x) or decimal
; (not prefixed with 0x) virtual-key codes, a list of which can be found here:
;
; https://docs.microsoft.com/en-us/windows/win32/inputdev/virtual-key-codes
;
; This is, admittedly, not the most user-friendly configuration method in the
; world. An improved solution will be provided later.
[io3]
; Input API selection for JVS input emulator.
; Set "1" to use a xinput gamepad and set "2" to use keyboard.
mode=2
; Set "1" to enable mouse lever emulation.
mouse=1
test=0x75
service=0x76
[dinput]
LEFT_A=0x41 ;A
LEFT_B=0x53 ;S
LEFT_C=0x44 ;D
;LEFT_SIDE=0x51 ;Q
;RIGHT_SIDE=0x45 ;E
LEFT_SIDE=0x01 ; Mouse Left
RIGHT_SIDE=0x02 ; Mouse Right
RIGHT_A=0x4A ;J
RIGHT_B=0x4B ;K
RIGHT_C=0x4C ;L
LEFT_MENU=0x55 ;U
RIGHT_MENU=0x4F ;O
; Change move speed of slider when use dinput
SLIDER_SPEED=1000
}
其中subnet 部分之前也试过192.168.1.0但仍无网络
曾将config_common.json中emoney 部分的enable改为false4仍无网络
现在的设置
"emoney" :
{
"enable" : true,
"resource_path" : "tfps-res-pro",
"aime_unit" : 0,
"display_port" : 2,
"log" :
{
"level" : 2,
"root_path" : "emoney_log"
},
"ignore_brand" :
[
"sapica"
]
}
}
进入游戏后显示无网络
因此想要询问一下各位大佬们有没有什么解决办法,非常感谢!