Skip to content

Commit

Permalink
Update to v0.21
Browse files Browse the repository at this point in the history
Added Guard Break Animation
  • Loading branch information
max-su-2019 committed Jun 17, 2023
1 parent be01e07 commit e2fd2b6
Show file tree
Hide file tree
Showing 11 changed files with 288 additions and 20 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Maxsu_ShieldGuardBreak
block$3
1
0
0
0
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Maxsu_WeaponGuardBreak
block$2
1
0
0
0
6 changes: 6 additions & 0 deletions animationdatasinglefile/DefaultFemale~1/block$2.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
block$2
1
1
0 0 0 0
1
0 0 0 0 1
6 changes: 6 additions & 0 deletions animationdatasinglefile/DefaultFemale~1/block$3.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
block$3
1
1
0 0 0 0
1
0 0 0 0 1
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Maxsu_ShieldGuardBreak
block$3
1
0
0
0
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Maxsu_WeaponGuardBreak
block$2
1
0
0
0
6 changes: 6 additions & 0 deletions animationdatasinglefile/DefaultMale~1/block$2.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
block$2
1
1
0 0 0 0
1
0 0 0 0 1
6 changes: 6 additions & 0 deletions animationdatasinglefile/DefaultMale~1/block$3.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
block$3
1
1
0 0 0 0
1
0 0 0 0 1
254 changes: 236 additions & 18 deletions behaviors/1hm_behavior.hkx

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion characters/defaultmale.hkx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<!-- referenceCount SERIALIZE_IGNORED -->
<hkparam name="deformableSkinNames" numelements="0"></hkparam>
<hkparam name="rigidSkinNames" numelements="0"></hkparam>
<hkparam name="animationNames" numelements="1658">
<hkparam name="animationNames" numelements="1660">
<hkcstring>Animations\1HM_1stP_Run.hkx</hkcstring>
<hkcstring>Animations\1hm_1stP_Walk.hkx</hkcstring>
<hkcstring>Animations\1HM_AttackForwardSprint.hkx</hkcstring>
Expand Down Expand Up @@ -1682,6 +1682,8 @@
<hkcstring>Animations\WW_Stage9.hkx</hkcstring>
<hkcstring>Animations\MaxsuBlockOverhaul\Maxsu_WeaponBlockHit.hkx</hkcstring>
<hkcstring>Animations\MaxsuBlockOverhaul\Maxsu_ShieldBlockHit.hkx</hkcstring>
<hkcstring>Animations\MaxsuBlockOverhaul\Maxsu_WeaponGuardBreak.hkx</hkcstring>
<hkcstring>Animations\MaxsuBlockOverhaul\Maxsu_ShieldGuardBreak.hkx</hkcstring>
</hkparam>
<hkparam name="animationFilenames" numelements="0"></hkparam>
<hkparam name="characterPropertyNames" numelements="39">
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"Version": 0.11
"Version": 0.21
}

0 comments on commit e2fd2b6

Please sign in to comment.