Pve unturned что это

Обновлено: 09.05.2024

A Dedicated Server is a method of hosting an Unturned server that does not require the host to be an active player in the game. The host can choose to play on the server, or just leave it running in the background while others play on it. Unlike a Local Server, port forwarding is required. Servers are hosted with the Unturned Dedicated Server app.

A Dedicated Server also allows for vastly increased versatility in configuration of the server. Many server options become available through the Commands.dat, Config.json, server console, and other configuration files.

Еда и вода

Эти две вещи вам просто необходимы! Без еды и воды вы продержитесь всего 5 дней (без прокачанного навыка Survival). Еду и воду можно найти следующим образом:

  • Часто ходить в город (см.выше) а также в другие места.
  • Заниматься земледелием и охотой,но об этом ниже.
  • Останавливаться около воды (действительно только для воды), также можно черпать воду из колодцев на фермах с помощью ФлягаCanteen .

Windows Setup:

Shortcut Method (pre-3.20.12.2 only)

The deprecated shortcut method for creating servers only works for versions of the game prior to 3.20.12.2, which had been released on October 14, 2020. Newer versions of the game should only be hosted through the Unturned Dedicated Server app.

How to Host a Dedicated server on Unturned Version 3.0 Above

  1. Right-click the "Unturned.exe", hover the mouse over "Send To", and click on "Desktop (create shortcut)".
  2. Right-click on the shortcut and select "Properties". The "Target:" field should contain the path to Unturned.exe and should look something like this:
  3. Now, at the end of the string of text, insert this string of text:

An example of a finished "Target" field:

4. Finally, run the server. A black console screen should appear. 5. Optional: You can easily update an existing Unturned server by using the following method:

The following text string will create a shortcut that will automatically update your server. This example assumes that you installed your server through SteamCMD, which does not update Unturned automatically.

Classic Setup:

Unturned - how to create a dedicated server! (and how to join it)

  1. From the Steam window, right-click the Unturned game in your Library and select "Properties".
  2. Click in the "Local Files" tab.
  3. Click "Browse Local Files. ".
  4. In the explorer window, right-click the "Unturned.exe", hover the mouse over "Send To", and click on "Desktop (create shortcut)".
  5. Right-click on the newly created shortcut and select "Properties". The "Target:" field should contain the path to Unturned.exe and should look something like this:
  6. In order for the server to run, you need to add add options to the end of the field. For example, if you wanted the server to be PvE, you would add the -pve option to the end of the field. A complete list of options is found at the bottom of the page.
  7. An example of a finished "Target" field:

To finish, simply apply changes to the shortcut and double-click it to run it. The game should run and then immediately go to a gray screen. This screen means the server is running fine. If your screen doesn't go gray and the server does not work, make sure you put the -sv option at the end of your options, otherwise the server may not work.

Определение

Начнем с того, что введем дословный перевод понятия. PVE - что это? Player versus Environment. Игрок против окружения. И его противостоящее понятие PVP (ПВП) - игрок против игрока. Данное понятие было введено для тех игр, где поддерживается противостояние между пользователями. ПВП и ПВЕ - две основных составляющих любой онлайн-игры на сегодняшний день. Существуют приложения, которые в большей мере ориентированы на одну из них, но ни одна игра не способна обойтись без обеих вариаций.

Враги

Основными врагами являются зомби. Также есть хищные животные.

Оружие ближнего боя

Linux Setup:

New Guide

Go to the install folder and right click and press open in terminal.

press the following

Replace XX with the name of the architecture (x86 if you have a 32 bit computer, x86_64 if 64 bit)

Headless Guide

Note: This is mainly for computers without a GUI (graphical user interface), or if you only have access to the terminal/command line. If you use a VPS with only SSH/PuTTY access, go right ahead! If you are using a GUI, the above option might be better for you, however you might have some slight memory benefits using this method.

To update in Fedora, use

while on Ubuntu, use

The "Add Architecture" is only needed once; to update your system, only the other two is required afterwards.

If on Fedora, you do not have access to dnf, try using yum instead.

Now for installing the libraries. On Fedora, run

Hint: Adding -y to the command (sudo dnf -y . ) will automatically say yes to every prompt. Use it here to avoid having to type yes to every statement, you should only use this if ypou are sure your machine is configured correctly, as you may want to see dependencies for every package, and their size.

If you have an Nvidia GPU, also use

If you only have an Intel Graphic Chipset, or you don't know what graphics you have, use

