Code Search for Developers
 
 
  

crontablist.txt from The Geronimo Project at Krugle


Show crontablist.txt syntax highlighted

//
// crontablist.txt
//
// Place all your server commands that you want
// executed at the start of each map during
// specified times of particular days
//
// The first field defines the days of the week
// that the command will be run. If the field
// is left as "" the command will be run every day of the week
//
// Days of the week are
//
// 1 = Sunday
// 2 = Monday
// 3 = Tuesday
// 4 = Wednesday
// 5 = Thursday
// 6 = Friday
// 7 = Saturday
//
// To have a command run on Tuesday and Friday use
// the day string
// 
// "36"
//
// For Monday, Wednesday and Saturday use: -
//
// "247"
//
// The second field defines the time of day that
// the server should run the command and is setup
// in the following format "HH:MI-HH:MI"
//
// Start time to End time
//
// "09:30-14:10"
//
// The above time range is from 9.30am to 2:10pm. The time
// format MUST be in military 24 hour style, any hours below 10:00 must
// start with a preceeding 0 as in 01:00, 02:00, 03:00, you must
// not use 1:10 for instance.
//
// The third field instructs the server the command
// to run at the start of each map during that time
// period. For example 
//
// "" "09:30-15:10" exec daytime_config.cfg
//
// The above line will run the command 'exec daytime_config.cfg' 
// on the start of each map during the time period 09.30 upto and
// including 15:10 for every day of the week. 
// If you only wanted it to run on Monday, Wednesday and Friday
// the line would look like
//
// "246" "09:30-15:10" exec daytime_config.cfg
//
// The default configuration is to run your command before
// any custom map config is run (see map_configs folder)
//
// If you place a # symbol before the server command it will
// be run after any custom map config is exectuted.
//
// "" "19:00-21:59" #sv_gravity 800
//
// The above command will be run from 19:00 to and including
// 21:59 each time a map starts but after any custom map configs.
// In this case if you have a low grav map that uses a custom map
// config to set sv_gravity to say 150. The above command will 
// override that setting.
//
// You can have as many entries in this file as you wish.
//






See more files for this project here

The Geronimo Project

The Geronimo project concists of two software :\n- Geronimo Hoshigo : a playable graphical user interface to play Go\n- Geronimo Margo : a artificial intelligence program which plays Go

Project homepage: http://sourceforge.net/projects/geronimo
Programming language(s): Java,Pascal,Perl,PHP
License: gpl2

  language/
    english.cfg
    language.cfg
  map_config/
    cs_reflex3.cfg
  restrict/
    cs_reflex3_restrict.txt
  skins/
    admin_ct/
      adminct.txt
    admin_t/
      admint.txt
    misc/
      chicken.txt
    public_ct/
      coolct.txt
    public_t/
      coolt.txt
    reserved_ct/
      reserverdct.txt
    reserved_t/
      reserverdt.txt
    admin_ct.txt
    admin_t.txt
    misc.txt
    public_ct.txt
    public_t.txt
    reserved_ct.txt
    reserved_t.txt
  actionsoundlist.txt
  admingroups.txt
  adminlist.txt
  adverts.txt
  cexeclist_all.txt
  cexeclist_ct.txt
  cexeclist_player.txt
  cexeclist_spec.txt
  cexeclist_t.txt
  commandlist.txt
  crontablist.txt
  decallist.txt
  default_weapon_restrict.txt
  downloads.txt
  gametypes.txt
  gimpphrase.txt
  immunitygroups.txt
  immunitylist.txt
  mapadverts.txt
  pingimmunity.txt
  quakesoundlist.txt
  rconlist.txt
  reserveslots.txt
  restricted_weapons.txt
  soundlist.txt
  texturelist.txt
  votequestionlist.txt
  voterconlist.txt
  webshortcutlist.txt
  wordfilter.txt