Jump to content

Creation Kit NPC's turn on PC


jfraser

Recommended Posts

Posted

This appears to be more of a general "get Skyrim to work" thread, but since I don't see a "modder's help" section, I'll post this here.

 

I am making stories to go with the alternate starts in Live Another Life. I am working on the vampire start now.

 

What I need is this: if the player chooses not to do what the vampires ask, i want them to turn hostile. but I can't get it to work. I removed the player from vampirefaction, b03vampirefaction (or something like that), vampirepcfaction, and even vampirethrallfaction, but the npc vampires remain relaxed and non-violent. There was also a function i found while trying to Google tor help that is supposed to make the player instantly hated or something like that, which also didn't work.

 

Any ideas?

 

Thanks.

Guest Plastrader
Posted

There are three things you can try using scripts and one editing the faction itself(not recommended I guess)

 

I don't know which one of these you did try, but have a look at:

 

http://www.creationkit.com/SetEnemy_-_Faction

pPlayerFaction.SetEnemy(pVampireFaction)

 

http://www.creationkit.com/SetPlayerEnemy_-_Faction

pVampireFaction.SetPlayerEnemy()

 

http://www.creationkit.com/SetReaction_-_Faction

pVampireFaction.SetReaction(pPlayerFaction, -242)

 

I haven't tried these, but they should work and again they might not as some of the examples on the CK-wiki doesn't work

But please try either of them, if they don't work, tell me and I'll dig into it(deeper)

 

[edit]

and yes, scripting questions go on this forum.

Posted

There are three things you can try using scripts and one editing the faction itself(not recommended I guess)

 

I don't know which one of these you did try, but have a look at:

 

http://www.creationkit.com/SetEnemy_-_Faction

pPlayerFaction.SetEnemy(pVampireFaction)

 

http://www.creationkit.com/SetPlayerEnemy_-_Faction

pVampireFaction.SetPlayerEnemy()

 

http://www.creationkit.com/SetReaction_-_Faction

pVampireFaction.SetReaction(pPlayerFaction, -242)

 

I haven't tried these, but they should work and again they might not as some of the examples on the CK-wiki doesn't work

But please try either of them, if they don't work, tell me and I'll dig into it(deeper)

 

[edit]

and yes, scripting questions go on this forum.

One if these - I think it was the setplayerenemy() function - worked, thanks.

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

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