Jump to content

Locating SL Animation Owner


Recommended Posts

Posted

I am seeing this animation play called either zjThreesome or 3jiou Threesome

 

[05/30/2022 - 04:36:40PM] SEXLAB - NOTICE zjThreesome - PositionOffsets()[Forward:0.000000,Sideward:0.000000,Upward:0.000000,Rotation:0.000000]

[05/30/2022 - 04:36:42PM] SLC: Bandit Outlaw Warrior's orgasm #2 at enjoyment 228 in {3jiou Threesome}

 

I have been unable to locate which pack it comes from so I can fix the animation files.

Can see there are others by 3jiou included in the SL framework, but not the above one.

Any hints as to where it is located?

 

Thanks!

Posted

that helped me find it, I'll post the info in case others are looking for them.

In sslAnimationDefaults.psc there is a function for each of the animations that builds them by hand eg:

 

function zjThreesome(int id)
	sslBaseAnimation Base = Create(id)

	Base.Name = "3jiou Threesome"
	Base.SoundFX = SexMix

	int a1 = Base.AddPosition(Female, addCum=Anal)
	Base.AddPositionStage(a1, "3j_FFM_A1_S1", 0, openMouth = true)
	Base.AddPositionStage(a1, "3j_FFM_A1_S2", 0, openMouth = true)
	Base.AddPositionStage(a1, "3j_FFM_A1_S3", 0, openMouth = true)
	Base.AddPositionStage(a1, "3j_FFM_A1_S4", 0, openMouth = true)
	Base.AddPositionStage(a1, "3j_FFM_A1_S5", 0)

 

so the animation is located on-disk as 3j_FFM_A1_S1.hkx

 

 

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

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