• Please make sure you are familiar with the forum rules. You can find them here: https://forums.tripwireinteractive.com/index.php?threads/forum-rules.2334636/

Beta Release [Mutator] Gametype Configurator

I am hoping and praying that you can get this working. I was able to get it working with ServerExt for just the first map. I can't swear how many zeds appeared at one time. Subsequent maps ServerExt was not active. Even after trying different setups with the map voting and server actors. Is going to be very valuable when the kinks get ironed out.
 
Upvote 0
nateku2

What values did you use in the .ini for this to work? 250 spawned for the first round?


Was wondering if this would work? Can't get my server to spawn more than the default zeds. :/
Code:
bConfigsInit=True
bEnableThirdperson=True
bChangeZEDSpawnRate=True
bChangeMaxZEDCount=True
bEnableDifficultyAdjustment=True
bUseFirstPersonLegs=True
bUseBackpackWeapons=True
bAntiBlocker=True
FakePlayers=6
bShowLogOutputs=True
[GametypeConfigurator.GMDifficultyInfo]
bConfigInit=True
OverMaxPlayersScalingMult=1.0
[GametypeConfigurator.GMSpawnManager_Short]
ZEDSpawnTime=0
MaxZEDs=250
[GametypeConfigurator.GMSpawnManager_Normal]
ZEDSpawnTime=0
MaxZEDs=250
[GametypeConfigurator.GMSpawnManager_Long]
ZEDSpawnTime=0
MaxZEDs=250
 
Upvote 0