home *** CD-ROM | disk | FTP | other *** search
/ The Animals of Farthing Wood / BBCMM003.iso / compress / system.z / CONFIG.D < prev    next >
Text File  |  1996-12-11  |  2KB  |  96 lines

  1.  
  2. {
  3.     MaxEnergyLevel "1000"
  4.     VideoPauseDelay "100"
  5.     Cursor "directs\nodirect"
  6.     WaitCursor "directs\wait"
  7.     InterruptCursor "directs\inter"
  8.     SequencesInterruptable "0"
  9.     WalkThrough "0"
  10.         ShowGameEditor "0"
  11.         ShowPopupMenu "0"
  12.        ShowMemory "0"
  13.     ErrorsMsgBox "0"
  14.     CurrentMode "Start"
  15.     RestoreMode "Investigation"
  16.      PreloadedSounds
  17.         {
  18.         "atmos\suck3"
  19.         "atmos\click2"
  20.         "atmos\click3"
  21.         "games\sqg\nutfall"
  22.         "games\sqg\eatnut"
  23.         "games\sqg\fly2"
  24.         "games\sqg\landing"
  25.         "games\sqg\takeoff"
  26.         "games\moleg\munch"
  27.         "games\moleg\wiggly"
  28.         "games\moleg\tun2"
  29.         "games\moleg\fastwalk"
  30.         "games\river\fallin"
  31.         "games\road\carhit1"
  32.         "games\common\pothit"
  33.         "games\common\potthrow"
  34.         "games\foxg\foxeat"
  35.         "games\rabg\eat"
  36.         }
  37.     Modes
  38.     {
  39.         User "User"
  40.         Investigation "Invest"
  41.         RiverGame "river"
  42.         MoleGame "moleg"
  43.         SquirrelGame "sqg"
  44.         FoxGame "FoxG"
  45.         Night "Night"
  46.         RabbitGame "RabG"
  47.         RoadGame "Road"
  48.         GameOver "GameOver"
  49.         Start   "start"
  50.         Quit     "quit"
  51.         Win      "win"
  52.     }
  53.     Directories
  54.     {
  55.         Dat
  56.         {
  57.             "dat"
  58.         }
  59.         Sound
  60.         {
  61.             "res"
  62.         }
  63.         Video
  64.         {
  65.             "."
  66.         }
  67.         Bitmap
  68.         {
  69.             "res"
  70.         }
  71.         Scripts
  72.         {
  73.              "dat\scripts"
  74.             
  75.         }
  76.     }
  77.     SaveDir "save"
  78.     GameClock
  79.     {
  80.         SecsPerHour "30"
  81.         HoursPerDay "14"
  82.     }
  83.     Goal "FoxFound"
  84.     Collections
  85.     {
  86.          "Hedge"
  87.         {
  88.             Objects
  89.             {
  90.                  "Goshawk"
  91.             }
  92.             SelectedObject "Goshawk"
  93.         }
  94.     }
  95. }
  96.