Skip to content

About IOConfig

朱煜诚 edited this page Nov 30, 2024 · 3 revisions

IOConfig

  • IOConfig.exe is a configuration tool for ongeki-io and is distributed alongside it.
  • The content of this page may be slightly behind the Chinese version of the wiki, and the final meaning will be based on the Chinese version of the wiki.
  • The reading order of this wiki is as follows: Mageki User Manual → IO Config. You should read the Mageki User Manual first. All content is based on the Chinese version of the wiki.

Control panel[手台]

At the top of the software, there is a GUI-drawn control panel for testing whether corresponding functions are working properly.

Scope[作用域]

Allows the user to select parts of the controller they want to use, ultimately combining inputs from all controllers and sending them to the game.

Controllers[控制器]

Represents enabled controllers. You can add or remove multiple controllers.

When using UDP, TCP, and USBMUX simultaneously, each requires a separate port number.

TCP

Used for connecting to the Android version of Mageki via a data cable.

  1. In IOConfig, click 添加控制器Tcp确定.
  2. Download ADB.
  3. Connect your Android device to the PC via a USB cable.
  4. Install the OEM USB driver (may not be required).
  5. In Mageki's settings, set 连接协议 to TCP.
  6. Set 连接端口 in Mageki’s settings to match the TCP控制器端口 setting in IOConfig.
  7. Use the Command on your PC for port forwarding: adb forward tcp:4354 tcp:4354
    4354 is the default port, adjust as necessary to match the port in Mageki and IOConfig.

USBMUX

Used for connecting to the iOS version of Mageki via a data cable.

  1. In IOConfig, click 添加控制器Usbmux确定.
  2. Connect your iOS device to the PC via a USB cable.
  3. Install i4Tools, connect the device successfully in i4Tools, and close i4Tools once it shows the device information.
  4. In Mageki's settings, set 连接协议 to TCP.
  5. Set 连接端口 in Mageki’s settings to match the TCP控制器端口 setting in IOConfig.

UDP

Used for wireless connection to Mageki; however, wireless connections often have high latency, are prone to disconnection, and can suffer from unresponsive keys. Connection issues may also arise due to the network environment, so this method is not recommended.

  1. In IOConfig, click 添加控制器Udp确定.
  2. Ensure that both the device and PC are connected to the same local Network(Intranet).
  3. In Mageki's settings, set 连接协议 to UDP.
  4. Set 连接端口 in Mageki’s settings to match the UDP控制器端口 setting in IOConfig.
  5. If 连接IP地址 in Mageki’s settings is set to Broadcast and the connection fails, try setting it to the internal IP address of your PC.

Keyboard

Uses keyboard controls (does not support Lever).

  1. In IOConfig, click 添加控制器Keyboard确定.
  2. Click 键盘按键设定 to assign keys.

HID

Used to connect to other Controllers base on our ongeki io.

  1. In IOConfig, click 添加控制器Hid确定.
  2. Insert a Controllers running the corresponding firmware.
Clone this wiki locally