pxacc Posted March 29, 2019 Posted March 29, 2019 Hi everyone! I made my first animation in blender for the sims 4, as a test a solo female playing with herself. Now I have tried several times following Turbodriver tutorials to implement the animation in game but I had no luck. When I try to use the bed or the floor (which I assigned as objects) it doesn't appear under Vaginal or any other category. This is my .xml file: <?xml version="1.0" encoding="UTF-8"?> <I c="WickedWhimsAnimationPackage" i="snippet" m="wickedwhims.sex.animations.animations_tuning" n="ww_pxacc_normal" s="6098540552556805109"> <!-- 'n' as your Package Name and 's' as Integer ID of your package --> <T n="wickedwhims_animations">1</T> <L n="animations_list"> <T> <!-- [START OF ANIMATION ENTRY] --> <T n="animation_raw_display_name">FunSoloTime1</T> <!-- [REMOVE IF USING "animation_display_name" FIELD] Raw Text for displayed animation name --> <T n="animation_author">pxacc</T> <!-- Raw Text for displayed author name of this animation --> <T n="animation_locations">SINGLE_BED, DOUBLE_BED, FLOOR</T> <!-- List of Location Categories for where this animation can be used at --> <T n="object_animation_clip_name">Fun_solo_time_1</T> <!-- [REMOVE IF UNUSED] Object animation ClipName --> <T n="animation_category">VAGINAL</T> <!-- Sex Category of the animation (TEASING, HANDJOB, FOOTJOB, ORALJOB, VAGINAL, ANAL, CLIMAX) --> <T n="animation_tags"></T> <!-- [REMOVE IF UNUSED] List of Sex Tags that give the animation context (PLEASE FOLLOW THE GUIDELINES FOR ADDING TAGS) --> <T n="animation_loops">10</T> <!-- Number of times the animation will play in a row --> <T n="animation_allowed_for_random">1</T> <!-- Flag to disallow animation from being randomly picked in sex (0=Disallow, 1=Allow) --> <T n="animation_actors_list"> <!-- List of actors in this animation (add more for more actors, remove any that are not needed) --> <T> <!-- [START OF ACTOR ENTRY] --> <T n="actor_id">0</T> <!-- Numerical ID that represents this actor, should be 0 if this is the first actor --> <T n="animation_clip_name">Fun_solo_time_1</T> <!-- Sim animation ClipName --> <T n="animation_type">VAGINAL</T> <!-- Sex Category of interaction this actor is performing (NONE, TEASING, HANDJOB, FOOTJOB, ORALJOB, VAGINAL, ANAL) --> <T n="animation_genders">FEMALE</T> <!-- Gender Type of this actor (MALE, FEMALE, BOTH, ALIEN_MALE, ALIEN_FEMALE, ALIEN_BOTH, GHOST_MALE, GHOST_FEMALE, GHOST_BOTH, VAMPIRE_MALE, VAMPIRE_FEMALE, VAMPIRE_BOTH) --> <T n="animation_pref_gender">FEMALE</T> <!-- [REMOVE IF UNUSED] Preferred gender type of this actor if actor gender is set to BOTH (MALE, FEMALE, ALIEN_MALE, ALIEN_FEMALE, GHOST_MALE, GHOST_FEMALE, VAMPIRE_MALE, VAMPIRE_FEMALE) --> <T n="animation_naked_type">ALL</T> <!-- Naked Type this actor will undress to when performing (NONE, TOP, BOTTOM, ALL) --> <T n="animation_force_nude_hands">1</T> <!-- Flag to force undress gloves if needed (0=Ignore, 1=Force) --> <T n="animation_force_nude_feet">0</T> <!-- Flag to force undress shoes if needed (0=Ignore, 1=Force) --> <T n="animation_allow_strapon">0</T> <!-- Flag to allow equipment of strapon even if this position is not designed for males (0=Disallow, 1=Allow) --> <T n="animation_y_offset">0</T> <!-- [REMOVE IF UNUSED] Offset of actor position in y axis --> <T n="animation_facing_offset">0</T> <!-- [REMOVE IF UNUSED] Offset of actor orientation in 360 degrees --> </T> <T n="animation_events_list"> <!-- List of events in this animation (add more for more events, remove any that are not needed) --> </T> </T> <!-- [END OF ANIMATION ENTRY] --> <!-- Next Animation Goes Here --> </L> </I> Edited with notepad++ from the version downloaded from turbodriver site. And this is how I'm setting up the package: Any ideas of what could be wrong? Edit: By the way the package do appear in my mods list with all other animations packages Thanks a lot!
pxacc Posted March 29, 2019 Author Posted March 29, 2019 Got it working! Sorry for the multiposts, the problem was that my clip info was not the same than my clip header info. Fixed working just fine! 1
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now