Difference between revisions of "Talk:Sandbox (Procedure)"

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search
imported>Rasikko
(Sandbox calculation example)
 
imported>Qazaaq
 
Line 2: Line 2:


For Example :
For Example :
       
<code>       
 
fSandboxDurationBase = 0.1000
fSandboxDurationBase = 0.1000


Line 23: Line 22:


Average Time Spent = 0.225 or 13.5 mins?
Average Time Spent = 0.225 or 13.5 mins?
 
</code>
Does 1 represent 1 hour??
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. [[User:Scrivener07|Scrivener07]] ([[User talk:Scrivener07|talk]]) 2019-07-03T22:45:54 (EDT)

Latest revision as of 21:45, 3 July 2019

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)