Jump to content

First Mod - Need Feedback/Alphatest


h4n4

Recommended Posts

Release: http://www.nexusmods.com/skyrim/mods/56017/?

 

Please dont reply anymore

 

 

 

 

Hi Nexus!

 

-im not a nativ speaker, bad english ahead-

 

I had a hard time finding any mod that removes the horrbile popup when looting if you have the Ring of Namira equiped, so i made my own.

 

Keep in mind that this is the first time i evenr tried to mod anything and it might all look chaotic...

 

What it does:

-Removes the prompt form the "cannibalism perk" and gives a power insted (lesser power)

-does not change the Ring of Namira Item

-A new power (Namira's Hunger) is added to the Character that activates a new magic effect which calls a script that imitates the original cannibalism script that was bin to the old cannibalism perk.

-the power should activate the fest animation and give you both parts of "Namira's Blessing"

 

Edited Items:

-Perk-DA11Cannibalism (gives now ability "DA11CannibalismFIX")

-Spell-lesser power-DA11CannibalismFIX (NEW uses Effect DA11CannibalismScript)

-Magic Effect-DA11CannibalismScript (NEW runs script DA11AbCannibalismScript)

-Script-DA11AbCannibalismScript (NEW imitates the old cannibalism script)

Scriptname DA11AbCannibalismScript extends activemagiceffect  

Spell property DA11CannibalismAbility auto
Spell property DA11CannibalismAbility02 auto
Spell property DA11CannibalismFIXSpell auto
;Spell property invisibilitySpell auto

;Event OnSpellCast(Form DA11CannibalismFIX )
;OnEffectStart(Actor akTarget, Actor akCaster)

Event OnEffectStart(Actor akTarget, Actor akCaster)
Utility.Wait(0.1)
Debug.Notification("Namira is pleased")


  Game.GetPlayer().StartCannibal(akTarget as Actor)
  DA11CannibalismAbility.cast(game.getPlayer(), game.getPlayer())
  DA11CannibalismAbility02.cast(game.getPlayer(), game.getPlayer())
  ;invisibilitySpell.cast(akCaster, akCaster)

EndEvent

Anything else should hopefully not be changed (well first time with the CK...)

 

 

Know Issues:

-The "become a vampire" part of the perk is currently disabled for testing

-The feast animation isnt playing allways

 

Compatibility:

-shouldwork with all mods that dont Change the cannibalism perk i think...

 

What i want to Know:

-does it work for you?

-general Feedback

-did i pack everything up correctly?

-any lorebreaking content?

-how can i make everything cleaner?

-should i change the Ring of Namira and create a new perk so the existing perk is uneffected?

 

Thanks for your time guys!

 

Downoad:

 

!!! BACK UP YOU SAVEGAMES - USE AT YOUR OWN RISK!!!

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

Edited by h4n4
Link to comment
Share on other sites

updated the Readme

 

i found a problem with the loadorder. My .esp has to come after skyre/reprocer files because the reprocer does change the cannibalism perk (god knows why oO).

Do people have to create new reprocer files after they installed my mod or how can i fix/patch this?

Link to comment
Share on other sites

  • Recently Browsing   0 members

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