node-insim
    Preparing search index...

    Class OutSimPack

    OutSim - MOTION SIMULATOR SUPPORT AND TELEMETRY OUTPUT

    The user's car in multiplayer or the viewed car in single player or single player replay can output data to an external program while in VIEW_DRIVER or VIEW_CUSTOM.

    This can be controlled by 6 lines in the cfg.txt file:

    OutSim Mode 0 : 0 = off / 1 = driving / 2 = driving + replay OutSim Delay 1 : minimum delay between packets (100ths of a sec) OutSim IP 0.0.0.0 : IP address to send the UDP packet OutSim Port 0 : IP port OutSim ID 0 : if not zero, adds an identifier to the packet OutSim Opts 0 : see docs\OutSimPack.txt for the available options

    If OutSim Opts is zero, each update sends the following UDP packet.

    NOTE 1) X and Y axes are on the ground, Z is up.

    NOTE 2) Motion simulators can be dangerous. The Live for Speed developers do not support any motion systems in particular and cannot accept responsibility for injuries or deaths connected with the use of such machinery.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    _raw: RawProperties<OutSimPack> = ...

    All string properties in a raw format as it was received from LFS

    AccelX: number = 0

    Acceleration - X axis

    AccelY: number = 0

    Acceleration - Y axis

    AccelZ: number = 0

    Acceleration - Z axis

    AngVelX: number = 0

    Angular velocity vector - X axis

    AngVelY: number = 0

    Angular velocity vector - Y axis

    AngVelZ: number = 0

    Angular velocity vector - Z axis

    Heading: number = 0

    Anticlockwise from above (Z)

    ID: number = 0

    Optional - only if OutSim ID is specified

    Pitch: number = 0

    Anticlockwise from above (Z)

    PosX: number = 0

    Position - X axis (1 m = 65536)

    PosY: number = 0

    Position - Y axis (1 m = 65536)

    PosZ: number = 0

    Position - Z axis (1 m = 65536)

    Roll: number = 0

    Anticlockwise from above (Z)

    Time: number = 0

    Time in milliseconds (to check order)

    VelX: number = 0

    Velocity - X axis

    VelY: number = 0

    Velocity - Y axis

    VelZ: number = 0

    Velocity - Z axis

    MAX_SIZE: 68
    MIN_SIZE: 64

    Methods