Adjusting the timing of sequences

Dutchie’s Second Life sex furniture has options to play several animations in long series for hands-free play, but also each submenu is created as a short natural sequence of animations. If you like to slow down or speed up the timing of the sequences in your furniture, you can change this in the sequence notecards.

Make a copy of your furniture before you start!

Newest engines

Right-click the furniture, choose edit, go to the Content tab, and wait for the content to load. This can be a while with larger engines.

When the content of the engine is fully loaded, find the notecard named [AV]sequence_settings and double-click on it to open. Sequences look like this:

SEQUENCE Solo
PLAY sit
WAIT 60
PLAY paper
WAIT 60
PLAY eat
WAIT 60
PLAY book
WAIT 60
PLAY laptop
WAIT 60
LOOP

Change the amount of seconds behind the animation name, and save the notecard.

Older designs

Right-click the furniture, choose edit, go to the Content tab, and wait for the content to load. This can be a while with larger engines.

Find the script with the name of the sequence you want to change, like “Loving”. In later engines these have [AV] before the name, like “[AV]Loving”. Double click on the script to open it. (If it does not open when you do this, it means the content has not loaded fully for you yet.)

This may look a little intimidating, but all you have to do is find the two strings, one with the names of the poses, one with the times for each pose:

SEQUENCE_POSES = [“all over”,”breast”,”abreast”,”finger”,”feel”,”play”,”rub”,”rub2″,”cunni”,”cunni2″,”cunni3″,”cunni4″,”faceride”,”faceride2″,”faceride3″,”grip”,”ride”,”ride2″,”cowgirl”,”cowgirl2″,”cowgirl3″];

SEQUENCE_TIMES = [60,60,90,60,60,60,60,60,60,60,60,60,60,60,90,60,60,60,60,60,120];

The second string is about the seconds an animation plays. Alter the times to what you like. Keep in mind, the amount of numbers in this string must match the number of the poses above.

Then save the notecard.