Deemer Spawn Time

  • Two Factor Authentication is now available on BeyondUnreal Forums. To configure it, visit your Profile and look for the "Two Step Verification" option on the left side. We can send codes via email (may be slower) or you can set up any TOTP Authenticator app on your phone (Authy, Google Authenticator, etc) to deliver codes. It is highly recommended that you configure this to keep your account safe.

Alien Resonator

New Member
Apr 26, 2005
2
0
0
As a possible alternative there is interest in adjusting the spawn time to more seconds in order to create less camping and abuse of the weapon.

Does anyone have a relitively simple solution to adding more time for respawning of Super weapons?

Thank you!
 

Wormbo

Administrator
Staff member
Jun 4, 2001
5,913
36
48
Germany
www.koehler-homepage.de
The respawn time already is about 2 minutes, whoever camps that long (instead of e.g. timing the weapon respawn) is bound to be fragged before the super weapon respawns.

To change the time you'd have to create a subclass of the weapon pickup with a modified respawn time or a subclass of xWeaponBase with code to adjust the spawned weapon's RespawnTime. Subclassing the RedeemerPickup is probably the best idea here. Put the new class in the myLevel package.
 

Killavirus

New Member
May 2, 2005
150
0
0
what you could do that would be Sooooooo cool for redeemer is :


"StochasticTrigger" Completly Random Redeemer spawn time maybe 1 new one in 10 seconds or maybe 5 min :D
 
Wormbo said:
The respawn time already is about 2 minutes, whoever camps that long (instead of e.g. timing the weapon respawn) is bound to be fragged before the super weapon respawns.

To change the time you'd have to create a subclass of the weapon pickup with a modified respawn time or a subclass of xWeaponBase with code to adjust the spawned weapon's RespawnTime. Subclassing the RedeemerPickup is probably the best idea here. Put the new class in the myLevel package.


Im currently at work, so correct me if im wrong. But can't you just adjust that in the properties of the spawn point itself?