Jump to content

What SLAL Pack has the most Mf Mff


Recommended Posts

Posted

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  

Posted (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 by traison

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

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