For Ubuntu, type each individual line, then hit return. You should have typed in four statements.

If your Fedora/Redhat server throws an architecture error, try adding --setopt=protected_multilib=false to resolve the issue temporarily.


At this time, you will need a steam account. To avoid conflict, create a new dummy Steam account with Unturned added to its library.

There are a lot of things to say here, but I recommend creating a new user similar to the instructions in the old guide. Look at the "Running the Server" part, and ONLY do the first step (two commands).

Most of these steps are going to be the same for Ubuntu/Fedora/Debian/RHEL/CentOS, unless said.

First, let's create some folders and download SteamCMD.

We need the RocketLauncher to start the server, so we will download it.

If you want RocketMod on your server as well:

You may now remove any excess files, other than start.sh, update.sh, unturned/, steamcmd/, or Steam/.

Now, using an editor of choice (Vi or Nano), open update.sh.

Here is where your Steam account that you created earlier is used. Put the username and password in there. If you want to keep your password private, keep the password string blank.

File installation

A short-term testing method is to use WinSCP or a similar SFTP software to transfer the entire Unturned folder over to the Linux server. The folder is likely located in C:\Program Files (x86)\Steam\SteamApps\common\. The problem with this option is that you must update the server files with WinSCP every time an update is released.

A better option is to use SteamCMD, which is a light-weight Linux Steam client that downloads and updates the required Unturned files.

  1. Download steamcmd to the server
  2. Unzip it:
  3. Start SteamCMD:
  4. Login to a Steam account:
  5. Define an installation directory:
  6. Download the game to the dedicated server. "app_update 304930" also updates the files of the force_install_dir you pointed at.

Running the server

  1. Starting from root, add a user:
  2. Log in using the new user:
  3. Install wine and xinit:
  4. Configure X to allow Anybody to start it:
  5. Start X (headless style):
  6. Move to a different shell in tmux:
  7. Tell WINE to use the headless X session:
  8. Start the Unturned server:

Основы выживания

В версии 3.0 доступно три официальных карты для одиночной игры:

    PEI(карта несколько изменилась со времени Unturned Classic); Washington ; Yukon .

Вы начинаете игру на выбранной карте с пустыми руками и без одежды.

Улучшение оружия

Улучшать можно только огнестрельное оружие, композитный лук и арбалет.

Улучшение оружия дает возможность сделать его таким, каким вы хотите (подстроить его под себя). А для него нужно всего лишь найти некоторые элементы на военных объектах. Элементы различаются по области модернизации (прикрепления):

  1. Ствол: Глушитель, Пламегаситель, Самодельный глушитель.
  2. Цевьё: Вертикальная рукоятка, Угловая рукоятка, Сошки, ЛЦУ, Тактический фонарь и штык-нож.
  3. Прицел: 20х крат, 12х крат, 7х крат, 6х крат, коллиматор, голограф, и уникальный прицел.
  4. Магазин: Магазин оружия, Lapua Tracer, NATO Drum, NATO Tracer, Savage Drum.

Желаем вам приятного улучшения!

Port Forwarding:

NOTE: Port Forwarding has to be done carefully. Nobody will be able to connect to your server if you do this incorrectly.

In order for anyone to access the server you've set up, you need to go into your router's settings and open the server's set ports.

You will need the following information which can be retrieved from your router (usually a sticker on the side):

  1. Your default gateway address
  2. Your gateway username (NOT your network name/SSID)
  3. Your gateway password (NOT your network password)
  4. Your local IP address

To find your local IP address, follow these steps (Windows):

  1. Open the Command Prompt (Type "cmd" into the search bar).
  2. Type "ipconfig" and press Enter .
  3. Find the heading that says "Wireless LAN Adapter Wi-Fi" or "Ethernet Adapter Ethernet."
  4. Under that heading, find the line that says "IPv4 Address."
  5. Write down the number on that line and label it "Local IP."

Follow the steps below (these might not be the exact field names, you will have to look for something similar in context):

  1. Open any internet browser, and type your default gateway into the address bar, then hit enter.
  2. Find a section for Port Forwarding.
  3. Click the option that allows you to add a new port, or rule.
  4. Under a "Service name" or "Rule name," type a name that will identify it as port forwards for Unturned.
  5. For the "Protocol," choose "UDP".
  6. Under "External Starting Port", type the number you wrote down earlier, labeled "Server Port".
  7. Under "External Ending Port", type your External Starting Port number, plus 2. With the default port, this would be 27017.
  8. The external and internal ports should match.
  9. Under the "Internal IP Address" box, type the number you wrote down earlier, labeled "Local IP".
  10. Save and apply changes afterwards.

