• 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] Server Extension mod

Hi Hello! I'm very new here, so much in fact i just made the account! but I was wondering unless i missed something, is this supposed to be working smoothly at this point? I had the version "1054_SE" and when I looked at the read me, i might just be sleep deprived, but i am doing something wrong!

i've moved the files from the arcive such as the Serverext.u ect to the correct folders in my server.. but the two files i am unsure what to do with is the actual folders "ServerExt" and "ServerExtMut."

I had read that some people were talking about the workshop... would that be causing any bit of the issues too? because when i've been trying to run my server with these files in it.. it keeps saying "Warning, Workshop: Steam does not apear to be running. Unable to check Workshop."

I would like to applogize for typos or anything of that nature in this post... it's 5 am... and i've been awake since thursday... because of Adderall and i'm starting to come down now... lol

However, all joking aside, i would be very grateful for anyone's input in helping get to where i need to be...
 
Upvote 0
duk6046;n2301871 said:
May i get improved friendly HUD source? (like a official survival server or KFRPG server)
I need only one that.. Please help! just like a official server, thx

What exactly do you mean by improved friendly HUD src? Like the HUD changes on KFRPG, like the way it looks and if you move backwards the text gets bigger and the closer you move to a player the smaller the text gets?
 
Upvote 0
This mod Looks awesome, but Ive gort the same Problem.

As soon as I lvl up ingame the Client crashes. Tried diffrent versions as well as the last Version posted on page 34 or 35. I tried to figure it out on my own but I lack skill.

Id be glad if this anyoing bug will get fixe, beside that glitch, the mod is awesome!
 
Upvote 0
Hey, I'm having an issue when someone trying to connect

I get this lines spamming my console

Code:
[0250.12] DevNet: NotifyAcceptingConnection: Server TheWorld accept
[0250.13] NetComeGo: Open TheWorld 09/13/17 19:19:42 XXXXXXXX
[0250.13] NetComeGo: Close IpNetDriverSteamworks_1 IpNetConnectionSteamworks_28 XXXXXXXX:50602 09/13/17 19:19:42
[0250.30] DevNet: NotifyAcceptingConnection: Server TheWorld accept
[0250.31] NetComeGo: Open TheWorld 09/13/17 19:19:42 XXXXXXXX
[0250.31] NetComeGo: Close IpNetDriverSteamworks_1 IpNetConnectionSteamworks_29 XXXXXXXX:50602 09/13/17 19:19:42

Any help?
 
Upvote 0
Hey, I'm having an issue when someone trying to connect my server
I get this lines spamming my console

Code:
[0736.96] DevNet: NotifyAcceptingConnection: Server TheWorld accept
[0736.96] NetComeGo: Open TheWorld 09/13/17 19:27:48 XXXXXXX
[0736.97] NetComeGo: Close IpNetDriverSteamworks_1 IpNetConnectionSteamworks_201 XXXXXXX:49861 09/13/17 19:27:48
[0737.15] DevNet: NotifyAcceptingConnection: Server TheWorld accept
[0737.15] NetComeGo: Open TheWorld 09/13/17 19:27:49 XXXXXXX
[0737.15] NetComeGo: Close IpNetDriverSteamworks_1 IpNetConnectionSteamworks_202 XXXXXXX:49861 09/13/17 19:27:49

This is my 'Launch command'
Code:
start .\Binaries\win64\kfserver kf-outpost?adminpassword=XXXXX?Mutator=KFMutator.KFMutator_MaxPlayersV2?MaxPlayers=15?MaxMonsters=200?Mutator=ServerExtMut.ServerExtMut

Any help?
 
Last edited:
Upvote 0
sNeeP7;n2305115 said:
Hey, I'm having an issue when someone trying to connect my server
I get this lines spamming my console

Code:
[0736.96] DevNet: NotifyAcceptingConnection: Server TheWorld accept
[0736.96] NetComeGo: Open TheWorld 09/13/17 19:27:48 XXXXXXX
[0736.97] NetComeGo: Close IpNetDriverSteamworks_1 IpNetConnectionSteamworks_201 XXXXXXX:49861 09/13/17 19:27:48
[0737.15] DevNet: NotifyAcceptingConnection: Server TheWorld accept
[0737.15] NetComeGo: Open TheWorld 09/13/17 19:27:49 XXXXXXX
[0737.15] NetComeGo: Close IpNetDriverSteamworks_1 IpNetConnectionSteamworks_202 XXXXXXX:49861 09/13/17 19:27:49

This is my 'Launch command'
Code:
start .\Binaries\win64\kfserver kf-outpost?adminpassword=XXXXX?Mutator=KFMutator.KFMutator_MaxPlayersV2?MaxPlayers=15?MaxMonsters=200?Mutator=ServerExtMut.ServerExtMut

Any help?

Here's what mine looks like (It's a bit different due to my server setup):
Code:
[COLOR=#00ff66]C:\SteamCMD\kf2server\Binaries\win64\kfserver kf-map30-defense_1053a?AccessControl=AccessPlus.AccessPlus?Game=HardModeBoss.HardSurv?MaxPlayers=20?GameDifficulty=3?Mutator=ServerExtMut.ServerExtMut,SlotMachinesMut.SlotsMut -Multihome=x.x.x.x -Port=xxxx -QueryPort=xxxxx -WebAdminPort=xxxx[/COLOR]

Try removing the following from your KF2Server.bat:
Mutator=KFMutator.KFMutator_MaxPlayersV2 (You don't need this if your using ServerExt since its built in and another problem I see is that your using Mutator= two different times which isn't going to work, all you need to do is seperate them with commas.)
MaxMonsters=200? (I never knew this was a thing, so idk if it even works)

EDIT: MaxMonsters=200? works but idk if it actually does anything in my game.

So basically it should look like this:
Code:
[COLOR=#FFFF00]start .\Binaries\win64\kfserver kf-outpost?adminpassword=XXXXX?MaxPlayers=15?Mutator=ServerExtMut.ServerExtMut[/COLOR]

Reference: https://wiki.tripwireinteractive.com/index.php?title=Dedicated_Server_(Killing_Floor_2)
 
Last edited:
Upvote 0