Horde Modifier - Server only Mod

V mod for MORDHAU

0
Downloads today
0
Downloads total
0
Comments

description

A simple Server only Mod that let you modify things for your Own Ideal Balance.

This is a server only mod so clients don't have to download the mod.

Every Horde Maps with the basic Horde Gamemode(Even modded maps) are supported.

Installation

  1. Manually download the zip compressed Mod (Players do not need to download this)
  2. Extract it and put HordeModifier.pak to the server directory (/Mordhau/Content/CustomPaks) ※ Make the directory CustomPaks if you don't have.
  3. Open Game.ini (Linux: /Mordhau/Saved/Config/LinuxServer/Game.ini, Windows: \Mordhau\Saved\Config\WindowsServer\Game.ini)
  4. Add a line SpawnServerActorsOnMapLoad=/HordeModifier/BP_HordeModifier.BP_HordeModifier_C under [/Script/Mordhau.MordhauGameMode]
  5. Open Engine.ini (Linux: /Mordhau/Saved/Config/LinuxServer/Engine.ini, Windows: \Mordhau\Saved\Config\WindowsServer\Engine.ini)
  6. Add these lines at the bottem and modify the value as you wish.
    • [/HordeModifier/BP_HordeModifier.BP_HordeModifier_C]
    • Enabled=False
    • WaveClearGoldMultiplyBy=1.0
    • RemoveTurdFromChest=False
    • AddLuteToChestTier1=False
    • AddShawmToChestTier1=False
    • AddSeymourLongswordToChestTier3=False
    • ApplyPerkFury=False
    • ApplyPerkCat=False
    • ApplyPerkSecondWind=False
    • ApplyPerkRush=False
    • RemoveEnemySmokePot=False
    • RemoveEnemyFirePot=False
    • RemoveEnemyRanged=False
    • EnemyReceiveDamageMultiplyBy=1.0
    • HealNobleEveryXSeconds=0.0
    • HealNobleAmount=0
    • SkillPointBonusEveryXSeconds=0.0
    • SkillPointBonusAmount=0
    • AdminGetsDoubleSkillPointBonus=False
    • MinPlayerDifficulty=0.5
    • MaxPlayerDifficulty=1.5
    • MinPlayerDelay=1.1
    • MaxPlayerDelay=0.2
    • NobleGetsBetterWeapons=False
    • ServerOwnerName=Sumerian
    • WelcomeMessage=Have fun in Sumerian Horde Server!

※ I don't know if I am the only one who gets reset of Engine.ini when I launch the Linux server. If you have same problem, do chattr +i /Mordhau/Saved/Config/LinuxServer/Engine.ini after you make appending lines or changes.

Supported Maps

  • HRD_Camp
  • HRD_Castello
  • HRD_Feitoria
  • HRD_Grad
  • HRD_MountainPeak
  • HRD_Taiga
  • HRD_Crossroads
  • HRD_Noria
  • Modded Horde Maps with Basic Horde Game Mode
  • Modded Horde Maps with custom Horde Game Mode (with extra caution on option compatibility)

Options

  • Enabled=True|False
    • Activate the mod.
    • Default Value = False
  • WaveClearGoldMultiplyBy=<positive rational number>
    • Players get * <Input Number> wave clear gold. 1.5 means 150% wave clear gold, 2.0 means double wave clear gold, 1.25 means 125% wave clear gold.
    • Default Value = 1.0
  • RemoveTurdFromChest=True|False
    • Remove turd from random chests.
    • Default Value = False
  • AddLuteToChestTier1=True|False
    • Add Lute to the random chest tier 1.
    • Default Value = False
  • AddShawmToChestTier1=True|False
    • Add Shawm to the random chest tier 1.
    • Default Value = False
  • AddSeymourLongswordToChestTier3=True|False
    • Add Seymour's Longsword to the random chest tier 3.
      • Seymour's Longsword has no special name on it and won't be easy to identify on its appearance. But if you get a longsword from the random chest 3, it is 100% Seymour's Longsword since vanilla random chest 3 doesn't drop any longsword. Also Seymour's Longsword can't do combo.
    • Default Value = False
  • ApplyPerkFury=True|False
    • Apply Fury perk to players.
    • Default Value = False
  • ApplyPerkCat=True|False
    • Apply Cat perk to players.
    • Default Value = False
  • ApplyPerkSecondWind=True|False
    • Apply Second Wind perk to players.
    • Default Value = False
  • ApplyPerkRush=True|False
    • Apply Rush perk to players.
    • Default Value = False
  • RemoveEnemySmokePot=True|False
    • Remove smoke pot from peasant madmen.
    • Default Value = False
  • RemoveEnemyFirePot=True|False
    • Remove fire pot from yeets.
    • Default Value = False
  • RemoveEnemyRanged=True|False
    • Remove ranged weapons from enemies. Smoke pot and Fire pot are not included.
    • Default Value = False
  • EnemyReceiveDamageMultiplyBy=<positive rational number>
    • Enemy takes * <Input Number> damage. 2.0 takes double damage, 1.5 takes 150% damage and 0.9 takes 90% of default damage.
    • Default Value = 1.0
  • HealNobleEveryXSeconds=<positive rational number>
    • Heal the noble every <Input Number> seconds.
    • Default Value = 0.0
  • HealNobleAmount=<positive integer>
    • Heal amount on the noble. The noble has 1800 HP. 18 heals 1% of the noble's entire HP.
    • Default Value = 0
  • SkillPointBonusEveryXSeconds=<positive rational number>
    • Adds skill points to online players every <Input Number> seconds.
    • Default Value = 0.0
  • SkillPointBonusAmount=<positive integer from 1 to 255>
    • Players will get <Input Number> amount of additional skill points.
    • Default Value = 0
  • AdminGetsDoubleSkillPointBonus=True|False
    • Admins get double additional skill points.
    • Default Value = False
  • MinPlayerDifficulty=<positive rational number>
    • Possible minimum difficulty depends on the amount of players.
    • Default Value = 0.5
  • MaxPlayerDifficulty=<positive rational number>
    • Possible maximum difficulty depends on the amount of players.
    • Default Value = 1.5
  • MinPlayerDelay=<positive rational number>
    • Possible minimum delay between horde spawns depends on the amount of players.
    • Default Value = 1.1
  • MaxPlayerDelay=<positive rational number>
    • Possible maximum delay between horde spawns depends on the amount of players.
    • Default Value = 0.2
  • NobleGetsBetterWeapons=True|False
    • The noble carries better weapon. (Longsword → Executional Sword → Commander's War Axe → Seymour's Longsword → Ogre Club)
    • Default Value = False
  • ServerOwnerName=<string>
    • Put your name.
    • Default Value = Sumerian
  • WelcomeMessage=<string>
    • Put your own welcome message. This will be displayed on chat once at the beginning of the game.
    • Default Value = Have fun in Sumerian Horde Server!

Credits

Files

Modhoster user rating
no rating Votes

Empfehlungsrate

-/-      
noch nicht genug Stimmen

Do you think this mod should be featured?

Mod abonnieren
Abonniere Horde Modifier - Server only Mod
Der Mod wird automatisch beim nächsten Start von MORDHAU installiert.

0 Comments for Horde Modifier - Server only Mod

You have to log in for writing comments.
You can also sign up for free, id you don't have an account yet - it only takes 5 minutes.

No comments yet.

Write the first comment...

      }