Monster Angle for (Similar) A_ThrowGrenade
Moderator: GZDoom Developers
- RV-007
- Posts: 1501
- Joined: Fri Sep 02, 2011 9:00 pm
- Location: Dying w/ civilization or living after it
- Contact:
Monster Angle for (Similar) A_ThrowGrenade
I noticed that this statement is dumb predicted attack for monsters. How about providing a angle parameter just like A_CustomMissile? If those sin/cos/tan stuff is included, then I am sure that monsters are able to aim accurately to target.
- XutaWoo
- Posts: 4005
- Joined: Sat Dec 30, 2006 4:25 pm
- Location: beautiful hills of those who are friends
- Contact:
Re: Monster Angle for (Similar) A_ThrowGrenade
The entire point of this function is to not be aimed, so.
It's an outdated function, really. Just use A_CustomMissile (or A_FireCustomMissile with weapons) and offset the pitch with that.
It's an outdated function, really. Just use A_CustomMissile (or A_FireCustomMissile with weapons) and offset the pitch with that.
- RV-007
- Posts: 1501
- Joined: Fri Sep 02, 2011 9:00 pm
- Location: Dying w/ civilization or living after it
- Contact:
Re: Monster Angle for (Similar) A_ThrowGrenade
I guess that the projectile itself must somehow be a trajectory seeker missile so that it looks like the monster got good mortar skills.
I guess I'll make another topic about this kind of projectile.
I guess I'll make another topic about this kind of projectile.