Newtonext1234 Posted May 4, 2021 Share Posted May 4, 2021 (edited) 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 feelwhen 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 May 4, 2021 by Newtonext1234 Link to comment Share on other sites More sharing options...
LarannKiar Posted May 4, 2021 Share Posted May 4, 2021 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 More sharing options...
Newtonext1234 Posted May 4, 2021 Author Share Posted May 4, 2021 I tried run script of mod that I installed like your code and player could become get essential value :0as 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 More sharing options...
LarannKiar Posted May 4, 2021 Share Posted May 4, 2021 Console commands are not a reliable way to make the player essential. Link to comment Share on other sites More sharing options...
Newtonext1234 Posted May 5, 2021 Author Share Posted May 5, 2021 thxwhen I need change like it, I will use Script :} Link to comment Share on other sites More sharing options...
Drivinghard Posted November 23, 2021 Share Posted November 23, 2021 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 More sharing options...
Recommended Posts