Jump to content

4 Screenshots

About This File

I did not create this mod. Ponzi Pyramid has retired from modding so he left these mods up for adoption.

This includes the old mod with some of my fixes.

Mod Description

Extension to Spank that Ass that distributes spank cream to various alchemy vendors and triggers STA during Sexlab Animations tagged as spanking,

 

Requirements

 

Installation

  1. Install as you would any other mod

 

For Modders

 

Spoiler

IP exposes a mod event API to control bump spanks in STA. This will only allow you to enable bump spanks if the player has enabled them. It's primarily intended to suppress them when inappropriate i.e. during defeat or other special situations.

 

int handle = ModEvent.Create("IPlay_ToggleBumpSpanks")
if handle
  ModEvent.PushInt(handle, abToggle as int)
  ModEvent.Send(handle)
endIf

 

Credit

  • Monoman1 for Spank that Ass
  • Ponzi for original Mod

 

Author/Permissions

Permissions remain the same as described in the dump post.

 

FOSS - Free and Open Source Software. You cannot keep these files strictly behind a paywall. Files must remain publicly available, free, and open source. Successors must similarly be FOSS

 

Changelog

0.1.2

Spoiler

- Fix Sexlab P+ spanking on animations not tagged with "spanking"

 

0.1.1

Spoiler

- Fix spanking not happening on all animations: I noticed that the original mod did not recognize many spanking animations, because it checked only SL thread tags not animation tags. This version should trigger more often.

 

 


What's New in Version 0.1.2

Released

Fixes an issue that made the slapping trigger on non-spanking animations on Sexlab P+ v2.15 or lower.



×
×
  • Create New...