Talk:Sandbox (Procedure)

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search

Is this correct?

For Example : fSandboxDurationBase = 0.1000

fSandBoxEnergyMult = 0.0500

fSandboxDurationMultFurniture = 3.0000

fSandBoxEnergyMultFurniture = -0.1000

fSandboxDurationRangeMult = 0.2500

Base Duration = 0.1000 * 3.0000 = 0.3

Energy Duration = 0.3 * (1 + 50 * 0.0500 * -0.1000) = 0.225

Minimum Duration = 0.225 * (1 - 0.2500)

Maximum Duration = 0.225 * (1 + 0.2500)

Average Time Spent = 0.225 or 13.5 mins? Does 1 represent 1 hour??

Likely yes. In the creation kit, time is represented in "game hours" where 1.0 is one hour, 0.5 is thirty minutes, and 0.25 is fifteen minutes. Scrivener07 (talk) 2019-07-03T22:45:54 (EDT)