Jump to content

How to make Player use PathToReference?


Recommended Posts

 

 

Unfortunately the only real way I see to do what I think you want to do is to serialize it. That's just the way the engine and tools were designed to work.

 

 

 

Ok. I may need to cry "uncle" and do it that way.

 

^ what he said, you must implement your own proactive (if spawning then super aggressive) scavenging of references out of aliases to release the resources to avoid pestilence and resource famine effects. Most of my spawning code is accounting watchdogs and scavenging rather than fun.

 

As I'm on a roll ... if you hook up resource monitors you will see that the memory/compute/thread resources allocated to and used by the Fallout game engine don't get anywhere near the OS/hardware available on a sensible system, and of that the Papyrus script processor budget allocation is tiny. OK not "8088 16K RAM manage your bit registers" tiny, but surprisingly small for the amount of stuff that runs to try and deliver near real time interactive entertainment experiences. Ah ! that's better ...

 

I'm not worried about performance as much as sanity. :D

Link to comment
Share on other sites

  • Recently Browsing   0 members

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