Digital Paint Discussion Board
Paintball 2: The Game => Server Discussion => Topic started by: MiNiK on July 16, 2012, 03:17:21 PM
-
Hi, so I've tried to start my dedicated server.
I've forwarded the 27910 port and got a static IP.
Then I followed the Win32 Server Guide and started a server. But it doesn't appeare in the server list (only in my one).
Any ideas what could be wrong?
here is the myserver.cfg:
// ----------------------------------------------------------------------
// GENERIC SERVER INFO
// ----------------------------------------------------------------------
set hostname ">MiNiK's good maps"
set website "http://www.____"
set admin ">MiNiK" s
set e-mail "jakub.minarik.11@gmail.com" s
set location "Prelouc, CZ" s
set public 1 // set to 0 if you don't want this on the public server list
set password "" // Password required to connect
setmaster dplogin.com master0.gamespy.com
// ----------------------------------------------------------------------
// MESSAGE OF THE DAY
// ----------------------------------------------------------------------
set motdfile pball/configs/motd.txt
// ----------------------------------------------------------------------
// ROTATION
// ----------------------------------------------------------------------
set rot_file pball/configs/myrotation.txt
// ----------------------------------------------------------------------
// GENERAL SETTINGS
// ----------------------------------------------------------------------
set autojoin normal
set ffire 0
set grenadeffire 1
set timelimit 20
set fraglimit 50
set elim 60 // time (in seconds) before players respawn
set gren_explodeonimpact 1
set deadtalk 0 // set to 1 to allow dead players to talk to living
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
// ----------------------------------------------------------------------
// MATCH SETTINGS
// ----------------------------------------------------------------------
set allow_match 0 // set to 1 to enable the "match" command for clan matches
set matchmode_cfg "matchmode.cfg"
set publicmode_cfg "publicmode.cfg"
// ----------------------------------------------------------------------
// 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
// ----------------------------------------------------------------------
// 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
// ----------------------------------------------------------------------
// 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
set oppass5 "opat1"
set oppass5level 150
rcon_password ""
-
Remove ' and > maybe
In Console -> heartbeat and check the response
-
Removed it.
When I write heartbeat in console, nothing happens.
And there is another thing, the physics on the server seem to be wierd - I can't do the classic strafe jumping. It's more like Counter-strike bunny-hopping. (when moving in the mid-air, i can start moving the opposite direction)
-
now I get it - I was supposed to write "heartbeat" in the server's console (i was typing it in-game)
it says "heartbeat acknowledged from 70.85.9.178:27900"
-
If you get the "heartbeat acknowledged", your server is added to the list. Is it visible to other people after this?
-
It was saying "heartbeat acknoledged" the whole time. But when I ask people, they say they don't see the server in the list. I had the server running for hours and noone connected, so I guess it's really not there. (And the heartbeat adress is not the same I have, but I guess that's normal?)
-
The acknowledged from address is the address of the login server (70.85.9.178 is dplogin.com).
Perhaps the port forwarding wasn't set up correctly, or something else is blocking connections. It sounds like the server IP is added to the server list, but if something is stopping your server from responding to queries, it won't show up.
-
Same thing happened with mine i gave up on it ages ago
-
Follow this port forwarding guide: http://dplogin.com/forums/index.php?topic=17726.0
-
I did follow that guide. It's quite easy to forward ports with the divece I have.
But it's pretty difficult to find out where the problem is now. I get hb acknowledged, but the server won't show up, there's not much I could do.
-
Why dont u delete all of it and start again if its that easy.
-
Same as mine... I also can log in myself as the admin( while i am ). When i ask people to connect to my server, they say they cant see anything...
-
Same as mine... I also can log in myself as the admin( while i am ). When i ask people to connect to my server, they say they cant see anything...
We have plenty of tutorials on this, can't you look at one of them?
-
Same as mine... I also can log in myself as the admin( while i am ). When i ask people to connect to my server, they say they cant see anything...
Have you forwarded your port? There are some port forwarding guides in this forum.