I need help editing this mod please...

Post » Mon Sep 29, 2014 2:34 am

I downloaded this mod and it has a problem with rats and someone said to fix the problem by doing this:

I just fixed it by going into the CK, removing them from the guild faction, putting them back in the default skeever factions (creature, prey, skeever) and setting the rats to be non-aggressive. Now if I want I can slaughter them, but at the same time, if I don't bother them, they don't bother me.

now i believe ive removed them from the thieve's guild faction and riften town faction but the rest i dont know what to do....i cant even find creatures in the ck....can someone help me?

Heres's the mod:

http://www.nexusmods.com/skyrim/mods/48473/?

much appreciate the help...thanks in advance...

User avatar
Thema
 
Posts: 3461
Joined: Thu Sep 21, 2006 2:36 am

Post » Mon Sep 29, 2014 12:11 pm

You can actually do that at run time without editing the factions in the CK. Just add the player to their factions, and when you're done, remove the player from the faction.

You will have to set the faction reaction(SetReaction()) to friend as well, as their "very aggressive" status will override faction relations from AddToFaction().

 Actor property PlayerRef autoFaction PlayerFaction autoFaction SkeeverFaction autoFaction CreatureFaction auto Function SomeFunction(Bool abRemove=False) if (abRemove == False)    PlayerRef.AddToFaction("SkeeverFaction")    PlayerFaction.SetReaction("SkeeverFaction", 3)    PlayerRef.AddToFaction("CreatureFaction")    PlayerFaction.SetReaction("CreatureFaction", 3) else    PlayerRef.RemoveFromFaction("SkeeverFaction")    PlayerFaction.SetReaction("SkeeverFaction", 1)    PlayerRef.RemoveFromFaction("CreatureFaction")    PlayerFaction.SetReaction("CreatureFaction", 1)endifEndFunction
User avatar
BEl J
 
Posts: 3397
Joined: Tue Feb 13, 2007 8:12 am

Post » Mon Sep 29, 2014 1:05 am

I believe this mod added rats and that scripting thing has changed quite a bit since morrowind....so can someone tell me how to find creature in the ck?

User avatar
keri seymour
 
Posts: 3361
Joined: Thu Oct 19, 2006 4:09 am

Post » Mon Sep 29, 2014 7:11 am

I just editted the rat skeevers but was wondering they have the town riften faction and should i remove that as well?

User avatar
tegan fiamengo
 
Posts: 3455
Joined: Mon Jan 29, 2007 9:53 am

Post » Mon Sep 29, 2014 3:11 pm

You can to be on the safe side.

User avatar
BrEezy Baby
 
Posts: 3478
Joined: Sun Mar 11, 2007 4:22 am


Return to V - Skyrim