Below is an example of a completed port forwarding rule.

Field Name Field Value
Rule Unturned
Protocol UDP
External Starting Port 27015
External Ending Port 27017
Internal Starting Port 27015
Internal Ending Port 27017
Internal IP Address Box 192.168.1.150

Alternatively, you can put your hosting system into the DMZ. This opens all ports and is an option if for some reason normal port-forwarding fails. Putting your system into the DMZ opens up numerous security vulnerabilities and should only be used as a last resort!

Firewall

If you have correctly set up your server and can't even connect to it, you might want to check if your firewall is blocking the port. On Windows, it shouldn't be that hard; open Control Panel, Security, and click "Allow a Program". Here, you can choose the Unturned application, and voila!

For MacOS, open System Preferences. Go to Security and Privacy, Firewall, then unlock the settings via the padlock at the bottom left of the window. Next, go to Firewall Options, scroll down the list, click on Unturned, and on the right of it, make sure it says "Allow incoming connections". If not, click on it, and choose that option. Close the window, making sure to apply settings, padlock the settings, and you're done!

For both, if you selected a different port via the start command or Commands.dat, change the first number to the port you selected, and the second port two ports ahead (ex. 27040-27042).

Unturned

Это достаточно уникальный проект жанра Survival. Игроки оказываются на острове и вынуждены выживать в условиях агрессивной окружающей среды и постоянного соперничества с другими пользователями. Казалось бы, что вся изюминка заключается именно в соперничестве, однако и тут введена возможность PVE. Сервера Unturned делятся именно по этому принципу. На ПВЕ-серверах невозможно убийство других игроков и воровство их имущества. Так получается, что группа игроков должна просто объединиться и выжить против бандитов и зомби. Кстати, сервера Unturned Steam PVE поддерживают. И вы можете сыграть с друзьями в безопасном режиме даже в официальной версии, не заморачиваясь насчет настройки мультиплеера между удалёнными компьютерами.

Предметы первой необходимости

Оружие

Вашим первым оружием являются кулаки. В честном бою вы, скорее всего сможете убить одного зомби, но при этом вы потеряете большую часть очков здоровья, получите заражение от укусов зомби, а в худшем случае - кровотечение, которое при отсутствии бинтов убьёт вас за пару минут.

Опытный игрок, активно маневрируя и выбирая момент удара, может убить одного зомби совсем без потерь или с минимальным ущербом.

Любое найденное вами оружие ближнего боя будет эффективнее кулаков как по урону, так и по дистанции поражения.

Большинство предметов появляются в игре в локациях - городах, фермах, военных объектах и т.д. Но во всех локациях, кроме предметов, присутствуют враги. В некоторых случаях можно пробраться в здание мимо зомби и разжиться каким-нибудь оружием. Но будьте готовы, что и в здании могут быть зомби.

Огнестрельное оружие вызывает неподдельный интерес у новичков, но следует знать, что оно имеет ряд существенных минусов, главный из которых - шум, привлекающий врагов. Поэтому большинство опытных игроков основным оружием выбирает продвинутое холодное оружие или лук / арбалет.

Одежда

В версии 3.0 одежда получила новое огромное значение - любая одежда увеличивает объём переносимого груза. Существует 7 слотов под одежду:

  • Штаны - увеличивают инвентарь;
  • Рубашки - увеличивают инвентарь;
  • Жилеты - увеличивают инвентарь, также некоторые защищают от повреждений;
  • Рюкзаки - значительно увеличивают инвентарь;
  • Головные уборы - НЕ имеют места для вещей, также некоторые защищают от повреждений;
  • Очки - НЕ имеют места для вещей;
  • Маски - НЕ имеют места для вещей.

Более того, даже если у Вас уже есть одежда для одного слота, не следует пренебрегать дополнительной найденной одеждой для того же слота. Во-первых разные виды одежды имеют разную вместительность. Во-вторых ненужную одежду можно использовать в крафте. Первым шагом её можно разобрать на куски ткани, а вторым шагом из этих кусков смастерить бинты.

