Namechange while kickvote

  • 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.

varalys

New Member
Jul 26, 2005
1
0
0
Hello,

Sometimes a player will change his name quickly
while in a kickvote

This results in the player not being kicked, even when enough votes are aquired

Is there a way to counter that, lets say to give each player
an ID when he starts the map, and only use the first used name ?

thanx

Regards

Varalys
 

ProAsm

Active Member
Mar 20, 2002
2,108
0
36
www.proasm.com
UT2Vote does not track players by their nickname but uses their CD-Key (UniqueID).
If this is happening with you then you have DoUplink=False (Cd-Key disabled) and need to set in the UT2Vote ini file:
bUseUniqueID=False
That will now track players by their ID.