MasterGunner124 Posted December 31, 2025 Posted December 31, 2025 I am wondering if anyone has made a lost of SLAL packs by the Animations. How Many Mf How many Mff how many same sex how many creature animations. I amlooking for SLAL Pack's that are heavy in Mf and Mff . Thanks
traison Posted December 31, 2025 Posted December 31, 2025 (edited) A list? Dunno. I made a Python script instead. I can query MFF animations like this: printAnims(packs, filter = lambda a: filterActorCountExact(a, 0, 2, 1, 0), printer = printWithActorRaces) Sleeping animations like this: printAnims(packs, filter = lambda a: a.hasTag('sleep'), printer = printWithTags) Or grab all animation packs with 'Babo' in their name: packs = filterPacks(packs, filter = lambda a: "Babo" in a.name) Just to name a few examples. I'll share if you know how to use Python. Edited December 31, 2025 by traison
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