HomeGamesUpdatesPricingMethodology
Steam News27 May 20261mo ago

Implemented external transmission (Telemetry) functionality.

New Feature Added: External Video Creation Support "Telemetry Output" Function A function has been added to send in-game information to external tools in real time. Function Overview: UDP transmission to 127.0.0.

Full notes

Full 士機(SIKI) update

Read the full published notes in a cleaner layout. The original post stays linked below.

What changed

0 fixes2 additions2 changes0 removals
  • Gameplay
  • Balance
  • UI and audio
addedNew Feature Added: External Video Creation Support "Telemetry Output" Function
addedA function has been added to send in-game information to external tools in real time.
changedFunction Overview: UDP transmission to 127.0.0.1 (on your PC only) Sends game status in JSON format every frame (60 times/second) Can be linked with external video editing software or custom tools to create perfectly synchronized video sequences for HP, damage taken, shooting, etc. Main information sent in JSON:
changed"movie_time": 0.0 } How to Use: Start the game Click the "設定変更" button on the start screen (外部送信) to turn it ON Port number is 9000 (no change required) Receive 127.0.0.1:9000 with an external tool (Python, Node.js, dedicated synchronization tool, etc.)

New Feature Added: External Video Creation Support "Telemetry Output" Function

A function has been added to send in-game information to external tools in real time.

Function Overview

UDP transmission to 127.0.0.1 (on your PC only) Sends game status in JSON format every frame (60 times/second) Can be linked with external video editing software or custom tools to create perfectly synchronized video sequences for HP, damage taken, shooting, etc.

Main information sent in JSON

{ "scene": "OutdoorsScene",

"hp_percent": 78.5,

"is_dead": false,

"is_damaged": true,

"is_shooting_main": true,

"is_shooting_missile": false,

"movie_time": 0.0 } How to Use: Start the game Click the "設定変更" button on the start screen (外部送信) to turn it ON Port number is 9000 (no change required) Receive 127.0.0.1:9000 with an external tool (Python, Node.js, dedicated synchronization tool, etc.)

Source

Steam News / 27 May 2026

Open original post

Changelog.gg summarizes and formats this update. How we read updates.