Author Topic: server not showing in list  (Read 1816 times)

SmackWaters

  • VM-68
  • Posts: 242
server not showing in list
« on: July 27, 2007, 03:54:25 PM »
Quote
make sure you set the router to forward UDP packets on port 27910

I believe that's the problem. How would i do that? I'm using a D-Link DI-524.

I've done this in my router settings, obviously, it doesn't help. (I don't know what I'm doing)
« Last Edit: July 27, 2007, 04:31:52 PM by SmackWaters »

QueeNiE

  • 68 Carbine
  • Posts: 435
Re: server not showing in list
« Reply #1 on: July 27, 2007, 04:23:51 PM »
Yikes.

Let me help.

I'll edit with what you should have in those boxes.

Edit::



**NOTE** Start off with just trying each number, and if just that ONE number doesn't work, only then, and ONLY then, continue.  For example, #1 might fix all your problems, but then #3 might mess them up again.  SO just try a number, then check your server list.  If it doesn't work, go on to the next. (Keeping the previous number completed, of course)

1: Check off the "Enabled Box" instead of the "Disabled" box.

2: Copy + paste the Source box to the next box next to it and change the last number to an 8 or 9.

3.  Same as #2, but with the Destination box.

4. Check off the "Allow Paintball2" box, bottom left.

If ALL of that doesn't worlk, then try changing the "0" in 192.168.0.100 to a 1. (In all four boxes)



Hope this helps,
Brock.


SmackWaters

  • VM-68
  • Posts: 242
Re: server not showing in list
« Reply #2 on: July 27, 2007, 04:34:57 PM »
so you know what I need?

Eiii

  • Autococker
  • Posts: 4595
Re: server not showing in list
« Reply #3 on: July 27, 2007, 04:36:47 PM »
'Source' should be anything, and 'Destination' should be the network IP of your computer.

SmackWaters

  • VM-68
  • Posts: 242
Re: server not showing in list
« Reply #4 on: July 27, 2007, 04:40:50 PM »
Ok, there are 2 ip's I know. The ip adress of the router (192.168.0.1) and the ip adress I get when I go to ipchicken.com

I did all that, and it still doesn't show up

Eiii

  • Autococker
  • Posts: 4595
Re: server not showing in list
« Reply #5 on: July 27, 2007, 04:48:43 PM »
Start->Run...->ipconfig should give you your network IP address.

SmackWaters

  • VM-68
  • Posts: 242
Re: server not showing in list
« Reply #6 on: July 27, 2007, 04:52:26 PM »
i got this:

Nothing seems to be working, it may not be a router issue after all.

SmackWaters

  • VM-68
  • Posts: 242
Re: server not showing in list
« Reply #7 on: July 27, 2007, 05:08:56 PM »
I'll post everything to do with my server.

first of all, in the target line of the
Quote
shortcut:C:\Games\Paintball2\paintball2.exe +set dedicated 1 +set public 1 +exec myserver.cfg +map b4_landscape

second, in myserver.cfg:

Quote
// ----------------------------------------------------------------------
// GENERIC SERVER INFO
// ----------------------------------------------------------------------

set hostname "SmackWaters's Server"
set website ""
set admin "SmackWaters" s
set e-mail ""
set location "" s

set maxclients 8 // maximum number of players that can connect
set sv_minclientbuild 14 // minimum version a client must have to connect
set public 1 // set to 0 if you don't want this on the public server list
set password "" // Password required to connect

setmaster q2master.planetquake.com
setmaster master0.gamespy.com

// ----------------------------------------------------------------------
// NEW VARIABLES
// ----------------------------------------------------------------------

set sv_enforcetime 0 // time discrepancy (in seconds) before a
// player is kicked for speed hacks (enabled by default)

// ----------------------------------------------------------------------
// MESSAGE OF THE DAY
// ----------------------------------------------------------------------

set motdfile pball/configs/mymotd.txt

// ----------------------------------------------------------------------
// ROTATION
// ----------------------------------------------------------------------

set rot_file pball/configs/myrotation.txt

// ----------------------------------------------------------------------
// STANDARD LOGGING
// ----------------------------------------------------------------------

