28.06.2017, 19:13
Quote:
Vehicle movements dont work well with any kind of NPCs. Even driving a car around a corner usually looks bad. Sure this would be possible with both FCNPC and RNPC, but it would look terrible, not even close to a real player.
|
Technically that should be possible without big issues. The hardest part would still be calculating the correct rotations for a plane (also considering turns, ascending, descending) and a good path finder (so that it would actually be able to hit players while at the same time not crashing into every tree).
If you ignore the rotations at the beginning, it should be quite easy to do.