• This is a reminder of 3 IMPORTANT RULES:

    1- External self-promotion websites or apps are NOT allowed here, like Discord/Twitter/Patreon/etc.

    2- Do NOT post in other languages. English-only.

    3- Crack/Warez/Piracy talk is NOT allowed.

    Breaking any of the above rules will result in your messages being deleted and you will be banned upon repetition.

    Please, stop by this thread SoccerGaming Forum Rules And Guidelines and make sure you read and understand our policies.

    Thank you!

FIFA 12 "rna.ini" configs

regularcat

Manager
Moderator
hello;3127198 said:
what do you recommend for a guy who still lags even after doing what rinaldo on fifa-master.com said and who put in the low settings .lua file from that doctor guy?

editing what rinaldo says has no effect for anyone really.

what os are you running ?
 

bangus

Starting XI
hello;3127198 said:
what do you recommend for a guy who still lags even after doing what rinaldo on fifa-master.com said and who put in the low settings .lua file from that doctor guy?
I would use Fidel's (Doctor guy) crowd remover mod. If you need help installing it I can help out. I got it working, although some people seemed to have a problem with it.
 

destrones

Reserve Team
That one i didnt know and its interesting. What does window mode have to do with cheating online? cheaters use programs or something?

Im not giving myself anything, i was being somehow sarcastic because answering most questions dont take much time but most members dont even take that time to do it, thats why i said that. When i start a thread is often to ask about something i dont know (and its obviously a "how to"), many people do that and thats why you have a support forum, i dont see anything wrong with that. When i reply to a thread is a different story, if i see somebody asking about something i do know then i reply, if i have a question regarding the thread i ask. Thats completely normal and there is nothing wrong with that. However, many people do know answers to questions like AndyCR7's and YET dont take the time to answer them and help other users. Thats what is wrong.
 

regularcat

Manager
Moderator
destrones;3127268 said:
That one i didnt know and its interesting. What does window mode have to do with cheating online? cheaters use programs or something?

Im not giving myself anything, i was being somehow sarcastic because answering most questions dont take much time but most members dont even take that time to do it, thats why i said that. When i start a thread is often to ask about something i dont know (and its obviously a "how to"), many people do that and thats why you have a support forum, i dont see anything wrong with that. When i reply to a thread is a different story, if i see somebody asking about something i do know then i reply, if i have a question regarding the thread i ask. Thats completely normal and there is nothing wrong with that. However, many people do know answers to questions like AndyCR7's and YET dont take the time to answer them and help other users. Thats what is wrong.

im not saying it isnt wrong, but you need to remember that most of the members in this section of sg dont know the answers.

i hate the fact that people are just not willing to search for the answers, considering most questions have been asked & have been answered already & they would rather clog up the forums w/ duplicate threads then use the search function.

people say the search function dont work, well it does they just dont feel like going through the results to find the answer.

this is something ive hated since day 1 of being here, now that im a mod im going to go all out to stop it.

if i have the answer the member is looking for & he has mentioned that he has searched & has come up w/ nothing then i will answer him.

i will not help the ones who do not attempt to help themselves, period.

take ewan27's thread for the perfect example, he had a question, searched but didnt find the answer he was looking for, he then proceeded to find a thread related to it & asked for help in there.
before he knew it he had his answer & was on his way to editing.

but at least he respects how things are supposed to be around here & he was rewarded for it.

there is no reason anyone else cant do this, the forum needs structure & its going to get it.
 

regularcat

Manager
Moderator
hello;3127776 said:
i run on windows vista.

try closing everything you dont need open while fifa is running & turn off all the vista visuals to allow more memory to be used by your gpu & ram & set the exe priority to high.
 

regularcat

Manager
Moderator
hello;3127798 said:
did that. the lags are less frequent than it used to be but they are more violent...

make a backup of your settings.lua.

copy this into your settings.lua.

Code:
local InitializeSettings = function()
	local as = gSportsRNA
	local settingTable = as:GetTable("Settings")

	-- Force LevelOfDetail - 'high', 'medium', 'low', 'superlow'
	local levelOfDetail = as:GetString(settingTable, "LevelOfDetail") 
	if (levelOfDetail == "") then
		levelOfDetail = "high"
		as:SetString(settingTable, "LevelOfDetail", levelOfDetail)
	end

--	levelOfDetail = "low"

	-- Set up defaults (high detail)
	as:SetInt(settingTable, "DropMipRX3_MipsToDrop", 512)			-- number of mips to drop from RX3 textures
	as:SetInt(settingTable, "DropMipRX3_MinTexDimension", 512)	-- minimum size (here we will ignore the number of mips to drop)
	as:SetInt(settingTable, "FlatShadow_ScaleReduction", 3)		-- flat shadow dimensions 			(0 is normal, 1 is half, 2 is quarter, 3 is an eigth)
	as:SetInt(settingTable, "FlatShadow_MaxLights", 1)			-- max number of lights to allow
	as:SetInt(settingTable, "Jumbotron_ScaleReduction", 0)		-- jumbotron render scale reduction 
	as:SetInt(settingTable, "SelfShadow", 0)		
	as:SetInt(settingTable, "SelfShadow_ScaleReduction", 2)		-- selfshadow render scale reduction (0 normal, 1 half, 2 quartered)
	as:SetInt(settingTable, "PostFX_RainDrops", 0)
	if ( EA_PLATFORM_MAC == true ) then
		as:SetInt(settingTable, "PostFX_AutoExp", 0) -- Turn off autoexposure on MAC (This causes it to use simple exposure)
	else
		as:SetInt(settingTable, "PostFX_AutoExp", 1)
	end
	as:SetInt(settingTable, "PostFX_Bloom", 1)
	as:SetInt(settingTable, "PostFX_DOF", 0)
	as:SetInt(settingTable, "PostFX_Rectilinear", 1)
	as:SetInt(settingTable, "PostFX_Vignette", 1)
	as:SetInt(settingTable, "PostFX_ColorCube", 1)
	as:SetInt(settingTable, "PostFX_ColorCubeDepth", 1)

	as:SetInt(settingTable, "Grass", 0)
	as:SetInt(settingTable, "Cloth", 0)
	as:SetFloat(settingTable, "PlayerLodPercentageMultiplier", 1.0)
	as:SetInt(settingTable, "PlayerLodMinimum", 0)

