Skip to content
Chris Collins edited this page Apr 3, 2017 · 6 revisions

libxplanemp: X-Plane Multiplayer Rendering/Integration Library

libxplanemp provides common infrastructure for multiplayer clients to:

  • Render aircraft using CSL Models
  • Send TCAS responses to player aircraft
  • perform last resort correlation of aircraft to a near match when a perfect match isn't available.

without requiring the use of the X-Plane AI aircraft system

Creating Models

There are three supported model formats and rendering paths in XSB

  • OBJ8 CSL - The New OBJ8 based CSL system
  • LegacyCSL - the old (hacked OBJ7) format which is only supported for backwards compatibility reasons
  • ACFs - a legacy method which involves using the AI system to render aircraft. Not recommended for use. Documented in LegacyCSL for now.

If you want to create new models for model matching/rendering, please do not use the OBJ format in LegacyCSL, but instead use the OBJ8 format as described in OBJ8 CSL

Clone this wiki locally