Author Topic: starting new server......neeed a little help...actually a lot :P  (Read 1665 times)

ravenswift1

  • PGP
  • Posts: 31
 ??? im still confused on how to run servers properly.....


i made a shortcut to paintball.exe on my desk top, and change the  target under properties to

""C:\Program Files\PCGames\Paintball2\paintball2.exe" +set dedicated 1 +set public 1 +exec xanthius pub.cfg +map (what ever map)"


but it isn't following the commands on the .cfg file i told it to use. :( and it wont use the rotation i specified either. thus leaving me to have to close the console and change the taget map thing to what ever map i want then restart the server.......this is all a pain in the rear.... can any one help me?

here is the .cfg file
"
// ----------------------------------------------------------------------
// GENERIC SERVER INFO
// ----------------------------------------------------------------------

set hostname "Xanthius pub"
set website "" s
set admin "sometimes Lathergy and others" s
set e-mail "" s
set location "" 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/pubrotation.txt

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

set autojoin normal
set ffire 0
set grenadeffire 1
set timelimit 20
set fraglimit 50
set elim 15 // 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 1
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 ""
"
beginning and end quotes are not included

and the map rotation

"
[maplist]
airtime3
carpathian
cream
discovery
eclissi
midnight2
palmtree
prolandr
propaint2
razzle
remenissions
ruggedcountry
shazam33
tfs
tlc
ub_cliff
ub_rooftop
wipa
###
"



i see nothing wrong!! ???

btw i cant get the rcon pass or admin pass to work either.......srry for the inconvenience.

thanx

SpeedUSA

  • PGP
  • Posts: 36
Re: starting new server......neeed a little help...actually a lot :P
« Reply #1 on: August 02, 2011, 10:19:39 PM »
Try removing the space from your server configuration file name and the variable in your start-up command - "+exec xanthiuspub.cfg" instead of "+exec xanthius pub.cfg"....

LongShot

Kyuuchi

  • Autococker
  • Posts: 1183
Re: starting new server......neeed a little help...actually a lot :P
« Reply #2 on: August 03, 2011, 12:49:39 AM »
Also, for your rotation, make sure your rotation.txt has been renamed to pubrotation.txt