server tabs

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

Papapishu

我是康
Jun 18, 2001
2,043
0
0
43
void
www.vovoid.com
here's the code you need for the window:
Code:
class MyBrowserTab expands UTBrowserServerListWindow;

defaultproperties
{
ServerListTitle="My very own tab"
ListFactories(0)="UBrowser.UBrowserSubsetFact,SupersetTag=UBrowserAll,GameType=[b]MyGametype[/b],bCompatibleServersOnly=True"
}

And here's what you need in the .int file to make it appear:

Code:
[Public]
Object=(Name=MyPackage.MyBrowserTab,Class=Class,MetaClass=UTBrowser.UTBrowserServerListWindow)

hope it helps...