How to synchronise animations ?

If you have multiple avatars you may want to synchronize their animations. To do this we must inform the note configmultisit for each avatar.

Avatar who sends a synchronization

You must create a section synchro in the note configmultisit :

@synchro
!channel (channel number for the avatar who receives the command)
anim1|anim2 (anim1 of this avatar commands anim2 of the other avatar)
anim3|anim4 (anim3 of this avatar commands anim4 of the other avatar)
...

For example :

@synchro
!3200
love1M|love1F
love2M|love2F

Avatar who receives the synchronisation

You must create a section api in the note configmultisit :

@api
channel

For example to receive the synchronisation from the avatar above :

@api
3200

An avatar can send many synchonisations

Example :

@synchro
!3200
love1M|love1F
love2M|love2F
!3201
love1M|sex1F
love2M|sex2F

But an avatar can have only one api.

Synchronization can go both ways

Example :

Avatar 1 :

@synchro
!3200
love1M|love1F
love2M|love2F

@api
3300

Avatar 2 :

@synchro
!3300
love1F|love1M
love2F|love2M

@api
3200

Synchronization can go many ways

Example :

Avatar 1 :

@synchro
!3200
love1M|love1F
love2M|love2F
!3201
love1M|sex1F
love2M|sex2F

@api
3203

Avatar 2 :

@synchro
!3203
love1F|love1M
love2F|love2M

@api
3200

Avatar 3 :

@synchro
!3203
sex1F|love1M
sex2F|love2M

@api
3201

It becomes just a little difficult to navigate after a while !


If you do not have yet a note configmultisit you must create one by providing information, in addition to the synchro and api sections, the section required version that must be at the beginning of the note:

@version
1

Synchronisation visualization