Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Archangel

Pages: [1]
1
Server Discussion / Re: My server doesn't show up in list
« on: August 11, 2007, 06:57:49 PM »
Does it show up on the list white or grey?

Before It's White then  after I clear it and hit update it's gone.

2
Server Discussion / Re: My server doesn't show up in list
« on: August 11, 2007, 12:44:21 PM »
One last thing-How come it shows up in list then when I clear it, its gone and the console is still open. Other servers stay on the list after it is cleared. And can I play in my own server or do I have to do something first?

3
Server Discussion / Re: My server doesn't show up in list
« on: August 11, 2007, 11:52:48 AM »
I see my ip in the serverlist after it is :50002 (ip:50002) what does that mean? :-\

4
Server Discussion / Re: My server doesn't show up in list
« on: August 11, 2007, 11:25:12 AM »
I did all that port forwarding stuff and still it won't show up. In the console thing from the shortcut says heartbeat acknowledged what does that mean..... ???

5
Server Discussion / My server doesn't show up in list
« on: August 03, 2007, 02:52:29 PM »
I've done all the writing in the cfg. and the black screen comes up and I can connect with the IP but it's not in the list. Can someone help me?

this is the cfg. thing can you tell me what I need to do?

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

set hostname "Archangel Server"
set website "www.com"
set admin "Archangel" s
set e-mail "null@null.com"
set location "Austin,TX" s

set maxclients 20 // maximum number of players that can connect
set sv_minclientbuild 16 // 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 oppasses 5
set oppass1      ""
set oppass1level 1
set oppass2      ""
set oppass2level 50
set oppass3      ""
set oppass3level 100
set oppass4      ""
set oppass4level 150

rcon_password ""

Pages: [1]