home *** CD-ROM | disk | FTP | other *** search
/ Informática Multimedia: Special Games / INFESPGAMES.mdf / os2 / planets / universe.cfg < prev    next >
Encoding:
Text File  |  1995-09-02  |  1.6 KB  |  79 lines

  1. ;universe.cfg
  2. ;all tokens are case-insensitive
  3. ;comments begin with a semicolon, empty lines will be ignored
  4.  
  5. ;the following settings create a universe with a smooth growing of money, colonists and minerals
  6.  
  7. ;races (1-10) in ascending sequence, seperated by a space-character
  8. race 2 3 4 6 7 10 
  9.  
  10. ;host-directory
  11. hostdir c:\os2pl\host
  12.  
  13. ;creates new random coordinates for planets (recommended) - (yes or no)
  14. createNewCoords yes
  15.  
  16. ;starbases won't be placed at the borders (comment out if you don't need it)
  17. NoBorder
  18.  
  19. ;minimal distance to next starbase (vary this value if you use an extern starchart or if universe.exe stucks)
  20. minDistance 500
  21. ;maximal distance to next starbase (vary this value if you use an extern starchart or if universe.exe stucks)
  22. maxDistance 800
  23.  
  24. ;number of wormholes (don't specify too much wormholes)
  25. wormholes 5
  26.  
  27. ;number of ionstorms
  28. ionstorms 10
  29.  
  30.  
  31. ;number of colonists
  32. colonists 5000
  33.  
  34. ;money
  35. money 3000
  36.  
  37. ;minmal total dilithium  
  38. minDilTotal 2000
  39. ;maximal total dilithium
  40. maxDilTotal 3000
  41.  
  42. ;minmal total duranium
  43. minDurTotal 2000
  44. ;maximal total duranium
  45. maxDurTotal 10000
  46.  
  47. ;minmal total bilithrium
  48. minBilTotal 2000
  49. ;maximal total bilithrium
  50. maxBilTotal 3000
  51.  
  52. ;minmal total latinum
  53. minLatTotal 1000
  54. ;maximal total latinum
  55. maxLatTotal 2000
  56.  
  57. ;minmal mined dilithium
  58. minDilMined 200
  59. ;maximal mined dilithium
  60. maxDilMined 400
  61.  
  62. ;minmal mined duranium
  63. minDurMined 200
  64. ;maximal mined duranium
  65. maxDurMined 400
  66.  
  67. ;minmal mined bilithrium
  68. minBilMined 200
  69. ;maximal mined bilithrium
  70. maxBilMined 400
  71.  
  72. ;minmal mined latinum
  73. minLatMined 100
  74. ;maximal mined latinum
  75. maxLatMined 200
  76.  
  77.  
  78.  
  79.