Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 1.41 KB

README.md

File metadata and controls

29 lines (24 loc) · 1.41 KB

SimfeedbackXP11

A plugin for Simfeedback for the simulator X-Plane 11

In X-Plane----

  • Go to Settings->Data Output
  • Enable indexes 17 (Pitch, roll, & headings) and 135 (Motion platform stats) for the 'Network via UDP' by ticking the box.
  • Make sure to setup the desired IP adress, port and UDP-rate.

The XP11.config file-----
Make sure this file exists in the provider directory along with the XP11.dll file and is in this format:
SERVERIP=127.0.0.1
PORT=49001
PPS=20

The above data is default if the file is not found, or it is in the wrong format. You can freely change the data, but it must have the same values as set in X-Plane 11. PPS in this case is the UDP-rate in X-Plane Data Output settings.

Current available datastreams, which is added in the XML file, from X-Plane is:
Pitch (degrees)
Roll (degrees)
AccelerationX (m/s^2) Left<>Right
AccelerationY (m/s^2) Up<>Down
AccelerationZ (m/s^2) Forward<>Backward

Changes from v0.2

  • Fixed a bug crashing the mother of all Simfeedback when adding a new effect in the GUI
  • Added a softstart feature for the plugin. Note this will only apply when pressing the start, and you are sitting in the airplane (getting telemetry data from X-Plane). It takes 10 seconds for the alignment (including the SFX-100 movement to neutral position) from when you have pressed start, if you get direct connection from the simulator.