Player
Revision as of 10:09, 29 August 2019 by imported>Qazaaq
The Player is a special Actor reference which is controlled by the User.
The Player is almost always loaded by Fallout 4 and uses a named reference called PlayerREF
.
The Players base Actor form is called Player
.
The developers used a design paradigm dubbed "Atlas" to optimize how and when Fallout 4 loads data. With interior and exterior WorldSpaces, only the Cells immediately surrounding the Player will be loaded by Fallout 4. How and when WorldSpaces are loaded all rests on the Players shoulders.
Notes[edit | edit source]
- The Initialization File setting called
uGridsToLoad
will influence how many Cells are loaded surrounding the Player. It is not recommended to alter this setting.