Author Topic: Win32 Server Help - Solved  (Read 1104 times)

Reed

  • VM-68
  • Posts: 242
Win32 Server Help - Solved
« on: August 30, 2007, 11:48:46 AM »
Ok,

"C:\Program Files\Paintball2\paintball2.exe" +set dedicated 1 +set public 1 +exec server.cfg +map grave

Opened port 27910 (also tried a different port :3784) on UDP and TCP - can confirm that these ports are open as i have been able to connect to vent over them (Obviously we didnt try to run both on the same port)

IP appears here http://www.dplogin.com/serverlist.php

Also getting a heartbeat from dplogin

BUT, cannot connect to server and it does not appear on the in-game server list.

Any ideas?
« Last Edit: August 30, 2007, 01:38:31 PM by Reed »

KiLo

  • Autococker
  • Posts: 2086
Re: Win32 Server Help
« Reply #1 on: August 30, 2007, 11:51:44 AM »
You could try typing setmaster dplogin.com directly into the black box. That may fix it.

Reed

  • VM-68
  • Posts: 242
Re: Win32 Server Help
« Reply #2 on: August 30, 2007, 11:55:05 AM »
Ok, tried that and it doesnt seem to work :(

Reed

  • VM-68
  • Posts: 242
Re: Win32 Server Help
« Reply #3 on: August 30, 2007, 12:12:47 PM »
// ----------------------------------------------------------------------
// GENERIC SERVER INFO
// ----------------------------------------------------------------------

set hostname "[-DarkP-] Pub One."
set website "http://www.DontGotOneYet.com" s
set admin "Reed" s
set e-mail "support@whitehosting.co.uk" s
set location "Cheadle, United Kingdom" 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/rotation.txt

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

set autojoin normal
set ffire 0
set grenadeffire 0
set timelimit 20
set fraglimit 50
set elim 60 // time (in seconds) before players respawn
set gren_explodeonimpact 1
set deadtalk 1 // 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

KiLo

  • Autococker
  • Posts: 2086
Re: Win32 Server Help
« Reply #4 on: August 30, 2007, 12:27:17 PM »
Everything seems to be in order in the config.