home *** CD-ROM | disk | FTP | other *** search
/ Vectronix 2 / VECTRONIX2.iso / FILES_05 / ANORAKS1.LZH / GAME.INI < prev    next >
INI File  |  1995-08-14  |  2KB  |  64 lines

  1. ! This file sets up various parameters of the game; it can be edited
  2. ! and resaved as an ASCII file. Any mistakes in arithmetic cause
  3. ! loading to stop with an error message.
  4.  
  5.     [Version]
  6.     1.01
  7. ! Not used yet
  8.  
  9.     [Times]
  10.     60    24    30    12    21    6
  11. ! Minutes in an hour, hours in a day, days in a month, months in a
  12. ! year, camping time, waking time.
  13. ! Move time is measured in minutes; rest time and others in hours.
  14. ! Stats are normally lost by day and regenerated by hours of rest, so
  15. ! the day/night ratio is significant.
  16.  
  17.     [Folders]
  18.     a:\saves\    a:\walking\
  19.     a:\worlds\    a:\statics\
  20. ! Where the various auxiliary files are found; in systems without a
  21. ! hard disk, the game should ask for the right disk to be inserted
  22. ! in the right drive if it's setup properly.
  23. ! Creation and setup have to be done by hand unless you are using the
  24. ! defaults on a hard disk, when you can run EDIT_INI.TOS.
  25. ! THERE MUST BE AT LEAST ONE COMMENT LINE!
  26.  
  27.     [Experience]
  28.     12    100    200    400    800    1600    3200    6400    12800    25600    51200
  29. ! The first number is the number of stat-points gained per level; the
  30. ! rest are the experience points at which the level increases.
  31. ! Current limit is 14 levels starting at 1, and the variables are long.    
  32.  
  33.     [Attacks]
  34.     hits    jabs_at    bashes    grabs_at    claws    smites    bites    stings
  35.     slashes    gnaws_on    kicks    gazes_at
  36. ! The verbs used for the attacks of various monsters; it adds variety
  37. ! and amused me. Underlines are translated into spaces.
  38. ! Current limit is 14 verbs.
  39.     
  40.     [Variables]
  41.     6    1    0    1    20
  42. ! Starting  hour, day, month and year. The next number is a peacefulness
  43. ! rating; increasing it lowers the number of fights, and vice-versa.
  44.     
  45.     [Months]
  46.     Opening    Rains    Sowing    Blossoms Growing Longsun    Thirst    Trade
  47.     Storms    Fruitful    Resting    Yearend
  48. ! Names of the months; again, it amused me.
  49. ! Can't be more than number of months; current limit is 16.
  50.  
  51.     [Music]
  52.     intro.mus    ! Background
  53.     fight.mus    ! Fights
  54.     money.mus    ! Looting
  55.     session.mus    ! Meetings
  56.     garden.mus    ! Towns
  57.     castle.mus    ! Blue Tower
  58.     crack.mus
  59. ! Tunes for all occasions, depending on what's available. Current
  60. ! limit is 14, but I don't have that many.
  61.  
  62.     [Mallocs]
  63.     139556    8630    19837    4158    1222    13384
  64. ! Change these at your own risk.