description
Working for Mordhau Patch #22
Slomo Manager v2 allows you to set Slowmotion in your server in 3 ways - General, X Seconds Before End & at End. Also allows you to set WarmupTime, SlowSpawning & MapChangeTime. It's a SERVER-ONLY Mod.
This is v2 of my older Slow Motion Manager which was able to only set a general slomo. !DELETE THE OLD ONE IF YOU INSTALL THIS!
1.) Add the mod to your server. You can do it as you do it with a normal mod. Or you can just download the Pak File & move it into Mordhau/Content/Paks
of your Server. I prefer just uploading it to the server, since it's an server actor & therefor there is no need for the user to download anything at all and with that, avoid any mod.io related issues. If you already use any other mod, forget my last sentence.
2.) In your Servers Game.ini
, add following line to the ALREADY EXISTING Section [/Script/Mordhau.MordhauGameMode]
:
SpawnServerActorsOnMapLoad=/Game/Mordhau/Maps/Taki7o7/Slomo/Slomo.Slomo_C
3.) Now in your Game.ini
, you can add multiple sections for each Feature-Set, with some variables (if not defined, it will be disabled):
[TakiSlomo-General]
Enabled=True
Speed=1.5
[TakiSlomo-BeforeEnd]
Enabled=True
Speed=0.5
Seconds=30
Message=SLOWLY cronch heads now!
[TakiSlomo-End]
Enabled=True
Speed=1.0
Message=Enough SLOW cronching! Match Ended...
[TakiSlomo-Misc]
WarmupTime=5.0
MapChangeTime=25.0
SlowSpawning=False
Desc.:
[TakiSlomo-General]
Enabled=Bool | Enables/Disables Slomo when round starts.
Speed=Float | Sets the speed for this mode
[TakiSlomo-BeforeEnd]
Enabled=Bool | Enables/Disables Slomo X seconds before match ends
Speed=Float | Sets the speed for this mode
Seconds=Int | Sets the time in seconds at which this mode should be activated
Message=String | Set Message to send when this mode starts | Optional - It sends no message if not defined
[TakiSlomo-End]
Enabled=Bool | Enables/Disables Slomo set when match ends.
Speed=Float | Sets the speed for this mode
Message=String | Set Message to send when this mode starts | Optional - It sends no message if not defined
[TakiSlomo-Misc]
WarmupTime=Float | The time in seconds, players are "freezed" when a new round starts.
MapChangeTime=Float | The time in seconds, to stay on the MatchEnd/MapVote screen (watch out this actually runs down faster/slower with the slomo speed).
SlowSpawning=Bool | Enables/Disables respawn cooldown.
0 Comments for Slomo Manager v2