Author Topic: 4 flagged map server?  (Read 4911 times)

RoBiNandL!nk

  • Autococker
  • Posts: 571
Re: 4 flagged map server?
« Reply #20 on: July 18, 2008, 07:56:39 PM »
// ----------------------------------------------------------------------
// GENERIC SERVER INFO
// ----------------------------------------------------------------------

set hostname "AnThRaX"
set website "http://www.____" s
set admin "admin-name" s
set e-mail "null@null.com" s
set location "City, ST" 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 1
set timelimit 20
set fraglimit 50
set elim 45 // 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      "savannah"
set oppass1level 1
set oppass2      "haha"
set oppass2level 50
set oppass3      "Legend"
set oppass3level 100
set oppass4      "LeG"
set oppass4level 150
set oppass5      "lol"
set oppass5level 150

rcon_password ""


Apocalypse

  • Autococker
  • Posts: 1463
Re: 4 flagged map server?
« Reply #21 on: July 19, 2008, 08:24:44 AM »
You should try in the little console that pops up type exe config myconfig.cfg I belive that's the command.

RoBiNandL!nk

  • Autococker
  • Posts: 571
Re: 4 flagged map server?
« Reply #22 on: July 19, 2008, 02:39:39 PM »
it says unkown comand

Laged

  • 68 Carbine
  • Posts: 374
Re: 4 flagged map server?
« Reply #23 on: July 19, 2008, 02:41:41 PM »
exec config myconfig.cfg   maybe?

RoBiNandL!nk

  • Autococker
  • Posts: 571
Re: 4 flagged map server?
« Reply #24 on: July 19, 2008, 03:01:05 PM »
now it said execute a script file

Laged

  • 68 Carbine
  • Posts: 374
Re: 4 flagged map server?
« Reply #25 on: July 19, 2008, 03:08:25 PM »
Make sure the file is a .cfg file, you might have accidentally changed it to a .txt file when editing it.
If it is a .txt file, open it, click file and save as .cfg

RoBiNandL!nk

  • Autococker
  • Posts: 571
Re: 4 flagged map server?
« Reply #26 on: July 19, 2008, 09:38:44 PM »
no its cfg.

Cameron

  • Global Moderator
  • Autococker
  • Posts: 2686
Re: 4 flagged map server?
« Reply #27 on: July 19, 2008, 09:49:12 PM »
exec myserver.cfg

You don't need config, because the c in exec is config.  Sometimes that works, sometimes it doesn't though.  I personally keep my passwords in a different file to when I exec it and the server is running it will update straight away.

RoBiNandL!nk

  • Autococker
  • Posts: 571
Re: 4 flagged map server?
« Reply #28 on: July 20, 2008, 12:07:49 AM »
still says it couldnt exec myserver.cfg

IronFist

  • Autococker
  • Posts: 1304
Re: 4 flagged map server?
« Reply #29 on: July 20, 2008, 02:15:36 AM »
still says it couldnt exec myserver.cfg

Is it in ./pball/configs?

If it still does not work, use "cd" and "dir" to show us the contents of the "configs" folder or take a screenshot of the contents of the folder in Explorer. You probably have file extensions hidden.