Adding Players

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

drfeelgoodmd

FNG / Fresh Meat
Nov 13, 2009
186
8
0
I took a long hiatus from the game (about 2 years or so). I came back earlier this summer and since then I noticed a lot of changes that never existed before.

1. Friend is in game but when you click to view their game or join or get an invite it won't show you the map, sever, player list, etc. You can't join. I eventually found the fix was to copy the server IP address and use it in the server list in game in the server list.

2. You're in a game and want to add players but due to this same bug it shows nobody in game with you in the "View Players" menu. Some servers it'll show this and some it won't.

2 1/2. I noticed recently since probably the second last update that it sometimes show a list of players with you in the "View Players" menu that are not in the game with you.

Is there a fix for this that I can do? Case in point I was in a game last night and wanted to add 3 of the people to my friends list. Since you can change your display name or have a super common name it was impossible to search Steam and find 2 out of the 3 people.

P.S. Sorry if this has been asked before but I searched and couldn't find the topic due to too many unrelated results popping up.
 

poosh

Grizzled Veteran
Jan 6, 2011
3,389
326
83
~90% servers are not responding, even whitelisted without mutators.
 

DasB

FNG / Fresh Meat
Jul 4, 2013
315
0
0
Germany
I eventually found the fix was to copy the server IP address and use it in the server list in game in the server list.

If you don't want to add every server to your list, you can use the console to connect:

copy the ip-address, open the ingame console and type

Code:
open "CTRL+V"
CTRL+V = to paste the copied ip+port into the console
should look like this: 

open 123.456.789.000

If there is a "KillingFloor://" in that string, remove it before hitting enter.

For joining as spectator just add ?spectatoronly=1 behind the ip+port.

Code:
open 123.456.789.000?spectatoronly=1
 
Last edited:

poosh

Grizzled Veteran
Jan 6, 2011
3,389
326
83
Joining the server isn't that a big issue. As DasB said, IP address can by copy-pasted.
The biggest issue imo is that you can't easily add friends anymore. "No players were reported by the server"...
 

nejcooo

FNG / Fresh Meat
May 23, 2012
3,032
0
0
26
Joining the server isn't that a big issue. As DasB said, IP address can by copy-pasted.
The biggest issue imo is that you can't easily add friends anymore. "No players were reported by the server"...
Ye I agree. Then somebody comes with name like God and you try to find him and get 60k results. That sucks more than "Server not responding"
 

drfeelgoodmd

FNG / Fresh Meat
Nov 13, 2009
186
8
0
Yup, it's not a big issue, it's just annoying as fukk.



"Anymore"? This has never worked for me in the past.

This worked the entire time I've played this game starting in 2009 ish until I went on hiatus. Only once I returned this year was either of the issues I mention an issue.
 

Skell

Active member
Mar 21, 2013
1,242
2
38
On the Internet.
Gotta give Skell credit for this one, he was the clever mofo who showed me that :D
Not really hard to figure it out. I just saw the function Connect(bool Spectator) in the class Browser_ServersList add "?SpectatorOnly=1" to the end of the URL when spectator is true.

I'm sure a lot of other people have figured it out by now.