heart3ele Posted October 26, 2022 Posted October 26, 2022 I want to be able to bottom more efficiently.
bnub345 Posted October 26, 2022 Posted October 26, 2022 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.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now