Difference between revisions of "Template:INI:Papyrus:fUpdateBudgetMS"

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search
imported>Qazaaq
(Created page with "<onlyinclude> == fUpdateBudgetMS == * '''Default:''' <Code>1.2</Code> This setting controls how much time the main Papyrus update loop gets. This loop mainly controls functio...")
 
imported>Qazaaq
 

Latest revision as of 13:30, 30 August 2019

fUpdateBudgetMS[edit source]

  • Default: 1.2

This setting controls how much time the main Papyrus update loop gets. This loop mainly controls function dispatch. If a lot of function calls are being made and a lot of scripts are running, increasing this value may improve script performance at the cost of reduced game framerate. However most of the time the VM won't take this entire time slice and increasing the value will have no effect.