Skip to content

FCNPC 1.1.1

Choose a tag to compare

@ziggi ziggi released this 03 Aug 06:52
· 553 commits to master since this release

Version notes

  • Surfing now supports attached objects
  • Optimization
  • Add speed definitions in the include file
  • Update load message

Fixes

  • Fix object and vehicle validation (less crashes)
  • Fix include version checks (thanks to Incognito streamer plugin for example)
  • Fix move radius for goto player
  • Fixed variable types and casts
  • Fix speed and type argument in GoTo function
  • Fix train speed bug
  • Fix sync for hydra thrusters and train speed in playbacks
  • Fix some crashes after destroying NPC vehicle

New defines

#define MOVE_SPEED_AUTO     (-1.0)
#define MOVE_SPEED_WALK     (0.1552086)
#define MOVE_SPEED_RUN      (0.56444)
#define MOVE_SPEED_SPRINT   (0.926784)