Инструменты

  • Хотя в версии 3.0 деревья рубить можно любым оружием, даже рукой, но быстрее всего это делать топором или бензопилой.
  • Чтобы превращать срубленные брёвна в доски и палки нужна пила - можно скрафтить. поможет вам с пропитанием, кстати жареная рыба утоляет не только голод, но и жажду. - поможет вам в приготовлении пищи и спасёт от смерти на карте ЮконYukon . - попадается на турбазах.
  • Или GPS - военный дроп. - попадается на турбазах, можно скрафтить аналог.

Рюкзак и топор

Сначала нужно найти рюкзак (думаю не надо объяснять зачем). Топор очень удобный как и холодное оружие так и инструмент. Лучше всего найти Туристический рюкзак Travel Pack .

MacOS Setup:

  1. From the Steam window, right-click the Unturned game in your Library and select "Properties".
  2. Click in the "Local Files" tab.
  3. Click "Browse Local Files. ".
  4. Optional: Go back to Common, duplicate the Unturned folder, paste it in Common and name it Unturned Server)
  5. In the Finder window right click on Unturned
  6. Select Show Package Contents
  7. Select Contents
  8. Select MacOS
  9. Open up terminal
  10. Then drag the Unturned executable into the terminal window (this will paste the path of the application)
  11. Press space, then add in your parameters (this is the same as step 3 of Windows 3.0.0 setup, except that the program will be referred to as Unturned.app instead of Unturned.exe)
  12. Then press enter to execute the command.

With Unturned 3.0, the procedure is exactly the same, but after the parameters, you need to add: +secureserver/servername

Replace "secureserver" with "lanserver" if you want a LAN server instead. Replace "servername" with what you want to name your server.

Now, if you want to double-click to start the server, in TextEdit (Located in Applications), paste the same command you just ran (hopefully testing it first), then save it as "StartServer.command". Make sure it doesn't add .txt or .rtf to it.

Угрозы

Вашей жизни будут угрожать:

  • Агрессивные мобы - для защиты от врагов вам потребуется оружие; - придётся добывать пищу; - придётся добывать питьё; - придётся искать лекарства;
  • Холод (только на карте ЮконYukon ).

Пища и питьё

  1. На первых порах можно разжиться едой в городах, но знайте, что продукты с низким показателем качества (менее 40-50%) снижают иммунитет, внимательно выбирайте, что есть.
  2. Можно заняться фермерством, но в последних версиях урожай растёт очень долго, если не использовать удобрения и нет дождя. Хотя если зайти в игру через несколько часов, то всё созреет.
  3. Очень выручают ягоды - в последних версиях они ВСЕ утоляют голод и жажду.
  4. Для охоты потребуется оружие дальнего боя, но добыча покроет все хлопоты. - мирный способ пропитания.

Питьё - это большая проблема! Ищите флягу или сделайте аналог из досок и скотча.

Помните вода из моря сильно повреждает флягу, берите из колодцев.

Карта

С версии 3.0 карта доступна сразу после возрождения. Открывается она нам клавишу М.

Костёр

Костер - очень необходимый создаваемый предмет. Делается из четырех палок и четырех камней.

Если у вас есть костер, считайте, что жизнь удалась. С костром вы можете жарить добычу - свинину, оленину. С ним вам ни к чему фонарь, его можно тушить и разжигать (полезно на PVP), вы можете переплавлять камни, делать болты и т.д.

Сделать костер очень легко, если вы владелец кирки и топора.

Земледелие и охота

Земледелие и охота - главные источники пропитания, если вы проживаете на ферме, у вас есть костер и познания в крафте. Если у вас этих навыков нет, пропустите этот раздел. А для тех, кто хочет узнать - читайте.

Земледелие и охота - очень простые занятия, если вы нашли оружие. Всего лишь нужно сделать 3 вещи(для огнестрельного оружия-4).

  1. Зачистите ферму (желательно ферму Вильштер).
  2. Обыщите дома на наличие семян. Если нет, перезайдите и повторите пункты 1 и 2
  3. Посадите семена и ищите животных (тут-то и понадобятся оружия дальнего боя)
  4. Для огнестрельного оружия сначала найдите патроны.

И вот эти 4 шага сделают вас счастливыми на всю вашу короткую жизнь.

Режим PVE - определение.

Существует множество игр самого различного направления. Стрелялки, игры на выживание, стратегии, но что привлекает множество игроков со всего мира в этих проектах? Возможность убить пару монстров? Или, может быть, сражения с другими игроками? PVP и PVE - что это?

pve что это

Connecting:

