About This File
Provides comfortable GUI for toggling animations in SLAL anim pack .json file.
Useful when making custom SLAL to SLSB conversions for SexLab P+.
Why would you want to use this?
Well... to get rid of unwanted animations and consequently to lower the number of animations, so you don't get screwed by the FNIS limits and such.
Imagine you are not into footjobs or deer/skeever anims - why have those animations in game?
Â
Requires Python 3 (i use 3.13.1, but i think any v3 would do).
Â
Usage
Â
-
Enable/Disable animations
{Ctrl + click} on a row, or {press Spacebar}.
 -
Filter the list by tags
Tags can be separated by space, comma, or by mode indicators (+,-).
Mode indicators (+,-) can be used to force tag to be or not be present.
Example 1: anal solo sex
Result: Animations having ANY of those tags.
Example 2: anal+solo sex
Result: Animations having "anal" or "sex", while also having "solo" (the "solo" tag is marked by the "+" as "MUST HAVE").
Example 3: anal+solo sex-vaginal
Result: Animations having "anal" or "sex", while also having "solo"Â and NOT having "vaginal".
The "solo" tag is marked by "+" as "MUST HAVE".
The "vaginal" tag is marked by "-" as "MUST NOT HAVE".
Â
Â
What's New in Version 1.0.2
Released
- Fixed: loading file from long enough path would cause the load button expand too much, pushing the reload and save buttons out of the view.
- Fixed: error when loading another file after a previous file had some rows hidden due to filter settings.
- Fixed: filter was not automatically applied to a loaded file, if the filter was set before loading the file.