UltimateNewNet Build 1
----------------------

Author: Deepu

Core Author: Timothy Burgess

Release Date: 12-04-2018

Forum: http://forum.ultimateut.tk/

Website: http://ultimateut.tk/

Installation (Client)
=====================
--> copy the VAData.u & VAData.int file to the UnrealTournament's System folder for setting Skaarj Trooper's voice.

Installation (Server)
=====================
--> copy the .u, .dll, .ini file to the UnrealTournament's System & Textures folder
--> add to the UnrealTournament.ini in section [Engine.GameEngine] the following entry
--> Auto load weapons for Siege game type, nothing to do.
--> If you are using XC_Engine won't need to add "UN1" to the ServerPackages list.

[Engine.GameEngine]
ServerPackages=UN1
ServerActors=UN1.NewNetServer

--> For VAHandler

[Engine.GameEngine]
ServerPackages=VA1
ServerPackages=VAData

Remove other BPHandlers from PlayerPacks[0]=BP1 & PlayerPacks[1]=BP4 then add this

--> add to the UN.ini in section PlayerPacks[i]

[UN1.UTPure]
PlayerPacks[0]=VA
PlayerPacks[1]=
PlayerPacks[2]=
PlayerPacks[3]=
PlayerPacks[4]=
PlayerPacks[5]=
PlayerPacks[6]=
PlayerPacks[7]=

--> For Last Man Standing, add to the MapVote.ini

CustomGameConfig[1]=(bEnabled=True,GameClass="UN1.LastManStanding",NewPrefix="LMS",Mutators="",Settings="")

--> add to the UnrealTournament.ini for Last Man Standing

[UN1.LastManStanding]
StartWeapon=
FragLimit=30
TimeLimit=0
bMultiWeaponStay=True
bForceRespawn=True
bUseTranslocator=False
MaxCommanders=0
bNoMonsters=True
bHumansOnly=False
bCoopWeaponMode=False
bClassicDeathMessages=False

--> For Insta Gib

Add mutator/server actor line = UN1.NewNetIG

--> For Zooming Insta Gib

Add mutator/server actor line = UN1.NewNetZIG

--> For Rocket Arena

Add mutator/server actor line = BotPack.RocketArena

--> For Shock Arena

Add mutator/server actor line = BotPack.ShockArena

--> For Sniper Arena

Add mutator/server actor line = UN1.NewNetSA

--> For Chainsaw Melee

Add mutator/server actor line = BotPack.ChainsawMelee

--> For ImpactHammer Arena

Add mutator/server actor line = ImpactHammerArena.ImpactHammerArena

--> For Combo Gib

Add mutator/server actor line = UN1.NewNetCG

--> For Shock Domination

Add mutator/server actor line = UN1.NewNetSDOM

--> For Tele Gib

Add mutator/server actor line = UN1.NewNetTG

--> For h4x Sniper

Add mutator/server actor line = UN1.h4x_Mut

--> For Grapple

Add mutator/server actor line = UN1.GrapMut

--> For Double Jump

Add mutator/server actor line = UN1.DoubleJump

--> For setting Rocket X & SLV based mod support

Add mutator/server actor line = UN1.RXPosError

--> For disabling NewNet weapons for custom game support

Add mutator/server actor line = UN1.DisableWeapons

--> For disabling NewNet portals for custom game support

Add mutator/server actor line = UN1.DisablePortals

--> For Auto Pause

Add mutator/server actor line = ServerActors=UN1.PureAutoPause

--> If your server uses ACE, add to the UnrealTournament.ini

[ACEvXXX_X.ACEActor]
UPackages[0]=UN1.u

--> Recommended settings for tick rates & client rate, add to the UnrealTournament.ini

[IpDrv.TcpNetDriver]:
MaxClientRate=25000
NetServerMaxTickRate=65
LanServerMaxTickRate=65

--> For Tick Fix 2, Add to the UnrealTournament.ini, Windows server only,
    If you're running a linux server, remove all references to TF2.

[Engine.GameEngine]
ServerPackages=TF2
ServerActors=TF2.TickFix