Jump to content

PersistenceLocation = VirtualLocation or PersistAllLocation


SKKmods

Recommended Posts

I am trying to GetFormFromFile remote lookups for the DLC companions object references.

 

 

DLC03_CompanionOldLongfellowREF and DLC04GageREF work fine, but DLC01AdaREF simply will not resolve direct or indirect;

ObjectReference DLC01AdaREF = Game.GetFormFromFile(0x0000ff12, "DLCRobot.esm") as ObjectReference

ActorBase DLC01Ada = Game.GetFormFromFile(0x0000fd5a, "DLCRobot.esm") as ActorBase
Actor ThisActor = DLC01Ada.GetUniqueActor()

Same symptoms as being non persistent, but DLC01AdaREF has quest aliases and script variable pointing at it and shows Persistent flag in xEdit.

 

The only unsusual thing I can see is that the object reference PersistenceLocation is set to "VirtualLocation" and that has a VirtualLocation_DO default object suggesting some game engine level trickery.

 

No other companions have that persist loc, although Longfellow is set to PersistAllLocation > PersistAllLocation_DO along with a bunch of others.

 

Any ideas on what those PersistenceLocations may be about ?

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...