Advertisement
Guest User

TERA UI Lag Fix

a guest
Nov 21st, 2012
10,174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. UI Lag fix
  2.  
  3. --
  4.  
  5. 1. Put the limit to 10mb OR higher here :
  6. http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager03.html
  7.  
  8. 2. Add the folder (Tera) here :
  9. http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager04.html
  10.  
  11. 3. If you have an Antivirus program, add the tera executable files as exceptions to realtime scans
  12.  
  13. 4. Make the following changes in your C:\Program Files (x86)\TERA\Client\S1Game\Config\S1Engine.ini (Make sure you make the ini file real only after you make the changes and save them)
  14.  
  15. [TextureStreaming]
  16. PoolSize=800
  17. HysteresisLimit=50
  18. DropMipLevelsLimit=50
  19. StopIncreasingLimit=45
  20. StopStreamingLimit=40
  21. MinFudgeFactor=1
  22. FudgeFactorIncreaseRateOfChange=0.5
  23. FudgeFactorDecreaseRateOfChange=-0.4
  24. MinRequestedMipsToConsider=30
  25. MinTimeToGuaranteeMinMipCount=20
  26. MaxTimeToGuaranteeMinMipCount=30
  27. UseTextureFileCache=True
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement