Сегодня 2 мая, четверг ГлавнаяНовостиО проектеЛичный кабинетПомощьКонтакты Сделать стартовойКарта сайтаНаписать администрации
Поиск по сайту
 
Ваше мнение
Какой рейтинг вас больше интересует?
 
 
 
 
 
Проголосовало: 7272
Кнопка
BlogRider.ru - Каталог блогов Рунета
получить код
Отзывы о хостинге - RSS Feed
Отзывы о хостинге - RSS Feed
Голосов: 0
Адрес блога: https://goodhosters.ru
Добавлен: 2019-03-18 20:21:04
 

Обзор сервера майнкрафт пе 1.1.5

2019-03-18 19:15:03 (читать в оригинале)

Спасибо за просмотер!
Подпишись позязя, и постав лайк..
Я стараюсь снять годный контент...
Пиши в коменты что ещё снимать...
????❤????

Conan Exiles Dedicated Server Setup Guide for Windows Updated for May 8th Release!

2019-03-18 16:48:26 (читать в оригинале)

I walk you through setting up a dedicated Server and adjusting the settings. I also show you how to make yourself an admin.
Server Files: http://www.maturemindedgamers.com/p/dedicated-server-files.html
#conanexiles
*Correction: ServerPassword=yourpassword goes in the engine.ini file right under ServerName=yourservername

Unreal Engine 4 Good to Know - Making A Dedicated Server

2019-03-18 16:48:26 (читать в оригинале)

Download links :
Scoreboard Project
https://drive.google.com/file/d/1v1Nq_QtRywzrEMQveAXnt2dpzJXNLXpN/view?usp=sharing
Server.Target below 4.15
https://drive.google.com/file/d/0B45Kp15-PhyOVXRORFVGbk90bUk/view?usp=sharing
Server Target 4.15 and above
https://drive.google.com/file/d/0B45Kp15-PhyOS2MwNk1kekhBVGM/view?usp=sharing
Source Build (Must have github account)
https://github.com/EpicGames/UnrealEngine/tree/4.13
Notepad++
https://notepad-plus-plus.org/
Visual Studio 2015 Community
https://www.visualstudio.com/en-us/products/visual-studio-community-vs.aspx

Video links :
Make Static IP
https://www.youtube.com/watch?v=qA73fxyX9Nw
Port Forwarding
https://www.youtube.com/watch?v=kXwRVg4gadg
WIndow Firewall Inbound/Outbound Rules
https://www.youtube.com/watch?v=ELKOI4zN6Wg

HOST YOUR OWN DEDICATED SERVER (FREE - OFF YOUR PC) | SCUM TUTORIAL

2019-03-18 16:48:26 (читать в оригинале)

This is a tutorial on how to host your own SCUM dedicated server, right off your PC and your own internet. This method is working with the latest version of SCUM and requires NO MONEY. All you need is an official copy of the game from Steam!
This is: How to host your own dedicated SCUM server, for free!

Pastebin link: https://pastebin.com/g1pLkXbt



Outro song: Deep Blue by K-391
Video featured behind outro text source:
NORTH (Developed by Outlands)
http://store.steampowered.com/app/461890/

ATLAS MMO: SINGLE PLAYER MODE + DEDICATED SERVER - STEP BY STEP SETUP - ServerGridEditor + SteamCMD

2019-03-18 16:48:26 (читать в оригинале)

Avast Mateys!!! Welcome back to another technical tutorial. Today I will show you how to setup an atlas single player and/or dedicated server.

There is so much incomplete information on the whole process that I took the time and compiled my own start to finish guide for setting up your very own single player and dedicated atlas server

Make sure to subscribe and join our pirate crew and don’t forget to ring the bell. You can also follow me on twitter using the links in the description.

I’ll see my scurvy crew in the next video.

????Do you want to Support the Channel ?
⏩Subscribe and share the video
⏩Leave a Like and comment in the video

⏩Donations can be made to https://streamlabs.com/seerower

Follow me on Twitter to stay up to date with live stream events
@SEEROWER288
Join me and lets see where this game is at on day one...

ATLAS DETAILED SINGLE PLAYER + DEDICATED SERVER - STEP BY STEP #playatlas @sailtheatlas
@Jatheish @bubblywums

External links:
STEAMCMD: https://steamcdn-a.akamaihd.net/client/installer/steamcmd.zip
REDIS: https://github.com/MicrosoftArchive/redis/releases
ServerGridEditor: https://bit.ly/2VpguDB

1. Click and download SteamCMD https://steamcdn-a.akamaihd.net/client/installer/steamcmd.zip
2. Create a folder where you wish to store your Atlas game server hosting files in
- Example C:\AtlasServer
3. Place the newly downloading SteamCMD.exe file within it C:\AtlasServer
Create a batch file named Atlas Server Update.bat Click start – type – notepad – Immediately save it as Atlas Server Update.bat and select the all files from the bottom

4. Place the following code in this batch file:
C:\AtlasServer\steamcmd.exe +login anonymous +force_install_dir C:\AtlasServer +app_update 1006030 validate +exit

5. Right-click SteamCMD.bat and Run as Administrator – click allow if your firewall pops up with a warning message
6. Your game server files should start downloading now
7. Create a 2nd batch file, in the C:\AtlasServer folder and call it Start Atlas Server.bat
8. Copy this code in the Start Atlas Server.bat file
start /high C:\atlasserver\steamapps\common\"ATLAS Dedicated Server"\ShooterGame\Binaries\Win64\ShooterGameServer.exe Ocean?ServerX=0?ServerY=0?AltSaveDirectoryName=00?ServerAdminPassword=TEST?MaxPlayers=50?ReservedPlayerSlots=10?QueryPort=57555?Port=5755?SeamlessIP=44.16.10.128 -log -server -NoBattlEye

9. Open your browser and type in your search bar what is my ip
replace this ip for your SeamlessIP= in step 8 - Save your file

10. You have to configure your router for port forwarding – I used QueryPort=57555?Port=5755 on my server

NOTES
If you have a dedicated IP use that, a DYNDNS setup also works in the server start-up string.
If your game doesn’t start up – make sure to check if your public ip address matches the one in the start-up batch file


Ok so we have 2 files created
1) the update and install batch file
2) the start server batch file
The atlas dedicated server files should now be downloading.

The next couple steps is to create a functional Atlas Server Grid database which will contain all of your islands.

10. Download https://bit.ly/2VpguDB the ServerGridEditor and extract it to C:\AtlasSserver\ServerGridEditor-master – run the EXE file

Follow the rest of the video to finish the setup.


Страницы: 1 2 3 4 

 


Самый-самый блог
Блогер ЖЖ все стерпит
ЖЖ все стерпит
по сумме баллов (758) в категории «Истории»
Изменения рейтинга
Категория «Кино»
Взлеты Топ 5
+363
414
Информационный колодец
+341
345
Yurenzo
+339
343
CAPTAIN
+331
341
Alta1r
+322
361
Vindigo
Падения Топ 5


Загрузка...Загрузка...
BlogRider.ru не имеет отношения к публикуемым в записях блогов материалам. Все записи
взяты из открытых общедоступных источников и являются собственностью их авторов.