• 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/

Server Voting Handler Problem ServerPerks v6

Pandax

Member
Apr 18, 2013
15
0
Hi all, I have managed to put the mod Voting Handler but when changing maps serverperks mutator is deactivated. (The serverperk Marco v.6)

some data:

* Server Type: Listen
* Mutators: all are deactivated
* Link the topic: http://forums.tripwireinteractive.com/showthread.php?t=42229

MapVoting:

[KFMapVoteV2.KFVotingHandler]
VoteTimeLimit=30
ScoreBoardDelay=5
bAutoOpen=True
MidGameVotePercent=50
bScoreMode=False
bAccumulationMode=True
bEliminationMode=False
MinMapCount=2
MapVoteHistoryType=xVoting.MapVoteHistory_INI
RepeatLimit=1
DefaultGameConfig=0
bDefaultToCurrentGameType=True
bMapVote=True
bKickVote=True
bMatchSetup=False
KickPercent=50
bAnonymousKicking=True
MapListLoaderType=xVoting.DefaultMapListLoader
ServerNumber=1
CurrentGameConfig=0
ServerPerks=True


Sorry for my bad English I am a foreigner. I appreciate any answer :)
 
Use webadmin if possible to setup what mutators load.
In the defaults section, voting game config:
VoteConfig.PNG

This can be done manually in the KFMapVote.ini for example:
Code:
GameConfig=(GameClass="KFLvCM.KFLGameType",Prefix="KF-",Acronym="KF",GameName="KFL-Hard",Mutators="KFLvCM.ServerPerksMut,KFLvCM.KFLMut,KFLvCM.MutWeaponsStay,KFLvCM.MutChatter,KFLvCM.MutRTD,KFLvCM.MutPatHPLeft,KFLvCM.MutNadeWarn,KFLvCM.MutDoomBossHPLeft,KFLvCM.MutKFAntiBlocker,KFPatKiller.MutPatriarchHealth,MutKillMessageV2.MutKillMessage,KFARGChat.KFARGChat,KFLvCM.AutoSpawner,KFLvCM.MutKFLAdminPlus",Options="Difficulty=4")
 
Upvote 0
Use webadmin if possible to setup what mutators load.
In the defaults section, voting game config:
View attachment 12400

This can be done manually in the KFMapVote.ini for example:
Code:
GameConfig=(GameClass="KFLvCM.KFLGameType",Prefix="KF-",Acronym="KF",GameName="KFL-Hard",Mutators="KFLvCM.ServerPerksMut,KFLvCM.KFLMut,KFLvCM.MutWeaponsStay,KFLvCM.MutChatter,KFLvCM.MutRTD,KFLvCM.MutPatHPLeft,KFLvCM.MutNadeWarn,KFLvCM.MutDoomBossHPLeft,KFLvCM.MutKFAntiBlocker,KFPatKiller.MutPatriarchHealth,MutKillMessageV2.MutKillMessage,KFARGChat.KFARGChat,KFLvCM.AutoSpawner,KFLvCM.MutKFLAdminPlus",Options="Difficulty=4")

Thanks buddy, I'll try the manual way.
 
Last edited:
Upvote 0