11 SDDS
Dniel97 edited this page 2024-03-07 15:45:03 +01:00
This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

SDDS

Some instructions how to get SDDS up and running

Setup Instructions

  1. Get the game data and extract it somewhere (E:/ drive won't work!)
  2. Grab the segatools below and extract it in App\Todoroki:

segatools

Name Link Details
segatools Download swdc.zip - Open-Source
- XInput (Xbox Controller) and DInput (Steering Wheel/Pedals) support
-Keyboard support is built into the game
- Deadzone settings
  1. Read the segatools Documentation and configure at least those values in your segatools.ini:

[vfs]

Key Default Value Documentation
amfs Empty string (causes a startup error) Configure the location of the SEGA AMFS volume. Stored on the E partition on real hardware.
appdata appdata Configure the location of the SEGA "APPDATA" volume (nothing to do with the Windows user's %APPDATA% directory). Stored on the Y partition on real hardware. Do not change the value if you don't want to break the start.bat script!
option Empty string Configure the location of the "Option" data mount point. This mount point is optional (hence the name, probably) and contains directories which contain minor over-the-air content updates.

[dns]

Key Default Value Documentation
default localhost Controls hostname of all of the common network services servers, unless overriden by a specific setting below. Most users will only need to change this setting. Also, loopback addresses are specifically checked for and rejected by the games themselves; this needs to be a LAN or WAN IP (or a hostname that resolves to one). Use your local IPv4 PC address if unsure.

[keychip]

Key Default Value Documentation
subnet 192.168.100.0 The /24 LAN subnet that the emulated keychip will tell the game to expect. You must set this to your LAN's IP subnet, and that subnet must start with 192.168, in order to find the MAIN cabinet.
  1. (Optional if you have a wheel, Xbox controller work out of the box): To open the joystick tool click on Windows Start and type joy.cpl and hit Enter

[io4]

Key Default Value Documentation
mode xinput Input API selection for IO4 input emulator: Set "xinput" to use a gamepad and "dinput" to use a steering wheel.

[dinput]

Key Default Value Documentation
deviceName Name of the DirectInput wheel to use (or any text that occurs in its name). Example: G29. If this is left blank then the first DirectInput device will be used.
brakeAxis
accelAxis
RZ, Y Pedal mappings. Valid axis names are: X, Y, Z, RX, RY, RZ, U, V. (U and V are old names for Slider 1 and Slider 2).

Note: Note on button mappings

These are dinput button numbers. Note that buttons are numbered from 1, while some software numbers buttons from 0. The default windows controller panel should show the correct ones, if it hasn't been replaced by the controller driver.

Key Default Value Documentation
start 1 Button mapping for the Start button.
viewChg 2 Button mapping for the View Change button.
paddleLeft 6 Button mapping for the steering wheel left paddle.
paddleRight 5 Button mapping for the steering wheel right paddle.
wheelRed 7 Button mapping for the steering wheel Red button.
wheelBlue 8 Button mapping for the steering wheel Blue button.
wheelYellow 9 Button mapping for the steering wheel Yellow button.
wheelGreen 10 Button mapping for the steering wheel Green button.
reverseAccelAxis 0 Inverts the accelerator axis if set to 1. This is needed for certain controllers like the DS4 or Dualsense.
reverseBrakeAxis 0 Inverts the accelerator axis if set to 1. This is needed for certain controllers like the DS4 or Dualsense.
  1. Grab the unpacked/modded files according to your game version and extract it to App\Todoroki:

Packages

Version Link Details
2.30 Download - includes amfs folder with correct ICF files
  1. Launch start.bat to configure the Server
  2. Wait for the NETWORK CHECK, enter Test Menu (1 keyboard button): GAME ASSIGNMENTS -> SUB and change it to MAIN, and click yes to REBOOT
  3. DONE! Launch start.bat and have fun :)
  4. Hold the Enter key for a few seconds to scan a card, this will now automatically create a random aime.txt in the App\Todoroki\WindowsNoEditor\AMDaemon\DEVICE folder

(c) Instructions written by Dniel97