|
Go to your intall directory \EA SPORTS\FIFA 11 Demo\Game
create a new text file and rename it from “New Text Document.txt” to “rna.ini”
If your windows explorer doesn’t show the .txt you can copy the file named “GL.ini” / “GL” and rename it to rna
copy and paste the code below exactly (leaving one line empty at the end)
You can also edit an existing RNA file if you have one:
// Extra RNA settings..
//Skip intro movies 0 = off , 1 = on
SKIP_BOOTFLOW=1
//Old FIFA
//==========
// Amateur
// Semi-Pro
// Pro
// World-Class
// Uber
// DIFFICULTY LEVEL
// 0 = AMATEUR
// 1 = SEMI-PRO
// 2 = PRO
// 3 = WORLDCLASS
//MM_DEFAULT_DIFFICULTY_LEVEL = 0
DIFFICULTY=2
//even number
HALF_LENGTH=10
[]
// Rendering (Obviously this slows down everything
// ————————————————————
// remove the “//” to activate the options
//DISABLE_VSYNC=0 // speeds up the frame rate
//DISABLE_MOTION_TRAIL=0
//DISABLE_FLAGS=0
//DISABLE_FLASHES = 0
//DISABLE_FLOORREFLECTIONS=0
//DISABLE_PARTICLES = 0
//DISABLE_VOLUME_LIGHTS = 0
[]
//windowed = 0, fullscreen = 1
FULLSCREEN=1
//1 = on, 0 = off. Extra speed boost
ENABLE_REFEREE=1
ENABLE_LINESMAN=1
ENABLE_LINESMAN_FLAGS=1
//DISABLE_NIS_PLAYBACK=1 // speed boost
//ENABLE_EMOTIONAL_ENGINE=1
//PRE_MATCH_ATMOSPHERE=0 // speed boost
//ENABLE_CHOREOGRAPHIES_CAMERA=0 //celebrations??
[]
//louder crowds
CROWD_TUNE_SECTIONS_HOME_THRESHOLD = 0.15
CROWD_TUNE_SECTIONS_HOME_MIX_THRESHOLD = 0.60
CROWD_TUNE_SECTIONS_AWAY_THRESHOLD = 0.05
CROWD_TUNE_SECTIONS_AWAY_MIX_THRESHOLD = 0.40
CROWD_TUNE_BEHAVIOR_HOME_IN_NEUTRAL = 0.50
CROWD_TUNE_BEHAVIOR_NEUTRAL_IN_HOME = 0.164
A good sample of rna.ini is this:
SKIP_BOOTFLOW=1
DEFAULT_DIFFICULTY_LEVEL = 3
HALF_LENGTH=6
* remember: without SKIP_BOOTFLOW=1 nothing will work.
Close and save and have fun. Mod by avok23. |
|