- Joined
- Jan 8, 2014
- Messages
- 1,055
- Reaction score
- 785
- First Language
- English
- Primarily Uses
- RMMV
@Skurge I might add in vehicle speed parameters ( similar to the dash parameter ). But I probably won't add in any deceleration/momentum.
New plugin:
QPathfind - https://github.com/quxios/QMV-Master-Demo/tree/master/js/plugins/QPathfind.js
This plugin will calculate a path for a character to take to reach a target position. You can also use this plugin to make a character chase a target.
If anyone finds any issues with it, please let me know. I do a lot of the testing while developing, so there's always a chance that something I tested and worked, stopped working after a later change. I'll also create a video later on showing the difference between the no smart, smart 1 and smart 2. Though here is an example of smart 2:
This plugin will calculate a path for a character to take to reach a target position. You can also use this plugin to make a character chase a target.
If anyone finds any issues with it, please let me know. I do a lot of the testing while developing, so there's always a chance that something I tested and worked, stopped working after a later change. I'll also create a video later on showing the difference between the no smart, smart 1 and smart 2. Though here is an example of smart 2:
