Jump to content

Skyrim.ini Papyrys tweaks fps decreasing problem


Belweg

Recommended Posts

I just recently started getting script lag on my skyrim and tried to search a some kind of fix for it and in many threads I came across these lines:

 

[Papyrus]
fUpdateBudgetMS=800
fExtraTaskletBudgetMS=800
fPostLoadUpdateTimeMS=2000
iMinMemoryPageSize=256
iMaxMemoryPageSize=512
iMaxAllocatedMemoryBytes=2457600
Those lines seemed to end my script lag, but also affected to my fps with a very weird way. After few moments no matter where I am and what I do, my fps will start decreasing slowly from solid 60-70 to solid 4-7. If I pause my game, then my fps goes back to 60-70, but the decreasing starts again when I start playing.
I run the game with everything maxed out and never had any fps issues before.
Any idea what might cause it?
Edited by Belweg
Link to comment
Share on other sites

Those settings are mad.

 

fUpdateBudgetMS=800
fExtraTaskletBudgetMS=800
I think the defaults for those are 1.2ms ... yours are like 650x higher.
iMinMemoryPageSize=256
iMaxMemoryPageSize=512

 

try 128 and 256

 

iMaxAllocatedMemoryBytes=2457600

 

2 MB? the default is around 70KB

 

Those settings are really extreme... don't your scripts just lag more, eventually crippling your system

 

Link to comment
Share on other sites

Well, those settings just came out in several discussions and seemed to work for some people and also ended the script lag for me. I really dont know much about these things, I´ll just read guides that other peoples do and try to find the best settings for my game. I´ve tried several other settings already without any results, seems like those settings are the only one that helped.

 

http://skyrim.nexusmods.com/articles/1153//?

http://forums.nexusmods.com/index.php?/topic/894681-skyrim-script-lag/

http://www.loverslab.com/topic/15454-solutions-to-slow-running-scripts-in-skyrim/

http://forums.nexusmods.com/index.php?/topic/791511-script-lag/

Edited by Belweg
Link to comment
Share on other sites

Well, which scripts are lagging? Vanilla scripts or mod scripts? Perhaps the mod scripts are just not very fast, maybe there are better (or even unscripted) version around...

 

And sure, they end script lag because you basically give them a lot of time to load before they are executed. However as you might of noticed - it comes with other problems at the side...

 

Maybe try this;

 

[Papyrus]
fUpdateBudgetMS=12
fExtraTaskletBudgetMS=12
fPostLoadUpdateTimeMS=1200.0
bEnableLogging=0
bEnableTrace=0
bLoadDebugInformation=0
iMaxMemoryPageSize=512
iMinMemoryPageSize=128
iMaxAllocatedMemoryBytes=1048576

 

(not very efficient settings, but it gives your scripts 10x more time to load - hopefully helps you a bit. More info here: http://www.creationkit.com/INI_Settings_(Papyrus)

Link to comment
Share on other sites

It was mostly mod scripts that were lagging but affected also to some vanilla scripts and those settings didnt erase it, however its pretty much fine now, since I did some cleaning. I run pretty heavily modded skyrim, so I uninstalled those most heavily scripted mods, also cleaned the scripts and made a clean save.

 

Now its it seems to work pretty good with those settings you gave, so thanks for the help.

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...