Description
FEATURES:
- This mod allows players to respawn IMMEDIATELY by hitting the "Suicide" key in any game mode.
- If you are concerned about kill denial, you can allow players to only suicide if they are at max health.
- You can also adjust the kill count penalty and score penalties.
- This mod is highly network optimised and lightweight.
SETUP:
Your server config files are commonly found in :
\Mordhau Dedicated Server\Mordhau\Saved\Config\WindowsServer
You must add the following lines to your GAME.INI in your server config folder:
Under [/Script/Mordhau.MordhauGameMode] add:
SPAWNSERVERACTORSONMAPLOAD=/RETURNRESPAWN/BP_RESPAWNMANAGER.BP_RESPAWNMANAGER_C
Under [/Script/Mordhau.MordhauGameSession] add:
MODS=2988577
SETTINGS:
When you run the server the for first time after the setup, it will add the following default settings to your Game.ini:
[ReturnRespawn] InitialHookDelay=0.200000 SecondaryDelay=2.000000 bOnlyUseAtMaxHealth=False KillCountPenalty=-1 ScorePenalty=-100
EXPLANATION:
INITIALHOOKDELAY: This setting concerns the mod loading delay on the server and has no effect on the respawning which should be IMMEDIATE. Changing this value is not recommended unless you know what you are doing. This is the time the manager waits for the game mode to load before doing anything else. However, this may have to be increased if you have many mods loading at startup of a match.
SECONDARYDELAY: This setting concerns the mod loading delay on the server and has no effect on the respawning which should be IMMEDIATE. Changing this value is not recommended unless you know what you are doing. This is the time the manager waits for an event to be available for hooking onto. However, this may have to be increased if you have a complicated game mode mod loading at the start of a match.
BONLYUSEATMAXHEALTH: If this is set to "True" then only players at max health can respawn via the "Suicide" button. Otherwise anyone can respawn at any health.
KILLCOUNTPENALTY: This is the amount of kills that will be removed from the player's kill count. If it's set to 0 or above, no kills will be removed.
SCOREPENALTY: This is the amount of score points that will be removed from the players score. If it's set to 0 or above, no score points will be removed.
POST-RELEASE:
It would be nice to extend this with interesting death effects if one were to hold the "Suicide" key to trigger them. Of course I would still keep the mod lightweight and not add any custom textures or models. This all depends on demand and if I have time.
Please post comments below should you require technical support or have suggestions.
Thank you!
Ratings & reviews
Sign in to leave a rating or comment.