Shared HostingFirst month freeShared web hosting from $2.99/mo — $0 today, and the price you sign up at is the price you renew at.See hosting plans →

NxLabs / Mordhau

SACK - Server Actor Control Kit

By BM.Reggie

For admins to control when Server Actors can spawn

Description

For admins to control when Server Actors can spawn

BACKUP YOUR GAME.INI BEFORE PROCEEDING


Add SpawnServerActorsOnMapLoad=/ServerActorControlKit/BP_SACK.BP_SACK_C under [/Script/Mordhau.MordhauGameMode]

> [/Script/Mordhau.MordhauGameMode] >  > SpawnServerActorsOnMapLoad=/ServerActorControlKit/BP_SACK.BP_SACK_C

and mods=4793225 under [/Script/Mordhau.MordhauGameSession]

> [/Script/Mordhau.MordhauGameSession] >  > mods=4793225

Do not put any other Actors under [/Script/Mordhau.MordhauGameMode]

All future Actors will need to be added under [SACK] as ServerActors=

TEMPLATE, SCROLL DOWN FOR EXAMPLE

> [SACK] >  > // Don't leave blank entries, always comment them out. >  > // Add all Actors here, one line each. >  > // They should all start with a "/" and end with a "_C" >  > //ServerActors= >  > //ServerActors= >  > // Specify which maps should block which Actors >  > //FFA_Moshpit= >  > //SKM_Moshpit= >  >   >  > // Specify which gamemodes should block which Actors >  > // Only 4 gamemodes are supported >  > //Deathmatch= >  > //Skirmish= >  > //Horde= >  > //BR=


Example: the following would disable FOV+ from working on FFA_Moshpit, and disable both FOV+ & AUSLÄNDER'S CUSTOM WEAPONS MOD from working on ALL skirmish maps.

> [SACK] >  > // Load FOV+, METAMOD, and AUSLÄNDER'S CUSTOM WEAPONS MOD. >  > ServerActors=/FOV/FOV+.FOV+_C >  > ServerActors=/MetaMod/BP/MetaMod.MetaMod_C >  > ServerActors=/WeaponsBlueprints/SpawnActors/AusCustomEquipmentHandler.AusCustomEquipmentHandler_C >  > // Disable FOV+ for FFA_Moshpit. >  > FFA_Moshpit=/FOV/FOV+.FOV+_C >  >   >  > // Disable FOV+ and AUSLÄNDER'S CUSTOM WEAPONS MOD for all Skirmish maps. >  > Skirmish=/FOV/FOV+.FOV+_C >  > Skirmish=/WeaponsBlueprints/SpawnActors/AusCustomEquipmentHandler.AusCustomEquipmentHandler_C

FOV+ and METAMOD by KINGDESPACITO, no affiliation. 

AUSLÄNDER'S CUSTOM WEAPONS MOD by AUSLÄNDER987, no affiliation.

Ratings & reviews

No ratings yet

Sign in to leave a rating or comment.