Name: [UT2004] Monster Damage Config v2.0
Version: v2.0
Author: Iniquitous
Date Submitted: September 30, 2025
Description
Author: Iniquitous
Date: april 5 2009
Name: MonsterDamageConfigv2
Version: 2
------------------------------------------------------
v2
------------------------------------------------------
oops, I left a log() in, removing that is the only
change.
------------------------------------------------------
Description
------------------------------------------------------
This mutator allows you to configure the damage of
monsters melee and long range attacks!
The monster class names in the .ini file ARE CASE
SENSITIVE. Make sure you get these correct!
Then simply input the new melee damage and long range
(Projectile) damage.
Tested with Normal Invasion: Appears to work fine for
me. Tester reported damage was constant but not 1 to 1
, this may have been due to the damage scaling with
difficulty.
Tested with Satore : Appears to work fine with satore.
Tested with monstermanager: Works fine IF you have
RANDOM DAMAGE DISABLED. Random damage can be disabled
for individual monsters in the Monstermanager.ini
files. Simply change DamageRand=true to false under
the monster override heading.
like so:
[MonsterManager_1_8.MMMonsterOverride] MonsterOverrides=(MonsterName="Brute",MonsterClass="SkaarjPack.Brute",Size=0.000000,SizeApply="Add",SizeRand=True,Health=0.100000,HealthApply="Add",HealthRand=True,speedground=0.000000,SpeedGroundApply="Add",SpeedGroundRand=True,speedair=0.000000,SpeedAirApply="Add",SpeedAirRand=True,speedwater=0.000000,SpeedWaterApply="Add",SpeedWaterRand=True,Damage=1.000000,DamageRand=False,Score=0.000000,ScoreApply="Add",ScoreRand=True,MinWave=0,MaxWave=20)I think you can disable random damage for all monsters
in one go then simply change ChangeDamageAllow=True
to false in the monstermanager.ini file under the
heading [MonsterManager_1_8.MMRandomConfig].
In either case, the damage appears to all remain
constant meaning you can fine tune the damage
reguardless.
------------------------------------------------------
Instructions
------------------------------------------------------
Copy the files into the system folder.
The mutator will appear as
"Monster Damage Config v2" in the mutator list.
The mutator class name is:
MonsterDamageConfigv2.MutMonsterDamage
In the MonsterDamageconfig.ini file just ensure the
line at the top now reads MonsterDamageconfigv2
instead of MonsterDamageconfig.
------------------------------------------------------
Installation
------------------------------------------------------
.u files go in the system folder
.ucl files go in the system folder
.ini iles go in the system folder
------------------------------------------------------
serverpackges line:
------------------------------------------------------
ServerPackages=MonsterDamageConfigv2