Skip to content

Commit

Permalink
Merge pull request #165 from Monitor144hz/dragon-behaviors-fix
Browse files Browse the repository at this point in the history
[Fix] #151: TPose with Ultimate Dragons patch and other dragon behavior mods
  • Loading branch information
Monitor221hz authored Apr 1, 2024
2 parents bb0feac + 158f8e7 commit 86c9dd8
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
4 changes: 4 additions & 0 deletions PandoraPlus/PandoraPlus.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@

<ItemGroup>
<Folder Include="MVVM\Model\Interface\" />
<Folder Include="Nemesis_Engine\mod\amco\1hm_behavior\" />
<Folder Include="Pandora_Engine\Skyrim\Process\" />
</ItemGroup>

Expand Down Expand Up @@ -287,6 +288,9 @@
<None Update="Pandora_Engine\mod\pandora\patches\0_master.xml">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="Pandora_Engine\mod\pandora\patches\dragonbehavior.xml">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="Pandora_Engine\mod\pandora\patches\magicbehavior.xml">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
Expand Down
19 changes: 19 additions & 0 deletions PandoraPlus/Pandora_Engine/mod/pandora/patches/dragonbehavior.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<patch>
<replace>
<edit path="#0885/legs/Element0/maxAnkleHeightMS">
<hkparam name="maxAnkleHeightMS">0.700000</hkparam>
</edit>
<edit path="#0885/legs/Element0/hipIndex">
<hkparam name="hipIndex">12</hkparam>
</edit>
<edit path="#0885/legs/Element0/kneeIndex">
<hkparam name="kneeIndex">13</hkparam>
</edit>
<edit path="#0885/legs/Element0/ankleIndex">
<hkparam name="ankleIndex">14</hkparam>
</edit>
<edit path="#0885/legs/Element0/isPlantedMS">
<hkparam name="isPlantedMS">false</hkparam>
</edit>
</replace>
</patch>

0 comments on commit 86c9dd8

Please sign in to comment.