forked from Hay1tsme/segatools
cxb: server support added, bugfixes, thanks @Midorica
This commit is contained in:
9
dist/cxb/segatools.ini
vendored
9
dist/cxb/segatools.ini
vendored
@ -19,10 +19,10 @@ appdata=
|
||||
|
||||
[aime]
|
||||
; Aime reader emulation
|
||||
; CXB is stupid, so we have to make the paths go back one
|
||||
enable=1
|
||||
; CXB is stupid, so we have to make the paths go back two directories. This
|
||||
; will load the file from "resource\DEVICE\aime.txt".
|
||||
aimePath=../DEVICE/aime.txt
|
||||
felicaPath=../DEVICE/felica.txt
|
||||
|
||||
[led]
|
||||
; Emulation for the LED board. Currently it's just dummy responses,
|
||||
@ -39,6 +39,10 @@ enable=1
|
||||
; Note that 127.0.0.1, localhost etc are specifically rejected.
|
||||
default=127.0.0.1
|
||||
|
||||
; Set the title server hostname or IP address here, as the title server
|
||||
; is hardcoded in the game.
|
||||
title=https://127.0.0.1:9002
|
||||
|
||||
[netenv]
|
||||
; Simulate an ideal LAN environment. This may interfere with head-to-head play.
|
||||
; Crossbeats is extremely picky about its LAN environment, so leaving this
|
||||
@ -113,6 +117,7 @@ test=0x70
|
||||
service=0x71
|
||||
; Keyboard button to increment coin counter. Default is the F3 key.
|
||||
coin=0x72
|
||||
|
||||
; Menu up key. Default is up arrow.
|
||||
up=0x26
|
||||
; Menu down key. Default is down arrow.
|
||||
|
Reference in New Issue
Block a user