Krongorka
Well-Known Member
- Sep 22, 2017
- 1,252
- 3,952
- 397
Tried to pick it up with torn clothes status and without it. Tried "knock out" enemy strikes after in both cases but can't trigger this bug anyway.did you enter torn clothes status or picked it up with torn clothes status? that seems to be the main trigger for it
On a technical side, this item comes with following code:
0 float ext1 = 2
1 string ext2 = "0.2,0.33"
0 int methodTrigger = 0
1 string method = "HDamageAdd"
Which translates to: float ext1 = 2 (Adds more damage during Hscenes), and as for "string ext2" I'm not entirely sure... changing values to 1,1 makes her run very fast in torn cloth state/can set to 0.01,0.01 so there's no speed change so maybe it can help with stability. If it's set to only one value it results in a stuck animation during knock out fall.
Last edited: