home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha Extra 2002 January / CMExtra2.iso / FIFA2002WC / fifa_worldcup_2002_demo.exe / data / cmn / ini.big / soccer.ini < prev    next >
INI File  |  2002-03-07  |  3KB  |  151 lines

  1. //
  2. // Main configuration file for FIFA World Cup 2002 PC Demo
  3. //
  4.  
  5. // This must be set to 1 for demo mode.
  6. DEMO_MODE=1
  7.  
  8. // 0 = allow multiple games
  9. // 1 = exit after one game
  10. DEMO_ONE_GAME_ONLY=0
  11.  
  12. // 0 = go straight to gameplay with no side select
  13. // 1 = show side select screen before entering gameplay
  14. START_WITH_SIDE_SELECT=1
  15.  
  16. // 0 - allow pause menu to be selected (by pressing ESC from gameplay)
  17. // 1 - don't allow pause menu
  18. DISABLE_PAUSE_MENU = 0
  19.  
  20. // 0 = allow options to be selected from in-game pause menu
  21. // 1 = don't allow options to be selected
  22. DISABLE_OPTIONS_MENU=1
  23.  
  24. // 0 - allow in-game popups to be shown
  25. // 1 - hide popups
  26. DISABLE_POPUPS = 0
  27.  
  28. // Configure pre and post-game screens. Format is:
  29. //        <MODE>_SCREEN<n>=<name>,<seconds>,<skippable>,<firstonly>
  30. // <MODE> is PREGAME or POSTGAME
  31. // <name> corresponds to the name of the .tga file in pc/demo/backgrounds
  32. // <seconds> is how long to display the screen (-1 to display until user skips)
  33. // <skippable> is 1 if the user can skip the screen with a keypress.
  34. // <firstonly> is 1 if screen should only be shown the first time the game is run.
  35. PREGAME_SCREEN1=esrb,3,0,1
  36. PREGAME_SCREEN2=easp,3,0,1
  37. PREGAME_SCREEN3=legl,5,0,1
  38. PREGAME_SCREEN4=titl,20,1,0
  39. PREGAME_SCREEN5=load,0,0,0
  40. POSTGAME_SCREEN1=sell,10,0,0
  41.  
  42. // Loading bar position and size.
  43. LOADBAR_X=220
  44. LOADBAR_Y=433
  45. LOADBAR_W=382
  46. LOADBAR_H=12
  47.  
  48. // Select home and away team.
  49. // 1318 = England 
  50. // 1335 = France
  51. // 1337 = Germany
  52. // 1370 = Brazil
  53. // 1375 = Paraguay
  54. // 1377 = Uruguay
  55. // 1386 = Mexico
  56. // 1667 = Senegal
  57. // See fcdb_def.h for team ID numbers.
  58. HOME_TEAM=1386
  59. AWAY_TEAM=1377
  60.  
  61. // Change this for different languages. Languages are:
  62. // 0 - English
  63. // 2 - French
  64. // 3 - German
  65. // 4 - Italian
  66. // 5 - Spanish
  67. // 6 - Swedish
  68. // 7 - Dutch
  69. // 8 - Brazilian Portuguese
  70. // 9 - Greek
  71. // 10 - Hebrew
  72. // 11 - Japanese
  73. // 12 - Korean
  74. LANGUAGE_ID=0
  75.  
  76. // Leave these as is
  77. ADBOARD_TEXTURES=1
  78. RANDOM_SEED=1234
  79. WINDOWED=0
  80.  
  81. // --- Set various front-end options ---
  82. [OPTIONS]
  83.  
  84. // Stadium is 0-19:
  85. //    0 =  Busan
  86. //    1 =  Daejeon
  87. //    2 =  Suwon
  88. //    3 =  Seoul
  89. //    4 =  Daegu
  90. //    5 =  Ulsan
  91. //    6 =  Incheon
  92. //    7 =  Jeonju
  93. //    8 =  Gwangju
  94. //    9 =  Seogwipo
  95. //    10 = Sapporo
  96. //    11 = Miyagi
  97. //    12 = Niigata
  98. //    13 = Ibaraki
  99. //    14 = Saitama
  100. //    15 = Yokohama
  101. //    16 = Shizuoka
  102. //    17 = Osaka
  103. //    18 = Kobe
  104. //    19 = Oita
  105. STADIUM = 3
  106.  
  107. // 0 = day, 1 = night
  108. TIME = 0
  109.  
  110. // 0 = clear, 1 = rain (not supported in World Cup)
  111. WEATHER = 0
  112.  
  113. // Self-explanatory
  114. HALF_MINUTES = 2
  115.  
  116. // 0 = beginner
  117. // 1 = amateur
  118. // 2 = professional
  119. // 3 = world class
  120. DIFFICULTY = 2
  121.  
  122. // 0 = slow
  123. // 1 = normal
  124. // 2 = faster
  125. // 3 = fastest
  126. GAME_SPEED = 1
  127.  
  128. // 0 = telecam
  129. // 1 = tower
  130. // 2 = endzone
  131. // 3 = sideline
  132. // 4 = panoramic
  133. // 5 = action
  134. // 6 = dynamic end
  135. // 7 = swing
  136. CAMERA = 0
  137.  
  138. // 0 = commentary
  139. // 1 = on-the-field
  140. SFXMIX = 0
  141.  
  142. // 0 = off
  143. // 1 = on
  144. BOOKINGS = 0
  145. INJURIES = 0
  146. OFFSIDES = 0
  147. FATIGUE = 0
  148. TIME_DISPLAY = 1
  149. SCORE_DISPLAY = 1
  150. INDICATORS = 1
  151.