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 >
Wrap
INI File
|
2002-03-07
|
3KB
|
151 lines
//
// Main configuration file for FIFA World Cup 2002 PC Demo
//
// This must be set to 1 for demo mode.
DEMO_MODE=1
// 0 = allow multiple games
// 1 = exit after one game
DEMO_ONE_GAME_ONLY=0
// 0 = go straight to gameplay with no side select
// 1 = show side select screen before entering gameplay
START_WITH_SIDE_SELECT=1
// 0 - allow pause menu to be selected (by pressing ESC from gameplay)
// 1 - don't allow pause menu
DISABLE_PAUSE_MENU = 0
// 0 = allow options to be selected from in-game pause menu
// 1 = don't allow options to be selected
DISABLE_OPTIONS_MENU=1
// 0 - allow in-game popups to be shown
// 1 - hide popups
DISABLE_POPUPS = 0
// Configure pre and post-game screens. Format is:
// <MODE>_SCREEN<n>=<name>,<seconds>,<skippable>,<firstonly>
// <MODE> is PREGAME or POSTGAME
// <name> corresponds to the name of the .tga file in pc/demo/backgrounds
// <seconds> is how long to display the screen (-1 to display until user skips)
// <skippable> is 1 if the user can skip the screen with a keypress.
// <firstonly> is 1 if screen should only be shown the first time the game is run.
PREGAME_SCREEN1=esrb,3,0,1
PREGAME_SCREEN2=easp,3,0,1
PREGAME_SCREEN3=legl,5,0,1
PREGAME_SCREEN4=titl,20,1,0
PREGAME_SCREEN5=load,0,0,0
POSTGAME_SCREEN1=sell,10,0,0
// Loading bar position and size.
LOADBAR_X=220
LOADBAR_Y=433
LOADBAR_W=382
LOADBAR_H=12
// Select home and away team.
// 1318 = England
// 1335 = France
// 1337 = Germany
// 1370 = Brazil
// 1375 = Paraguay
// 1377 = Uruguay
// 1386 = Mexico
// 1667 = Senegal
// See fcdb_def.h for team ID numbers.
HOME_TEAM=1386
AWAY_TEAM=1377
// Change this for different languages. Languages are:
// 0 - English
// 2 - French
// 3 - German
// 4 - Italian
// 5 - Spanish
// 6 - Swedish
// 7 - Dutch
// 8 - Brazilian Portuguese
// 9 - Greek
// 10 - Hebrew
// 11 - Japanese
// 12 - Korean
LANGUAGE_ID=0
// Leave these as is
ADBOARD_TEXTURES=1
RANDOM_SEED=1234
WINDOWED=0
// --- Set various front-end options ---
[OPTIONS]
// Stadium is 0-19:
// 0 = Busan
// 1 = Daejeon
// 2 = Suwon
// 3 = Seoul
// 4 = Daegu
// 5 = Ulsan
// 6 = Incheon
// 7 = Jeonju
// 8 = Gwangju
// 9 = Seogwipo
// 10 = Sapporo
// 11 = Miyagi
// 12 = Niigata
// 13 = Ibaraki
// 14 = Saitama
// 15 = Yokohama
// 16 = Shizuoka
// 17 = Osaka
// 18 = Kobe
// 19 = Oita
STADIUM = 3
// 0 = day, 1 = night
TIME = 0
// 0 = clear, 1 = rain (not supported in World Cup)
WEATHER = 0
// Self-explanatory
HALF_MINUTES = 2
// 0 = beginner
// 1 = amateur
// 2 = professional
// 3 = world class
DIFFICULTY = 2
// 0 = slow
// 1 = normal
// 2 = faster
// 3 = fastest
GAME_SPEED = 1
// 0 = telecam
// 1 = tower
// 2 = endzone
// 3 = sideline
// 4 = panoramic
// 5 = action
// 6 = dynamic end
// 7 = swing
CAMERA = 0
// 0 = commentary
// 1 = on-the-field
SFXMIX = 0
// 0 = off
// 1 = on
BOOKINGS = 0
INJURIES = 0
OFFSIDES = 0
FATIGUE = 0
TIME_DISPLAY = 1
SCORE_DISPLAY = 1
INDICATORS = 1