У нас вы можете посмотреть бесплатно How To Setup Unreal Tournament 4 Private Server (Windows) - Tutorial или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
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/unrealtourn... ** Instructions:** UT4 Server Download Windows: https://www.epicgames.com/unrealtourn... **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/downl... Download Visual C++ 2015: https://www.microsoft.com/en-us/downl... **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/downl... **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