• 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 Quick question about mods...

Killjoi

Active member
Jun 4, 2009
38
0
Hey everyone!

So I was recently browsing the whitelist mods, and I am very interested in the Anti-Blocker mod. So I dragged the said files into my KFServer system directory.

I even added it to my start up .bat file like so

Code:
ucc server KF-Bedlam.rom?game=KFmod.KFGameType?VACSecured=true?MaxPlayers=6?Mutators=MutKFAntiBlocker.MutKFAntiBlocker

And I can't seem to get it to work, during the Trade wave people are still "Solid"

What am I doing wrong?
 
Correct context is
Code:
ucc server KFmap.rom?Game=KFMod.KFGameType?Mutator=mut1,mut2,mut3?log=logs/logname.log

After the "ucc server " part you must use ? as the section separator.
Make sure you are using the correct mut name when calling it in the launch string and be sure you note the syntax. The game is syntax specific.
 
Upvote 0