[r1739] Bug: Archvile Blast Velocity

Bugs that have been investigated and resolved somehow.

Moderator: GZDoom Developers

Forum rules
Please don't bump threads here if you have a problem - it will often be forgotten about if you do. Instead, make a new thread here.
Post Reply
Karate Chris
Posts: 307
Joined: Wed Aug 23, 2006 7:58 am

[r1739] Bug: Archvile Blast Velocity

Post by Karate Chris »

The Z velocity given by the Archvile to its target appears to be much higher than it was before. This line of code is causing the problem:

Code: Select all

target->velz = Scale(thrust, 1000, target->Mass);
User avatar
Xaser
 
 
Posts: 10774
Joined: Sun Jul 20, 2003 12:15 pm
Contact:

Re: [r1739] Bug: Archvile Blast Velocity

Post by Xaser »

Is this an issue that has cropped up recently? I recall ZDoom always having an abnormally high (compared to Vanilla) archvile vertical thrust, though honestly I never noticed it until it was pointed out. :P

Reason I ask is this may need to be compat-optioned if it changes the way the thrust has always been applied. If it's recent, though, it's an all-out bug.
User avatar
randi
Site Admin
Posts: 7749
Joined: Wed Jul 09, 2003 10:30 pm
Contact:

Re: [r1739] Bug: Archvile Blast Velocity

Post by randi »

Define "before". That line of code is identical to the original aside from allowing for variable thrust. With the default value of 1, it is functionally equivalent to what has always been in A_VileAttack.
Guest

Re: [r1739] Bug: Archvile Blast Velocity

Post by Guest »

I have noticed that when fighting the Archvile, it throws me to the ceiling, and it can even throw a Mastermind to the ceiling, now.
User avatar
randi
Site Admin
Posts: 7749
Joined: Wed Jul 09, 2003 10:30 pm
Contact:

Re: [r1739] Bug: Archvile Blast Velocity

Post by randi »

Sigh. It was using the blast radius as the thrust factor.
Post Reply

Return to “Closed Bugs [GZDoom]”