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
- Install as you would any other mod
Â
For Modders
Â
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
- Fix Sexlab P+ spanking on animations not tagged with "spanking"
0.1.1
- 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.