Digital Paint Discussion Board
Paintball 2: The Game => Server Discussion => Topic started by: SmackWaters on July 27, 2007, 05:54:25 PM
-
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)
-
Yikes.
Let me help.
I'll edit with what you should have in those boxes.
Edit::
(http://img267.imageshack.us/img267/3369/routurrrjy1.png)
**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.
-
so you know what I need?
-
'Source' should be anything, and 'Destination' should be the network IP of your computer.
-
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 (http://ipchicken.com)
I did all that, and it still doesn't show up
-
Start->Run...->ipconfig should give you your network IP address.
-
i got this:
Nothing seems to be working, it may not be a router issue after all.
-
I'll post everything to do with my server.
first of all, in the target line of the shortcut:C:\Games\Paintball2\paintball2.exe +set dedicated 1 +set public 1 +exec myserver.cfg +map b4_landscape
second, in myserver.cfg:
// ----------------------------------------------------------------------
// 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 ""
-
Make sure you open up your router for TCP traffic, too.
-
I would change set grenadeffire 1 to grenadeffire 0 unless you want people to be able to kill teamates with nades.
-
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
-
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
-
Since red blood's post is a bit confusing it should look like this:
setmaster dplogin.com q2master.planetquake.com master0.gamespy.com
-
Since red blood's post is a bit confusing it should look like this:
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.