Rust Essenitals Wiki
Advertisement
Damage

This guide will show you how to set damage multipliers in your server. this will also tie in to whether or not you are utilising Factions and Warzones on your server. lets assume you are, because it is AWESOME.

Where are the Damage Multipliers?[]

444

Damage

Damage multipliers can be found in the Essentials Config.ini file. Browse to and open the config.ini file in your server console (see screenie to the right)

1. Find the section designated as [Damage]

2. Next section will cover what the individual objects mean and what they do, but the descriptions are pretty self explanatory.

3. Once you have finished editing the config.ini, type the following in game to reload the config

/reload config

Damage Multiplier Options[]

Config.ini[]

[Damage]
[]

  1. Damage multiplier for when a user is attacked by a non-allied user outside his/her own Faction. Default 1.

neutralDamage=1

* This is the standard multiplier for PvP. default damage is one, set it higher or lower based on how much damage you want players to deal over the norm

  1. Damage multiplier for when a user is attacked by a user inside the same faction. Default 0

friendlyDamage=0

* You have setup factions, and you want to dictate how much damage players in the same faction deals to each other. Default 0 means no damage


  1. Damage multiplier for when a user is attacked by an allied user. Default 0.70

allyDamage=0.70

* You have setup factions, and 2 different player factions have allied with each other. how much damage do you want allies to deal to each other?


  1. Default damage multiplier for when a user is attacked by a non-allied user outside his/her own Faction while in a Warzone. Default 1

warDamage=1

* You have factions and a Warzone. how much dmg do non allied players deal or receive?


  1. Default damage multiplier for when a user is attacked by a user inside the same faction while in a Warzone. Default 0

warFriendlyDamage=0

* You have setup factions and a Warzone. how much damage do you want faction members to deal to each other in the warzone?


  1. Default damage multiplier for when a user is attacked by an allied user while in a Warzone. Default 0.70

warAllyDamage=.50

* how much damage do non faction players deal/receive in a warzone?

Damage Multiplier Scenarios[]

1. Setting whether or not members of a Faction will deal damage to each other, and how much damage will be dealt.

2. Setting whether or not members of a Faction will deal damage to allied members of other Factions, and if so, how much.

3.Setting how much damage is meted out in Warzones, with or without Factions.

Advertisement