Jump to content

SetCellOwnership novac outdoor or Camp McCarran


virginharvester

Recommended Posts

hi sorry for my bad english,

i like to loot everything,

i can SetCellOwnership all other cell,

but i found these 2 cell cannot be SetCellOwnership,

first is outdoor like novac gas station,

the second is "Camp McCarran" outdoor area (Major Dhatri location)

 

i do much thing like:

SetCellOwnership 001498e0

but i am not satisfied with the result,

 

can someone give me a hint how to do this?,

i have geck(creation kit) and FNVEdit,

 

other way is i have this idea,

SetCellOwnership when you open cell

i dont know if it right, but this is the code:

Function Init()
 RegisterForPlayerTeleport()
EndFunction

Event OnPlayerTeleport()
 SetCellOwnership "GetPlayer.GetCurrentCell"; i dont know what syntax to get current CellID
EndEvent

i dont know if this doable, i hope someone can make it for me,

 

anyway, thanks for read, have a nice day

Edited by virginharvester
Link to comment
Share on other sites

Ref TemporaryRef

Function Init()
 RegisterForPlayerTeleport()
EndFunction

Event OnPlayerTeleport()
 Set TemporaryRef To Player.GetParentCell
 SetCellOwnership TemporaryRef
EndEvent

thanks for the reply,

do you have test it?, can you give a way how to apply this?

sorry for ask this, but i cant mod script in geek, because it do not have script in quest tab

or can you upload it?

Link to comment
Share on other sites

So just to be sure, you want a script that will let you remove ownership of items everywhere?

 

Edit: https://drive.google.com/open?id=1X3ocUJSprNqPGj35cgKFEYd_jhhi-nrx

 

Requires NVSE and JIP LN NVSE Plugin

If you want to edit it in the geck, you also need GECK Extender (The optional file)

owh my god, it work, thank you, thank you, thank you, thank you, thank you,

anyway do you publish it?, i like to sent kudo and endorse to your mod

Link to comment
Share on other sites

  • Recently Browsing   0 members

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