description
Armory Loader [beta]
This is still in testing phase, while I have placed many fault tolerances I am still ironing out bugs.
This mod will log to server logs with the [ArmoryConfig] prefix, simply search for this tag if you wish to find what went wrong.60
INSTRUCTIONS
Add the following lines to your game ini under [/Script/Mordhau.MordhauGameMode]
SpawnServerActors>
Within a PlayerFiles Directory in your server, add a mapping file called Armory Config.txt.
If the mod detects you do not have one it will create a template for you :
HeadWear=/Game/Mordhau/Blueprints/Wearables/Head/Tier1/BP_Hood.BP_Hood_C
ChestWear=/Game/Mordhau/Blueprints/Wearables/UpperChest/Tier2/BP_ChainTabardChest.BP_ChainTabardChest_C
LegWear=/Game/Mordhau/Blueprints/Wearables/Legs/Tier3/BP_GothicLegs.BP_GothicLegs_C
Equipment=/Game/Mordhau/Blueprints/Equipment/Ranged/BP_1411Gun.BP_1411Gun_C
Voice=/Game/Mordhau/Blueprints/Voices/BP_Knight.BP_Knight_C
Emblem=/Game/Mordhau/Blueprints/Emblems/Exclusive/BP_Emblem_Tree.BP_Emblem_Tree_C
Perk=/Game/Mordhau/Blueprints/Skills/Perks/BP_RushPerk.BP_RushPerk_C
OPTIONS
You may optionally configure the ArmoryControl as appropriate in the engine.ini :
[/Game/Mordhau/Mods/ArmoryConfig/BP_ArmoryControl.BP_ArmoryControl_C]
BackupTimer=-1
MaxRetries=30
RetryPeriod=0.5
InitialDelay=0.5
BackupTimer:
Default: -1
Minimum Value: -1
Maximum Value: 300
If set to a number higher than 0 the server will force an addition to the armory once that amount of time passes (in seconds).
MaxRetries:
Default: 30
Minimum Value: 1
Maximum Value: 100
The mod must first load the existing armory before adding to it. This is the maximum amount of times to check if the armory is available.
RetryPeriod:
Default: 0.5
Minimum Value: 0.1
Maximum Value: 60
Delay between retries (in seconds).
InitialDelay:
Default: 0.5
Minimum Value: 0
Maximum Value: 60
Once the armory has been made available, how long to await before adding in our items (in seconds).
0 Comments for Armory Loader