forked from TeamTofuShop/segatools
improved all segatools.ini
configs
This commit is contained in:
40
dist/idac/segatools.ini
vendored
40
dist/idac/segatools.ini
vendored
@ -1,18 +1,30 @@
|
||||
; -----------------------------------------------------------------------------
|
||||
; Path settings
|
||||
; -----------------------------------------------------------------------------
|
||||
|
||||
[vfs]
|
||||
; Insert the path to the game AMFS directory here (contains ICF1 and ICF2)
|
||||
amfs=
|
||||
; Insert the path to the game Option directory here (contains OPxx directories)
|
||||
; Insert the path to the game Option directory here (contains MVxx directories)
|
||||
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=
|
||||
|
||||
; -----------------------------------------------------------------------------
|
||||
; Device settings
|
||||
; -----------------------------------------------------------------------------
|
||||
|
||||
[aime]
|
||||
; Controls emulation of the Aime card reader assembly.
|
||||
enable=1
|
||||
aimePath=DEVICE\aime.txt
|
||||
|
||||
; -----------------------------------------------------------------------------
|
||||
; Network settings
|
||||
; -----------------------------------------------------------------------------
|
||||
|
||||
[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.
|
||||
@ -24,6 +36,10 @@ default=127.0.0.1
|
||||
; setting enabled is recommended.
|
||||
enable=1
|
||||
|
||||
; -----------------------------------------------------------------------------
|
||||
; Board settings
|
||||
; -----------------------------------------------------------------------------
|
||||
|
||||
[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
|
||||
@ -59,13 +75,17 @@ dipsw3=0
|
||||
dipsw4=0
|
||||
dipsw5=0
|
||||
|
||||
; -----------------------------------------------------------------------------
|
||||
; Custom IO settings
|
||||
; -----------------------------------------------------------------------------
|
||||
|
||||
[aimeio]
|
||||
; To use a custom card reader IO DLL enter its path here.
|
||||
; Leave empty if you want to use Segatools built-in keyboard input.
|
||||
path=
|
||||
|
||||
[idacio]
|
||||
; To use a custom Initial D The Arcade IO DLL enter its path here.
|
||||
; To use a custom Initial D THE ARCADE IO DLL enter its path here.
|
||||
; Leave empty if you want to use Segatools built-in gamepad/wheel input.
|
||||
path=
|
||||
|
||||
@ -106,6 +126,22 @@ mode=xinput
|
||||
restrict=128
|
||||
|
||||
[xinput]
|
||||
; XInput bindings
|
||||
;
|
||||
; Left Stick Steering
|
||||
; Right Stick (Steering) when "singleStickSteering" is disabled
|
||||
; Left Trigger Brake
|
||||
; Right Trigger Accelerator
|
||||
; Left Stick Click Left (used for Time Up)
|
||||
; Right Stick Click Right (used for Time Up)
|
||||
; Left Shoulder Shift Down
|
||||
; Right Shoulder Shift Up
|
||||
; Start/A Start
|
||||
; Back/B View Change
|
||||
; X Shift Up
|
||||
; Y Shift Down
|
||||
; D-Pad D-Pad
|
||||
|
||||
; Left and right thumbsticks are mapped to left and right dpad buttons.
|
||||
; Press both thumbsticks to trigger "Time Up" and exit the course.
|
||||
; Automatically reset the simulated shifter to Neutral when XInput Start is
|
||||
|
Reference in New Issue
Block a user