description
UPDATE: You will now need this in your game.ini file so that the BP_WeaponRemovalActor spawns on map load to remove the equipment you specified.
You can install the mod by selecting "download files to manually install", unzipping the zip file, and then placing the weaponremovalactor.pak file into your servers Mordhau/Content/Paks folder.
[ Script/Mordhau.MordhauGameMode]
SpawnServerActorsOnMapLoad=/Game/Mordhau/Maps/WeaponRemovalMap/BP_WeaponRemovalActor.BP_WeaponRemovalActor_C
How to use this map:
In your server Game.ini file on your server create a section modify it to enter in a section like so.
[ServerEquipment]
ArmingSword=0
Warhammer=0
Any weapon name you list here and set equal to 0 will be removed from the server side loadout options. The effect is the same as the old manual file removal / renaming method for loadouts.
You can find the weapon names to use in the ServerEquipment section in the image on this mod. The names must be exact for the mod to recognize the equipment you want to remove.
If you find any problems or have suggestions please feel free to mention them in the comments.
Note: This mod is not as extreme a removal as the old file removal method. It removes the weapons from loadouts so that players can not spawn in with them by selecting them in a loadout. It does not remove the weapons from the server entirely. Meaning that if you remove the Kite Shield but a map has a Kite Shield spawned in on it by default, that kite shield will still be found on the map. Bots and Horde enemies will still have the weapons as well.
This is primarily for use for duel servers or special loadout servers.
Credits
-
15 Jul 01:22Version 1.0
removed map files
0 Comments for Loadout Weapon Removal Map