Merge pull request #1 from OrdinaryMagician/blockasplayer

Add BLOCKASPLAYER to translocator modules
This commit is contained in:
Marisa Kirisame 2018-06-05 21:46:06 +02:00 committed by GitHub
commit f5181637b5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 3 deletions

View file

@ -59,6 +59,3 @@ This mod requires very recent devbuilds of GZDoom or QZDoom. You can get them
- Pulse gun beams behave oddly when the player is moving or looking up and - Pulse gun beams behave oddly when the player is moving or looking up and
down. This might just be a rendering interpolation glitch, as usual down. This might just be a rendering interpolation glitch, as usual
- Translocator allows telefragging of other players in coop. - Translocator allows telefragging of other players in coop.
- Translocator modules go through player blocking lines, this can be easily
abused to screw up map flow. Blocking on player lines requires engine-side
changes, so this will take some effort.

View file

@ -130,6 +130,7 @@ Class TranslocatorModule : Actor
+CANBOUNCEWATER; +CANBOUNCEWATER;
-BOUNCEAUTOOFF; -BOUNCEAUTOOFF;
+BOUNCEAUTOOFFFLOORONLY; +BOUNCEAUTOOFFFLOORONLY;
+BLOCKASPLAYER;
BounceType "Doom"; BounceType "Doom";
BounceFactor 0.5; BounceFactor 0.5;
WallBounceFactor 0.5; WallBounceFactor 0.5;