// sl_logging
// ----------
// bit 1, val | 1 : display STDLogging to console
// bit 2, val | 2 : log STDLogging to sl_logfile
// bit 3, val | 4 : send UDP packets to server defined IPs (DISABLED)

// sl_logfile
// ----------
// the file to put the STDlog info in.
// # will be replaced with the PORT number of the server

// set sl_logging 2
// set sl_logfile server#.log

// ----------------------------------------------------------------------
// CONSOLE LOGGING
// ----------------------------------------------------------------------
//
// logfile
// -------
// 0 - Disable console logging.
// 1 - Buffered logging.  File is wiped each server restart.
// 2 - Continuous logging.  File is wiped each server restart.
// 3 - Continous logging.  File is appended.

set logfile 3

// ----------------------------------------------------------------------

set PaintGrens 2 // default 2
set SmokeGrens 1 // default 1
set autojoin normal
set ffire 0
set grenadeffire 1
set timelimit 0
set fraglimit 0
set public 1
set tripping 0
set real_ball_flight 1
set ball_addplayerspeed 1
set elim 20 // time (in seconds) before players respawn
set bouncy 0
set ball_speed 2790
set gren_addplayerspeed 1
set gren_explodeonimpact 1
set deadtalk 1
set slowballsbounce 1
set waterfriction 1
set ball_life 2 // keep this at 2 for Internet servers
set pbgren_ballsperburst 8
set pbgren_bursts 9
set sv_maxvelocity 4096
set swear_filter 0
set sv_votemapenabled 1
set idle 65 // time (in seconds) before idle players are put on observer
set maxentities 2048
// ----------------------------------------------------------------------
// DOWNLOAD OPTIONS
// ----------------------------------------------------------------------

set allow_download         1
set allow_download_maps    1
set allow_download_models  1
set allow_download_sounds  1
set allow_download_players 1

// ----------------------------------------------------------------------
// OPERATOR SETTINGS
// ----------------------------------------------------------------------

// Use "login password" at the console to obtain op status of said level
// Commands are restricted by level in commands.cfg
set numpasses 5
set oppass1      "**********"
set oppass1level 1
set oppass2      "**********"
set oppass2level 50
set oppass3      "**********"
set oppass3level 100
set oppass4      "**********"
set oppass4level 150

rcon_password ""


Eiii

  • Autococker
  • Posts: 4595
Re: server not showing in list
« Reply #8 on: July 27, 2007, 05:46:00 PM »
Make sure you open up your router for TCP traffic, too.

Red Blood98

  • VM-68
  • Posts: 178
Re: server not showing in list
« Reply #9 on: August 05, 2007, 08:46:49 AM »
I would change set grenadeffire 1 to grenadeffire 0 unless you want people to be able to kill teamates with nades.

[GT]Snipen

  • Stingray
  • Posts: 69
Re: server not showing in list
« Reply #10 on: August 05, 2007, 11:40:32 AM »
You need to this line to your config also...

setmaster dplogin.com


or you wont show up on the ingame server browser.


also
set timelimit 0
set fraglimit 0

set timelimit 20
set fraglimit 50

and elim should be 60

Red Blood98

  • VM-68
  • Posts: 178
Re: server not showing in list
« Reply #11 on: August 05, 2007, 11:44:25 AM »
and the setmaster stuff should be on the same line.

so it should look like this:
setmaster dplogin.com setmaster q2master.planetquake.com
setmaster master0.gamespy.com

only the master0 is on the same line..instead of

Setmaster dplogin.com
setmaster q2master.planetquake.com
setmaster master0.gamespy.com

KiLo

  • Autococker
  • Posts: 2086
Re: server not showing in list
« Reply #12 on: August 05, 2007, 11:46:03 AM »
Since red blood's post is a bit confusing it should look like this:

Code: [Select]
setmaster dplogin.com q2master.planetquake.com master0.gamespy.com

Red Blood98

  • VM-68
  • Posts: 178
Re: server not showing in list
« Reply #13 on: August 05, 2007, 11:47:49 AM »
Since red blood's post is a bit confusing it should look like this:

Code: [Select]
setmaster dplogin.com q2master.planetquake.com master0.gamespy.com
yeah....I couldn't get it all to line up...than the middle sentence didn't make much sense either.