help me finding this mutator

Search, find and discuss about Mutators!
AlchemY666`
Novice
Posts: 27
Joined: Fri Apr 19, 2013 2:39 am

help me finding this mutator

Post by AlchemY666` »

Hello guys !

i'm looking for the mutator that display this " Dual Midair! " message when you shoot somebody in the air while you are also in the air.

here it is : https://image.noelshack.com/fichiers/20 ... midair.png


Could you please maybe tell me the name of the mutator ?


thanks a lot !

Alchemy
You do not have the required permissions to view the files attached to this post.
User avatar
EvilGrins
Godlike
Posts: 10291
Joined: Thu Jun 30, 2011 8:12 pm
Personal rank: God of Fudge
Location: Palo Alto, CA

Re: help me finding this mutator

Post by EvilGrins »

Does it work with every weapon or just the instagib?
User avatar
Barbie
Godlike
Posts: 3002
Joined: Fri Sep 25, 2015 9:01 pm
Location: moved without proper hashing

Re: help me finding this mutator

Post by Barbie »

EvilGrins wrote: Tue Aug 06, 2024 4:47 pm Does it work with every weapon or just the instagib?
Should work with every weapon:

Code: Select all

if ((Victim.Physics == PHYS_Flying) && (Killer.Physics == PHYS_Flying)) Message("Dual Midair!"); 
(or similar :lol2: )
"If Origin not in center it be not in center." --Buggie
User avatar
sektor2111
Godlike
Posts: 6460
Joined: Sun May 09, 2010 6:15 pm
Location: On the roof.

Re: help me finding this mutator

Post by sektor2111 »

Who has physics "PHYS_Flying" in game except monsters ?
Excuse me but that's "PHYS_Falling" 24/7.
User avatar
Barbie
Godlike
Posts: 3002
Joined: Fri Sep 25, 2015 9:01 pm
Location: moved without proper hashing

Re: help me finding this mutator

Post by Barbie »

sektor2111 wrote: Thu Aug 08, 2024 3:45 pm Who has physics "PHYS_Flying" in game except monsters ?
Excuse me but that's "PHYS_Falling" 24/7.
Maybe that. Above code wasn't tested nor intended for productive usage. It is just demo code.
"If Origin not in center it be not in center." --Buggie
Red_Fist
Godlike
Posts: 2210
Joined: Sun Oct 05, 2008 3:31 am

Re: help me finding this mutator

Post by Red_Fist »

If you are shooting while in the air, is not the same as boring old falling.

However, once you shoot the other guy, it turns back into boring falling.

So there ya go.
Binary Space Partitioning