Another small thing, got inspired by Quake 4 for this one:

A Teleporter that is also able to teleport Projectiles (no traces, of course). You can shoot rockets before you enter a Teleporter to clear the way on the other side (or to give away your position
) or hunt an enemy with a rocket through the Teleporter. Or be mean and throw Spider Mines through it to let them do the dirty work on the other side. The level designer can set up which Projectile classes are allowed.
The projectiles of the Flak are causing the same tearing like when using WarpZones, though, simply because they are probably coded that way to create this tail of light between two locations on the next updates of the game loop. And the Projectiles are always coming out at the center of the other Teleporter, no matter where you hit the first Teleporter. That is in order to prevent them getting spawned in walls.
Next thing on the list is a JumpPad that also applies the "jump" to Projectiles hitting it.
(Also inspired by Quake 4, where it worked with grenades. Nothing special but maybe a nice effect on some maps)
I also found time to list the TeamSpecificActors in the Wiki. On Nova's page because they belong to him.

A Teleporter that is also able to teleport Projectiles (no traces, of course). You can shoot rockets before you enter a Teleporter to clear the way on the other side (or to give away your position

The projectiles of the Flak are causing the same tearing like when using WarpZones, though, simply because they are probably coded that way to create this tail of light between two locations on the next updates of the game loop. And the Projectiles are always coming out at the center of the other Teleporter, no matter where you hit the first Teleporter. That is in order to prevent them getting spawned in walls.
Next thing on the list is a JumpPad that also applies the "jump" to Projectiles hitting it.

(Also inspired by Quake 4, where it worked with grenades. Nothing special but maybe a nice effect on some maps)
I also found time to list the TeamSpecificActors in the Wiki. On Nova's page because they belong to him.

Comment