You should now be able to connect to your own server by running the game through Steam. To do this, click "Play", and then "Connect", and in the IP field, type "localhost", then click "Connect" to join your own server.

If you fail to connect to your own server, try installing SteamVR (found under tools in Steam).

Note: Other players will not use "localhost", only you will. Other players will use your EXTERNAL IP to connect to your server. Find your external IP by visiting a site such as WhatIsMyIP.

Оружие дальнего боя

Итак, вы нашли рюкзак, еду, постоянное жилище (наверное), но вас постоянно мучают зомби, а оружие ближнего боя не всегда подходит для боев? На помощь идет оружие дальнего боя.

Оружие такого типа находится везде - на ферме, на военной базе, в городах, в аэропорте, на островах и т.д., что дает существенное преимущество над зомби и игроками. Также оно наносит существенный урон, часто убивает в голову и имеет возможность улучшения, а об этом ниже. Но для него нужны патроны, и чаще всего много. Что же делать? Есть одна маленькая хитрость. В любом огнестрельном оружии уже есть магазин. Вытаскиваем ее, ищем патроны, находим, заполняем обойму. 2-4 пачки хватит для любого оружия. Только нужно помнить, что патроны различаются: есть Военные пули, есть Гражданские пули, есть Картечь, Пули, Стрелы.

Contents

Configuring your Server:

Setup Commands

Note: You may have to open the .dat files in a text editor.

Type shutdown in the console. Go back to the Unturned directory. Now click on Servers, then you should see a folder, with the name of your server. Click on that folder. Click on the sub-folder Server. There should be 4 .dat documents, labeled Adminlist, Blacklist, Commands, and Whitelist.

Use the Commands file if you want to run list of commands that will run each time the server starts. Use a separate line for each command.

