Jump to content
DAYZ-CODE.RU - Создай свой игровой сервер

Anti - Raid Mod [Система защиты построек] 1.0.0

   (1 review)

 Share

1 Screenshot

About This File

Anti - raid mod:

This mod will increase the strength of your buildings on your server (fences, towers, etc.).
In the config, you can set any gain value for your buildings.
The mod is server-side and is not required on the player's client.
The mod does not require updates and is suitable for versions of the game DayZ Standalone from 1.18 and above.

 


Type

Серверный - мод

Compatible version

All

Terms of use

Resale, distribution for the purpose of earning and copying of this mod is prohibited.
It is also forbidden to publish this mod in the steam workshop.

Unpacking and editing the config is allowed. (only changing the number of hp buildings).

 


Actions after purchase

The installation of this mod is very simple:

1. Extract the @AntiRaid folder from the downloaded archive to the root of the server, for example, "DayZServer".
2. Open your !!!!Start_serverMod.bat (start of the bat server). a text editor such as Notepad  
3. Looking for the string: "-servermod="
4. We prescribe our mod here: it should turn out like this - "-servermod = @AntiRaid" (save).
5. Start the server, now your buildings have increased hp by 4 times!

How to edit the config:

1. Open the pbo.
2. Find the file there config.cpp open it with a text editor such as Notepad  
3. Edit these lines:
 

hitpoints = 12000*4; 
12000 number of hp.
*4 how many times to increase.

 

Спойлер
			class DamageZones
			{
				class Wall_Base_Up// Рама верхняя
				{
					class Health
					{
						hitpoints = 12000*4;
					};
				};
				class Wall_Base_Down// Рама нижняя
				{
					class Health
					{
						hitpoints = 12000*4;
					};
				};				
				class Wall_Wood_Up//Деревянная стена верхняя
				{
					class Health
					{
						hitpoints = 12000*4;
					};
				}
				class Wall_Wood_Down//Деревянная стена нижняя
				{
					class Health
					{
						hitpoints = 12000*4;
					};
				}
				class Wall_Metal_Up//Метеллическая стена верхняя
				{
					class Health
					{
						hitpoints = 12000*4;
					};
				};
				class Wall_Metal_Down//Метеллическая стена нижняя
				{
					class Health
					{
						hitpoints = 12000*4;
					};
				};
				class Wall_Platform
				{
					class Health
					{
						hitpoints = 12000*4;
					};
				};
			};
		};
	};

 


Co - authors

Нет

Communication with the developer

Equadro

Acceptance of the terms of the trading platform

Yes
  • Like 56
  • Thanks 9
  • Haha 1
 Share


Отзывы пользователей

You may only provide a review once you have downloaded the file.


×
×
  • Create New...