You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I originally made those descriptions out of ostim json scene files, and most of sexlab's ports are generated by ostimtools and their names were generated from sexlab animation names. So here in minai you can find mapping between ostim ids and sexlab ids. The only thing left is order of actors(which are different for ostim in sexlab) https://github.com/MinLL/MinAI/blob/main/minai_plugin/sceneDescriptionsDBImport/anubs_10_24_2024.csv
GitHub
MinAI/minai_plugin/sceneDescriptionsDBImport/anubs_10_24_2024.csv a...
Bridge between LLMs and various Skyrim Mods. Contribute to MinLL/MinAI development by creating an account on GitHub.
in those csv files you can see ostim ids and sexlab, so if you write some script you can remap those ids to sexlab's
and about actors order in ostim it usually like this: male actors followed by female actors. If player present it is either first male acotr or first female actor. In sexlab it is all female actors go before male actors. Not sure what order player is supposed to be
I originally made those descriptions out of ostim json scene files, and most of sexlab's ports are generated by ostimtools and their names were generated from sexlab animation names. So here in minai you can find mapping between ostim ids and sexlab ids. The only thing left is order of actors(which are different for ostim in sexlab)
https://github.com/MinLL/MinAI/blob/main/minai_plugin/sceneDescriptionsDBImport/anubs_10_24_2024.csv
GitHub
MinAI/minai_plugin/sceneDescriptionsDBImport/anubs_10_24_2024.csv a...
Bridge between LLMs and various Skyrim Mods. Contribute to MinLL/MinAI development by creating an account on GitHub.
in those csv files you can see ostim ids and sexlab, so if you write some script you can remap those ids to sexlab's
and about actors order in ostim it usually like this: male actors followed by female actors. If player present it is either first male acotr or first female actor. In sexlab it is all female actors go before male actors. Not sure what order player is supposed to be
here you can find attempt to map sexlab actors to ostim based descriptions and all those actors' indexes https://github.com/MinLL/MinAI/blob/main/minai_plugin/utils/sex_utils.php#L3