Quake Live

Quake Live

View Stats:
Server Help!?
Can host server, ports are forwarded, but players can only join via IP, invites don't even work. HOw do I fix so servers are open to public browser?

sv_serverType set to 2
sv_master set to 1

What else do I have to do to get them to show up properly.
< >
Showing 1-2 of 2 comments
all my sv_ cvars manually configured in my server.cfg file:

set sv_hostname "put here what you want"
set sv_tags "put here what you want with commas between them "
set sv_mapPoolFile " default is mappool.txt "
set sv_maxClients " put here the number you want"
set sv_privateClients " put here the number you want but smaller of course, 1, 2, 3 whatver "
set sv_privatePassword " put here the number you want "
set sv_floodprotect "10" // you can change if you want
set sv_warmupReadyPercentage "0.51" // you can change if you want
set sv_serverType "2" // mandatory this value
set sv_master "1" // mandatory this value
set sv_fps "40" // do not change this unless you know what you are doing, it is not recommended to change it at all
set sv_idleExit "1" // mandatory this value
oh, and of course, open UDP 27960 on your firewall, do a port forward on your router if you have one... if you changed the default 27960 then open that custom port...
< >
Showing 1-2 of 2 comments
Per page: 1530 50