Jump to content

Sexlab 1.24 Bug with Foreplay Weapon Stripping config


Recommended Posts

Posted

I noticed you couldn't properly enable/disable Weapon stripping under the Foreplay section. I found the problem is in the script sslConfigMenu.psc:

AddHeaderOption("$SSL_FemaleStripFrom")
oidStripVictim[32] = AddToggleOption("$SSL_Weapons", ActorLib.bStripLeadInFemale[32])

oidStripVictim[32] should be oidStrpLeadInFemale[32]

AddHeaderOption("$SSL_MaleStripFrom")
oidStripAggressor[32] = AddToggleOption("$SSL_Weapons", ActorLib.bStripLeadInMale[32])

oidStripAggressor[32] should be oidStripLeadInMale[32].

 

FYI :)

  • 2 weeks later...
  • 3 weeks later...

Archived

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

  • Recently Browsing   0 members

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