Jump to content

Two Questions For Making a Mod


Recommended Posts

Posted

Howdy all, so I'm getting along for the most part on making my first in-depth sexlab mods, using the partially-outdated (I think) github wiki and documentation in the source files. 

 

I've got two questions I can't seem to find a proper answer to though as I look around.

  1. Is there a simple way to check the cum/amount of cum on an actor?
  2. Is there a reliable way to get which actor is one the top or bottom of a scene? For instance, is the first actor added to the thread generally the one on top?

Thanks for all the good work you guys do in these forums, and the patience with which you do it.

Posted

Hi, the documentation included in the sources is updated. (I did it for version 1.6HF2, and for 1.61b there are just a few changeds.)

 

About "how is on top" actually you cannot have this information.

You can know who has the passive role (that is the first actor in the list), but "on top" is not something that is managed.

Keep in mind that all "cowgirl" variants, have the girl position as first actor, and they are "on top", also if it is considered a "passive" role.

Posted

About the "on top" thing:

If you're looking for "pitcher"/"catcher", rather than strictly top/bottom, sslBaseAnimation's getGender(int i) will return the gender of the i-th slot as specified in the animation file, e.g. in a FFM animation, it will return "1" ("female") for the first two, and "0" ("male") for the last actor, regardless of their actual gender/sex.

Archived

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

  • Recently Browsing   0 members

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