then save & regenerate & test.
 

pauloco

Youth Team
[LOCALE]
LEGAL_SCREEN_DISPLAY_TIME=0
USE_LANGUAGE_SELECT = 9 //1 to enable language select
PUBLISHING_REGION = EU
DEFAULT_LANGUAGE = por,pt // put here your language for example: spa,es
CAMERA_ZOOM_MODIFIER_BROADCAST =0.06
CAMERA_HEIGHT_MODIFIER_BROADCAST =200.1
CAMERA_ZOOM_MODIFIER_TELEBROADCAST =0.020
CAMERA_HEIGHT_MODIFIER_TELEBROADCAST =200.1
CAMERA_ZOOM_MODIFIER_COOP=0.05
CAMERA_HEIGHT_MODIFIER_COOP=200.1
CAMERA_ZOOM_MODIFIER_TELE =0.06
CAMERA_ZOOM_MODIFIER_DYNAMIC_V2 =0.05
CAMERA_ZOOM_MODIFIER_DYNAMIC =0.05
CAMERA_ZOOM_MODIFIER_END_TO_END =0.05
TUNE_PLAYER_SKILLS_DRIBBLING=500
TUNE_PLAYER_SKILLS_TACKLING=500
TUNE_PLAYER_SKILLS_ONE_TIME_PASSER =100
TUNE_PLAYER_SKILLS_OUTSIDE_FOOT_SHOT =500
TUNE_PLAYER_SKILLS_OUTSIDE_PASSER =100
TUNE_PLAYER_SKILLS_POWER_HEADER =100
TUNE_PLAYER_SKILLS_SPEED_DRIBBLER =0
TUNE_PLAYER_SKILLS_STANDING_TACKLE =0
TUNE_PLAYER_SKILLS_SWERVE =200
TUNE_PLAYER_SKILLS_VOLLEYS =150

TUNE_PLAYER_SKILLS_DRAG=100
TUNE_PLAYER_SKILLS_FLICK=100
TUNE_PLAYER_SKILLS_SCOOP=150
TUNE_GAME_PACE_TEMPO=300
TUNE_PLAYER_SKILLS_BACK_FLICK=250
TUNE_PLAYER_SKILLS_DRAG_FLICK=250
TUNE_PLAYER_SKILLS_BACK_HEEL=250
TUNE_PLAYER_SKILLS_BICYCLE_KICK=250
 

regularcat

Manager
Moderator
pauloco;3127871 said:
TUNE_PLAYER_SKILLS_DRIBBLING=500
TUNE_PLAYER_SKILLS_TACKLING=500
TUNE_PLAYER_SKILLS_ONE_TIME_PASSER =100
TUNE_PLAYER_SKILLS_OUTSIDE_FOOT_SHOT =500
TUNE_PLAYER_SKILLS_OUTSIDE_PASSER =100
TUNE_PLAYER_SKILLS_POWER_HEADER =100
TUNE_PLAYER_SKILLS_SPEED_DRIBBLER =0
TUNE_PLAYER_SKILLS_STANDING_TACKLE =0
TUNE_PLAYER_SKILLS_SWERVE =200
TUNE_PLAYER_SKILLS_VOLLEYS =150

TUNE_PLAYER_SKILLS_DRAG=100
TUNE_PLAYER_SKILLS_FLICK=100
TUNE_PLAYER_SKILLS_SCOOP=150
TUNE_GAME_PACE_TEMPO=300
TUNE_PLAYER_SKILLS_BACK_FLICK=250
TUNE_PLAYER_SKILLS_DRAG_FLICK=250
TUNE_PLAYER_SKILLS_BACK_HEEL=250
TUNE_PLAYER_SKILLS_BICYCLE_KICK=250

these do absolutely nothing, no idea where you found them.
or maybe you just made them up.
 

bruno167

Senior Squad
Does anybody know any parameter to increase custom chants volume?
I only have this "MAIN_OUT_CHANTS_VOL = 500 " but doesn´t work.
 

destrones

Reserve Team
Thanks bangus, that was helpful.

Regularcat, i agree but you have also to consider that many times you just find the right keyword to search, and that the search on this forum is not so good either. I always end up using google instead for searching something within the forum. I waiways use search but there is times i still cant find something im looking for.
 

hello

Youth Team
regularcat;3127875 said:
delete the lua folder & regenerate.

what is your hardware specs bro ?

cpu & gpu ?

-dual core processor 4800+, 2.5 mhz
-3 gigs of RAM
-ATI Radeon 3450

anything else you need to know?
 

Liv_Tyler

Youth Team
regularcat;3127855 said:
make a backup of your settings.lua.

copy this into your settings.lua.

then save & regenerate & test.

My friend your settings are not low settings...

Low settings are 0 for all post fx, disable (0) grass and kits and faces to 0.15...

I think the problem is with the most of Nvidia graphic cards and lower ATI cards...
 

pauloco

Youth Team
Thanks regularcat i copied from fifa 11, i keep trying but now with filemaster will be more wasy. I lose my old rna.ini i found some lines in fidel topic that makes the game a little fast, somenoe can help? thanks
 


Top