Jump to content

Remove animation restrictions


Recommended Posts

Posted (edited)

Hello
Can you tell if there is a way to remove the animation restrictions in four-play so that FM is played for FF? (with strapons etc)

Edited by ZeroGravity671
Posted

Gender requirements and strap-on equipping are specifing in AnimationData.xml AAF settings files:

 

	<animation id="FM_FF_Leito_AggressiveCowgirl" frames="300">
		<actor gender="F" idleForm="B720">
		</actor>
		<actor gender="" idleForm="B721" startEquipmentSet="addEquipmentStrapon" stopEquipmentSet="removeEquipmentStrapon">
		</actor>
	</animation>

or

	<animation id="FM_FF_Leito_AggressiveCowgirl" frames="300">
		<actor gender="F" idleForm="B720">
		</actor>
		<actor gender="" idleForm="B721">
			<action id="FF_activity"/>
		</actor>
	</animation>

 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...