Jump to content

The SetEssential <PlayerBase Id> not working


Newtonext1234

Recommended Posts

Hi, I also fallout4 enjoy:}

however I have encountered this since go to VR simulation on quest "Best left forgotten" of far harbor.

I could get effect set essential console command before into VR but I got out from VR,

it is not effect anymore..

I think this quest are include script "MQ04Script" and I found it process "player.setEssential(True)" and "player.setEssential(False)".

I tried disable mod that are using like above command, but it was not effect...

it look like, script can done correctly other than above commands and I feel

when run were "player.setEssential(False)" by script, console command "set essential 00000007 1" was disable always.

currently, player can death and restart correctly.

what is reason?

Edited by Newtonext1234
Link to comment
Share on other sites

I'd use a papyrus script instead of console commands.

Scriptname SCRIPTNAMEHERE extends ReferenceAlias Const

Actor Property PlayerRef Auto Const


Event OnInIt()
	PlayerRef.SetEssential(true)
EndEvent

Event OnPlayerLoadGame()
	PlayerRef.SetEssential(true)
EndEvent

Link to comment
Share on other sites

I tried run script of mod that I installed like your code and player could become get essential value :0

as result, I will be able to fulfil my purpose :}

by the way in this case, the player couldn't get essential true value by console anymore, can it?

Thank you for quick information :}

Link to comment
Share on other sites

  • 6 months later...

 

I'd use a papyrus script instead of console commands.

Scriptname SCRIPTNAMEHERE extends ReferenceAlias Const

Actor Property PlayerRef Auto Const


Event OnInIt()
	PlayerRef.SetEssential(true)
EndEvent

Event OnPlayerLoadGame()
	PlayerRef.SetEssential(true)
EndEvent

goodness gracious how on earth does somebody 'on earth' run/use that papyrus script?

like... PLEEEEESE?

Link to comment
Share on other sites

  • Recently Browsing   0 members

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