Author Topic: Personal Server  (Read 4792 times)

w3b5t3r

  • VM-68
  • Posts: 248
Personal Server
« on: November 04, 2007, 12:51:03 PM »
I have configured my "myserver.cfg" like it's said http://digitalpaint.planetquake.gamespy.com/docs/server_guide_win32.html

But when I launch it, it doesn't appear in the public servers list

What can I do ?

flip

  • Committee Member
  • Autococker
  • Posts: 1388
Re: Personal Server
« Reply #1 on: November 04, 2007, 01:38:57 PM »
might be a stupid reply but did you click "update"?

w3b5t3r

  • VM-68
  • Posts: 248
Re: Personal Server
« Reply #2 on: November 04, 2007, 01:58:16 PM »
I can see it, but not my friends

KiLo

  • Autococker
  • Posts: 2086
Re: Personal Server
« Reply #3 on: November 04, 2007, 02:27:33 PM »
First off this should have been in the Server Section.

Second use this link to help troubleshoot the server.
http://dplogin.com/forums/index.php?topic=9317.0

w3b5t3r

  • VM-68
  • Posts: 248
Re: Personal Server
« Reply #4 on: November 04, 2007, 02:49:27 PM »
Thank you, I've use the troubleshooter, but it says

Quote
The wrong master servers may be set; open your server configuration file, delete all the lines starting with setmaster, and add setmaster dplogin.com master0.gamespy.com (then restart your server)

I type this ( setmaster dplogin.com master0.gamespy.com ), and when I type return test, it write the same awnser (I relaunched the server between the 2 tests )

sk89q

  • Global Moderator
  • Autococker
  • Posts: 1049
Re: Personal Server
« Reply #5 on: November 04, 2007, 08:50:35 PM »
Paste the full output!

w3b5t3r

  • VM-68
  • Posts: 248
Re: Personal Server
« Reply #6 on: November 05, 2007, 02:51:57 AM »
Of curse I've done, but it don't work

I'll host the server.cfg (without the passwords of curse :p ) and tell me what is wrong please
http://www.megaupload.com/?d=64G3M7ZB

KiLo

  • Autococker
  • Posts: 2086
Re: Personal Server
« Reply #7 on: November 05, 2007, 04:51:37 AM »
He meant copy and paste exactly what the troubleshooter told you.

w3b5t3r

  • VM-68
  • Posts: 248
Re: Personal Server
« Reply #8 on: November 05, 2007, 04:53:45 AM »
You can see the link, I did exactly what it said

KiLo

  • Autococker
  • Posts: 2086
Re: Personal Server
« Reply #9 on: November 05, 2007, 04:57:02 AM »
We don't want to see your server config dammit!!! We want to see what the troubleshooter said numb nuts!!!

w3b5t3r

  • VM-68
  • Posts: 248
Re: Personal Server
« Reply #10 on: November 05, 2007, 05:55:02 AM »
It writes this

Quote
DP Resource Public Server Troubleshooter
Specified server information: xx.xxx.xx.xxx:27910
RCON password provided? yes
Run at Mon, 05 Nov 2007 11:53:35 +0000

TEST PROCESS
===================
> Checking if xx.xxx.xx.xxx:27910 can be connected to...
>    Writing to socket: '\xFF\xFF\xFF\xFFstatus\n'
>    Attempting to read, 3 second timeout...
>    OK: Strings 'Digital Paint' and/or 'DPPB2' found in server output (ping: 200ms)
> Using a non-default server hostname.
> Connection SUCCESSFUL! Port forwarding and firewall settings correct.
> Checking server list...
> Getting server list from http://dplogin.com/serverlist.php
> No entries found on the server list
> public is set to 1

RECOMMENDATIONS
===================
* The wrong master servers may be set; open your server configuration file, delete all the lines starting with setmaster, and add setmaster dplogin.com master0.gamespy.com (then restart your server)

w3b5t3r

  • VM-68
  • Posts: 248
Re: Personal Server
« Reply #11 on: November 06, 2007, 07:50:55 AM »
Nobody know ?

y00tz

  • Autococker
  • Posts: 2742
Re: Personal Server
« Reply #12 on: November 06, 2007, 07:57:56 AM »
I'm not going to waste time with megaupload, could you copy and paste your server config in post?

w3b5t3r

  • VM-68
  • Posts: 248
Re: Personal Server
« Reply #13 on: November 06, 2007, 08:08:36 AM »
ok

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

set hostname "=}W&V{= Pub 1"
set website "http://wandv.roxorgamers.com" s
set admin "webster, voldemort" s
set e-mail "w3b5t3r@hotmail.com" s
set location "Lanester, France" 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 master1.gamespy.com

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

set motdfile pball/configs/motd.txt

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

set rot_file pball/configs/rotation.txt

// ----------------------------------------------------------------------
// GENERAL SETTINGS
// ----------------------------------------------------------------------

set autojoin normal
set ffire 0
set grenadeffire 1
set timelimit 20
set fraglimit 50
set elim 10 // 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      ""
set oppass5level 150

rcon_password "13rcecono"

KiLo

  • Autococker
  • Posts: 2086
Re: Personal Server
« Reply #14 on: November 06, 2007, 10:01:36 AM »
In the setmaster line try adding q2master.planetquake.com.

w3b5t3r

  • VM-68
  • Posts: 248
Re: Personal Server
« Reply #15 on: November 06, 2007, 10:31:03 AM »
to have this ? setmaster dplogin.com master1.gamespy.com q2master.planetquake.com.
 

Red Blood98

  • VM-68
  • Posts: 178
Re: Personal Server
« Reply #16 on: November 06, 2007, 10:34:17 AM »
I have the same problem....so I have no clue what to do...went through the troubleshooter and it didn't tell me anything.

sk89q

  • Global Moderator
  • Autococker
  • Posts: 1049
Re: Personal Server
« Reply #17 on: November 06, 2007, 11:39:36 AM »
Try typing "heartbeat" in the console and then checking if it's on the list.

w3b5t3r

  • VM-68
  • Posts: 248
Re: Personal Server
« Reply #18 on: November 06, 2007, 01:51:08 PM »
I have this



Can you tell me what is wrong with this picture ?

It's strange, because my server worked before

sk89q

  • Global Moderator
  • Autococker
  • Posts: 1049
Re: Personal Server
« Reply #19 on: November 06, 2007, 01:52:27 PM »
Did you type heartbeat in?