Jump to content

How to allow female animations for male characters in sexlab?


Recommended Posts

Posted
4 hours ago, heart3ele said:

I want to be able to bottom more efficiently.

 

If you look at any SLAL pack, there is a folder SLAnims, which should have another folder, json, inside it. These .json files are what configures the animations for sexlab. You should be able to open and edit them with any notepad like program. Here is a sample from Billyy's SLAL pack. 

 

Spoiler
  {
      "actors": [
        {
          "add_cum": 3,
          "stages": [
            {
              "id": "B_B_LayAnal_A1_S1"
            },
            {
              "id": "B_B_LayAnal_A1_S2"
            },
            {
              "id": "B_B_LayAnal_A1_S3"
            },
            {
              "id": "B_B_LayAnal_A1_S4"
            },
            {
              "id": "B_B_LayAnal_A1_S5"
            }
          ],
          "type": "Female"
        },
        {
          "stages": [
            {
              "id": "B_B_LayAnal_A2_S1",
              "sos": 5,
              "strap_on": true
            },
            {
              "id": "B_B_LayAnal_A2_S2",
              "sos": 3,
              "strap_on": true
            },
            {
              "id": "B_B_LayAnal_A2_S3",
              "sos": 5,
              "strap_on": true
            },
            {
              "id": "B_B_LayAnal_A2_S4",
              "sos": 5,
              "strap_on": true
            },
            {
              "id": "B_B_LayAnal_A2_S5",
              "sos": 5,
              "strap_on": true
            }
          ],
          "type": "Male"
        }
      ],
      "id": "B_B_LayAnal",
      "name": "Billyy Laying Anal",
      "sound": "Squishing",
      "tags": "Billyy,Dirty,Sex,Straight,MF,Laying,AnalCreampie,Anal,"
    },

 

 

This line here "type": "Male" sets the gender of the actor in that animation slot, you can change it from female to male if you want to switch. There is also a line which adds the tags, "tags": "Billyy,Dirty,Sex,Straight,MF,Laying,AnalCreampie,Anal," you probably want to change straight to gay and MF to MM, although I don't know if these tags actually get used. 

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

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