Mad Dal 85 Posted April 24, 2020 I've noticed that in some mods and wads, some enemies (mainly the imp and pinky demon varieties) jump or lunge at the player when attacking. How is this possible? 0 Quote Share this post Link to post
0 Geckertim Posted May 21, 2021 Considering how old this question is, you may have already figured something out. If you haven't, however, there are multiple ways to do this. The one that I use the most is simply using a combination of A_FaceTarget and VelFromAngle, like so: In this example, the first state tells the monster to stand in place and look at its target, and the second state tells it to lunge towards its target based on the distance to said target. Like I said, there are other ways to do this, but this one is the simplest as far as I'm aware. 0 Quote Share this post Link to post
Question
Mad Dal 85
I've noticed that in some mods and wads, some enemies (mainly the imp and pinky demon varieties) jump or lunge at the player when attacking. How is this possible?
Share this post
Link to post
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.