How To Setup Unreal Tournament 4 Private Server (Windows) - Tutorial
How To Setup Unreal Tournament 4 Private Server (Windows) - Tutorial
In this tutorial I will show you how to setup your own UT4 Private Server on a Windows system.
Instructions doc: https://goo.gl/2PwQUe
*** Game download***
Game: https://www.epicgames.com/unrealtournament/
*** Instructions:***
UT4 Server Download Windows: https://www.epicgames.com/unrealtournament/blog/release-notes-june-28
***Visual C++ Runtime Installation***
You need to make sure you have the VC++ for 2013 and 2015 installed on the pc that will be running the server or it will not function.
- Download Visual C++ 2013: https://www.microsoft.com/en-us/download/details.aspx?id=40784
- Download Visual C++ 2015: https://www.microsoft.com/en-us/download/details.aspx?id=48145
***DirectX Installation***
The pc running the server will also need DirectX installed. You should download it off the microsoft website and install it:
https://www.microsoft.com/en-us/download/confirmation.aspx?id=35
***Extract the zip files***
Create a folder called UT4Server somewhere (in this example i use D:\UT4Server\).
Extract the contents of the WindowsServer folder inside the UT4 Server .zip file into your D:\UT4Server\ folder.
***Create a Startup Batch file***
To startup your server you need a special .bat batch file.
In this example i am setting up a Deathmatch server for 16 players on the IP 192.168.1.148 with port 7777 and logging enabled.
To do this we create a new text file inside the C:\UT4Server\WindowsServer\ folder and call it "RunServer.bat", now right click on the file and edit it with notepad.
***RunServer.bat Contents (basic default DeathMatch)
Put the text from below inside your RunServer.bat file with notepad. Make sure you replace the "-multihome=192.168.1.148" to match your own IP.***
cd Engine\Binaries\Win64
start UE4Server-Win64-Shipping.exe UnrealTournament DM-Spacer?Game=DM?MaxPlayers=16 -multihome=192.168.1.148 -port=7777 -log
***Edit Server Title and MOTD***
Goto "C:\UT4Server\WindowsServer\UnrealTournament\Saved\Config\WindowsServer" and open the Game.ini
[/Script/UnrealTournament.UTGameState]
ServerName=cowpits UT4 Server
ServerMOTD=cowpits says mooo...
ServerDescription=come frag with the cow
Forward Firewall Ports
Ports 7777 and 7787
ADD BOTS TO YOUR SERVER
To add bots to your server you enter a number for the parameter ?botfill=x
SET A TIMELIMIT
To set a custom timelimit on your server you enter a number for the parameter ?TimeLimit=xx
PASSWORD YOUR SERVER
To add a password to your server you enter password after the option called ?ServerPassword=xxx
***SET THE RCON PASSWORD***
Open the file: C:\UT4Server\UnrealTournament\Saved\Config\WindowsServer\Engine.ini
And edit the following section: Replace PASSWORD with a password you want for RCON.
[/Script/UnrealTournament.UTGameEngine]
bFirstRun=False
RconPassword=PASSWORD
***RCON COMMANDS that I’ve discovered***
AllAmmo
AddBots [# of bots]
ChangeTeam
Ghost
HudSettings
KillBots
Loaded
Open [Map Name]
RestartLevel
RconAuth [Password]
RconExec [Command] (Commands such as: allammo, killbots, ghost, etc.)
RconMap [Map name]
RconNextMap [Map name]
RconKick UserName | UID true|false (note: if you pass true it will ban the player)
Stat FPS
SwitchTeam
Suicide
UnlimitedAmmo
ViewPlayer [Name]
ViewSelf
Walk
Other Videos By cowpits
Other Statistics
Unreal Tournament Statistics For cowpits
There are 11,567 views in 5 videos for Unreal Tournament. His channel currently has around 1 hour worth of content for Unreal Tournament, or 5.51% of the total watchable video on cowpits's YouTube channel.