Skyrim Special Edition
0 of 0

File information

Last updated

Original upload

Created by

Asanra

Uploaded by

Asanra

Virus scan

Safe to use

About this mod

Revert your werewolf form anytime.

Permissions and credits
Donations


You can revert your werewolf form anytime by pressing the default sneak key (CTRL), which is useless in Werewolf form.

It doesn't interfere with normal sneaking!


In the mod, I did not touch vanilla scripts. You can install, unistall in mid-game.

Advanced:

I wrote a simple .pex where pressing the CTRL button, cheecking your current race:

If PlayerRef.GetRace() == WerewolfBeastRace

and set the PlayerWereWolfQuest stage to 100

PlayerWerewolfQuest.SetStage(100)

Should be compatible with another Werewolf mods.

If you find any bug, please report in the Bug section.