dreza0ecchi
New Member
- Apr 22, 2020
- 1
- 0
- 11
I managed to find a solution for HS2TakeChargeRules.xml, but only to add animation per animation.. but, It's still great! ^^
Example:
Example:
Code:
<TCRule Rule="Cowgirl" RuleType="ANIMATION" ExcludeAlways="false">
<CharacterApplication>
<Includes>
<Include>CharName</Include>
</Includes>
<Excludes />
</CharacterApplication>
<RoomApplication>
<Includes />
<Excludes />
</RoomApplication>
<AnimationTimings>
<AnimationTiming Stage="IDLE" MinSpeed="0" MaxSpeed="0" SpeedLoopTime="1" SpeedEase="Linear" LoopType="Yoyo" MinFemaleOffset="0" MaxFemaleOffset="0" FemaleOffsetLoopTime="1" FemaleOffsetEase="Linear" />
<AnimationTiming Stage="SLOW_LOOP" MinSpeed="0" MaxSpeed="1.75" SpeedLoopTime="2.5" SpeedEase="InOutCubic" LoopType="Yoyo" MinFemaleOffset="-0.1" MaxFemaleOffset="0.1" FemaleOffsetLoopTime="1.5" FemaleOffsetEase="InOutCubic" />
<AnimationTiming Stage="FAST_LOOP" MinSpeed="1" MaxSpeed="2.75" SpeedLoopTime="2.5" SpeedEase="InOutCubic" LoopType="Yoyo" MinFemaleOffset="-0.1" MaxFemaleOffset="0.1" FemaleOffsetLoopTime="1.5" FemaleOffsetEase="InOutCubic" />
<AnimationTiming Stage="O_LOOP" MinSpeed="1" MaxSpeed="2" SpeedLoopTime="2.5" SpeedEase="InOutCubic" LoopType="Yoyo" MinFemaleOffset="-0.1" MaxFemaleOffset="0.1" FemaleOffsetLoopTime="1.5" FemaleOffsetEase="InOutCubic" />
<AnimationTiming Stage="ORGASM" MinSpeed="0" MaxSpeed="0" SpeedLoopTime="1" SpeedEase="Linear" LoopType="Yoyo" MinFemaleOffset="0" MaxFemaleOffset="0" FemaleOffsetLoopTime="1" FemaleOffsetEase="Linear" />
<AnimationTiming Stage="POST_ORGASM" MinSpeed="0" MaxSpeed="0" SpeedLoopTime="1" SpeedEase="Linear" LoopType="Yoyo" MinFemaleOffset="0" MaxFemaleOffset="0" FemaleOffsetLoopTime="1" FemaleOffsetEase="Linear" />
</AnimationTimings>
</TCRule>
Last edited: