// This file contains the parameters that are // loaded when the program starts up or when you // click on "Reinit". Any characters following "//" within // a line are treated as comments and ignored. // // Paramaters are normally specified in separate files. // These are of two kinds, environment and critters // files. See below for examples. Both environment and // critters parameters may also be given in this file. // // Each parameter setting specification begins // with a keyword, which is a sequence of characters // containing no spaces. Case is ignored in keywords. // With a few exceptions, each keyword is followed by an // integer which specifies the value for the parameter. // See each parameter description below for details. // ENVIRONMENT PARAMETERS // Parameters affecting the number of things of different // types in the world, their properties and placement, // and the amount of punishment or reward critters receive // for various things. The string following "environment" // must be the name of a file in the directory where // this file is. environment generic2.env // CRITTER PARAMETERS // Critters are specified by "species". A species // specification begins with the keyword "critters". // Either this is followed by the name of a file // containing the individual critter parameters, or // the parameters appear in this file. Following // the filename (or "critters") if there is no filename, // the number of critters of this species is given. critters generic2.crit 10