The Setup Commands are as follows:

  • Bind - Binds your internal IP to the socket. (Internal IP is the network adapter IP of the adapter you use)
  • Chatrate - Assigns the minimum amount of time between chat messages in order to prevent spam.
  • Cycle - Assigns the day/night cycle in seconds.
  • Decay - Assigns the amount of time a player, or their group members, can be offline before their structures can be removed by anyone. Default is 604800. (7 days)
  • Filter - Enables the old name filter.
  • Loadout - Assigns what all players spawn with. The first number value in the loadout is the Skillset ID. (Example: Loadout 255/15/15/81/81/18/20/20/121 - Gives all skillsets 2 Medkits, 2 MREs, a Timberwolf, 2 Timberwolf Magazines, and a Military Knife.)
  • Log - Enables/Disables [chat]/[join&leave]/[death]/[anticheat] messages. (Y = Yes, N = No) (i.e. Log Y/Y/Y/Y)
  • Map - Sets the map that will be used for the server. If you want to use a workshop map, the workshop map folder must be placed in the Workshop folder of the server, otherwise it will fail to load the map.
  • MaxPlayers - Sets the max amount of players the server will allow.
  • Mode - Sets the difficulty mode. (Easy, Normal, Hard)
  • Name - Sets the server's name. (i.e. Nelson's Server)
  • Owner - Sets the server's owner, which gives them administrator commands and fully sets up the server. (Requires your Steam 64 ID.)
  • Password - Sets a password to the server to keep out unwanted guests, making the server more private.
  • Perspective - Assigns the perspective views. (First, Third, Vehicle, Both.) First allows only first-person, third allows only third-person, Vehicle allows third-person only when the player is in a vehicle, and both allows changing between first and third-person views freely.
  • Port - Sets the server's port. The default port is 27015. This command does not need to be used if the server is hosted under the default port range.
  • PvE - Sets the server to only allow Players VS Environment combat.
  • Sync - Syncs player data between servers using the same key.
  • Timeout - Sets the max Ping for players before they time out. (400

Command Line Options

These parameters are used in launching the server from a command line interface. The order of inputted commands do not matter.

  • Map:
    • -arena
    • -pei
    • -bambi
    • -normal
    • -hardcore
    • -gold
    • -sync
    • -nosync
    • -pvp
    • -pve
    • -pass:[PASSWORD]
    • -port:[PORT NUMBER]
    • -players:[PLAYER MAX]
    • -nographics (This command is needed to not see the welcome screen. Instead you see a black screen with no GUI.)
    • -sv (needs to be at the end of the parameters)
    • -batchmode (prevents the game from launching a GUI, and makes it run as a background process. Greatly reduces CPU usage)

    Config.json file

    The Config.json file offers a lot of control over the actual server gameplay. It is located in:

    • Browser
      • Icon - the file path to the server's icon to be shown on the Server page
      • Thumbnail - Similar to the Icon, but to be shown when you select the server
      • Desc_Hint - Text to be shown when you hover over the server in the server list
      • Desc_Full - The full description of the server
      • Desc_Server_List -
      • VAC_Secure - Should the server require Valve (Through steam) Anti-Cheat? (true/false)
      • BattlEye_Secure - Should the server require BattlEye Anti-Cheat to be running? (true/false)

      Одежда

      Также в городе вы можете найти разную одежду. Но, всё-таки, не вся одежда полезна. Обычные рубашки и штаны работают только, как маскировка, например в черной или
      в зеленой вас будет плохо видно ночью. Нужно найти бронежилет, так как он защищает от ударов зомби на 10-20%. Так что, если вы играете на PVE сервере или вообще в одиночку, он будет просто необходим.

      Выше указанные бронежилеты спавнятся на военной базе. Но там также появляется много зомби-военных, которые в свою очередь одеты в бронежилеты. Туда лучше не соваться, если у вас нет оружия ближнего боя.

      KontobafPlay Unturned

      Андрей Молоков

      Название [RU]KontobafPlay

      Карта: PEI Mod alternative (NPC)

      Режим: PVE, В субботу и в среду может быть PVP.

      Анти-рейд включен всегда

      Администратор - 1/1 Yui_Kurata

      Старший торговец - HappyWay. 1/1

      Торговцы - Джони ,PasqaLe 2/2

      OwerOld- 1/1 Grand

      Редактор - 404 1/1

      Илья Смирнов


      Илья Смирнов

      Илья Смирнов


      Илья Смирнов

      Илья Смирнов


      Илья Смирнов

      KontobafPlay Unturned

      KontobafPlay Unturned запись закреплена

      Захар Королёв

      Данил Рейзов


      Данил Рейзов

      Женя Михайлов


      Женя Михайлов Ну норм впринципе, попробовать с этими модами можно

      KontobafPlay Unturned

      KontobafPlay Unturned запись закреплена

      Дима Гусев

      KontobafPlay Unturned

      KontobafPlay Unturned запись закреплена

      Виктор Зевулов


      Виктор Зевулов

      Дмитрий-Лаймов-Андреевич Гы

      Дима Гусев

      KontobafPlay Unturned

      KontobafPlay Unturned запись закреплена
      Нпс переносяться на 18 число, так как Nps мейкер ненадолго заболел "Спидораком".

      Амир Шашин


      Амир Шашин

      Витя Скафа


      Витя Скафа

      KontobafPlay Unturned

      KontobafPlay Unturned запись закреплена

      Пока могу сказать только что - Вы попадете туда, откуда все началось и сможете детально изучить произошедшее описываемое в конце квестовой линии в "Washington Alternative", вам предстоит моральный выбор который повлияет на концовку, а квестовая линия будет посвящена полностью сюжетными заданиями.

      Павел Комаров


      Павел Комаров

      Примеры

      Чтобы разобраться с вопросом: "PVE - что это?" - необходимо рассмотреть больше проектов. Этим мы сейчас и займёмся.

      pve сервера unturned

      • Perfect World. Игра, выкупленная компанией "Мэйл", раньше была полностью направлена на противостояние игроков. Достигнув максимального уровня, пользователям просто нечем было заняться. В настоящий момент, после ряда изменений, там запросто можно встретить людей, называющих себя ПВЕ-игроками. Они подразумевают, что им нравится исключительно выполнять ежедневные задания, а драки с другими людьми их не интересуют.
      • Новейший проект Tera-online. В нем были организованы целые сервера ПВЕ. Что это? На таких площадках отключена сама возможность подраться между игроками. На вас не нападут из-за спины, и не сольёт сильнейший игрок, которому просто захотелось потешить своё самолюбие.

      Стоит отметить, что ПВЕ потихоньку умирает. С чем это связано? ПВЕ-режим подразумевает, что игрокам некуда стремиться и развиваться. Они потихоньку копят деньги и не тратят их. В то же время ПВП подразумевает громадные траты на эликсиры, топовую экипировку и прочее. Таким образом, разработчики игр стараются поддерживать именно ПВП, чтобы люди вкладывали деньги и у них не было времени на ПВЕ. Надеемся, вы получили ответ на вопрос: "PVE - что это?"

      сервера unturned steam pve

      Читайте также: