How to hide mutators list in server list / nexgen ? - SOLVED

Search, find and discuss about Mutators!
Post Reply
Aldebaran
Masterful
Posts: 672
Joined: Thu Jan 28, 2016 7:30 pm

How to hide mutators list in server list / nexgen ? - SOLVED

Post by Aldebaran »

I saw some servers hiding their list of running mutators in the server browser and Nexgen.
I never found an option for this in die config files, how is that done?
Last edited by Aldebaran on Wed Jul 27, 2016 2:36 pm, edited 2 times in total.
SC]-[WARTZ_{HoF}
Adept
Posts: 426
Joined: Tue Feb 21, 2012 7:29 pm

Re: How to hide mutators list in server list / nexgen ?

Post by SC]-[WARTZ_{HoF} »

You need to exclude using the "Mod/Mutator.int" files from the gameserver "system" directory.
Image
Image
Image
Aldebaran
Masterful
Posts: 672
Joined: Thu Jan 28, 2016 7:30 pm

Re: How to hide mutators list in server list / nexgen ?

Post by Aldebaran »

SC]-[WARTZ_{HoF} wrote:You need to exclude using the "Mod/Mutator.int" files from the gameserver "system" directory.
Sorry for the dumb question, but how should I exlude?
I found this interesting link about int files https://wiki.beyondunreal.com/Legacy:INT_File, but there is nothing to read about exluding...
SC]-[WARTZ_{HoF}
Adept
Posts: 426
Joined: Tue Feb 21, 2012 7:29 pm

Re: How to hide mutators list in server list / nexgen ?

Post by SC]-[WARTZ_{HoF} »

To exclude files from the system directory would be not to include them with their Mod/Mutator.u files.

Example:

DoubleJumpUT.int /remove this from the gameserver system directory aka "C:\UnrealTournament\System"
DoubleJumpUT.u /leave this in the gameserver system directory

Open the DoubleJumpUT.int and you will see this:

Code: Select all

[Public]
Object=(Name=DoubleJumpUT.DoubleJumpUT,Class=Class,MetaClass=Engine.Mutator,Description="DoubleJumpUT")
Object=(Name=DoubleJumpUT.DJ_ModMenuItem,Class=Class,MetaClass=UMenu.UMenuModMenuItem,Description="DoubleJump UT, Brings DoubleJump to UT.")
Add the DoubleJumpUT.DoubleJumpUT to your command-line or your mapvote command-line and run your server. You'll have Double jump but will not see it in the ut browser for mutators for your server.

Hope that helps you.
Image
Image
Image
Aldebaran
Masterful
Posts: 672
Joined: Thu Jan 28, 2016 7:30 pm

Re: How to hide mutators list in server list / nexgen ? - So

Post by Aldebaran »

It works! Great!
Thank you very much.
Post Reply