Skip to content

v6.4.0

Latest

Choose a tag to compare

@github-actions github-actions released this 26 Mar 08:21
· 5 commits to master since this release

Minor Changes

  • #96 517c2f6 Thanks @mkapal! - Increase IS_NLP.NLP_MAX_CARS to 48

  • #96 0b3f64a Thanks @mkapal! - Add RIFlags property and SAIType getter to IS_NPL packet

    • RIFlags contains racer info flags about whether a player joined after the race has started (RIF_LATE_START), or if it is an unmovable object without collision (RIF_SAI_NON_SOLID). The flags are available in a new enum RacerInfoFlags.
    • SAIType is a derived value from RIFlags and returns the resulting SAIType enum value (movable, unmovable floating, unmovable at ground level, unmovable at ground angle).