|
发表于 2024-1-12 21:37:32
|
显示全部楼层
看了一眼文件,调用的是sexlab的动画文件:If OvipositionAnimation == 1 Debug.SendAnimationEvent(PlayerRef, "Missionary_A1_S1") Debug.SendAnimationEvent(PlayerRef, "Missionary_A1_S4") ElseIf OvipositionAnimation == 2 Debug.SendAnimationEvent(PlayerRef, "DoggyStyle_A1_S1") Debug.SendAnimationEvent(PlayerRef, "DoggyStyle_A1_S4") EndIf Debug.SendAnimationEvent(PlayerRef, "SOSFastErect")作者没有做独立动画 |
|