Turn off the (JB3 SP2) server name change in UT99

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

Cpanoplyd

New Member
Jul 22, 2004
10
0
1
Is it possible to remove the part that ADDS the (JB3 SP2) to the server name?

We're using UTStats and it counts that server as a 3rd server because of the Jailbreak appending to the server name. Once the server changes back to another gametype on the server it goes back to not having the (JB3 SP2).


EDIT**** Nevermind, just looked at the code and it's hard coded to append the server name.
Code:
if ( InStr(Level.Game.GameReplicationInfo.ServerName, Version) < 0 )
		Level.Game.GameReplicationInfo.ServerName = Level.Game.GameReplicationInfo.ServerName @ "(" $ Version $ ")";

Thanks for your time.

EDIT 2 ****
Also, for others using the UTStats and not JB Stats, you can merge servers....even though it's ONE server and that should correct any problems.
 
Last edited: