

Description
Makes equipment from different mods compatible. Can be used as equipment loader.
HOW TO USE
- Add mod to server config, for server admins recommended to use ConfigBuilder.
- If you want better control about equipment, remove existing equipment loaders and write LoadEquipment=... key-value pairs under section [EquipmentLoader] manually as in example.
CONFIG EXAMPLE
[/Script/Mordhau.MordhauGameSession] Mods=3754454 ; https://mod.io/g/mordhau/m/equipment-fix
[/Script/Mordhau.MordhauGameMode] SpawnServerActorsOnMapLoad=/EquipmentFix/EquipmentFixInit.EquipmentFixInit_C
; [EquipmentLoader] ; IsVerbose=False ; Print debugging information about loaded equipment ; StartDelay=0.5 ; Delay before loading equipment to game and starting to check for equipment changes ; WatchDuration=20 ; How long to watch for equipment changes ; RemoveVanillaItems=False ; Remove vanilla items, useful for testing ; LoadEquipment=/ModName/PathTo/BP_Weapon1.BP_Weapon1_C ; LoadEquipment=/ModName/PathTo/BP_Weapon2.BP_Weapon2_C
Ratings & reviews
Sign in to leave a rating or comment.