laurient Posted October 23, 2022 Posted October 23, 2022 hello, I'd like to register a creature race to be used in the sexlab framework. I wanted to add this creature editor ID in the function RegisterRaces in sslCreatureAnimationSlots.psc, compile it... and... fail: Spoiler Starting 1 compile threads for 1 files... Compiling "sslCreatureAnimationSlots"... K:\Jeux\Steam\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslThreadController.psc(420,1): the parameter defaults of function centeroncoords in state animating on script sslthreadcontroller do not match the parent script sslthreadmodel K:\Jeux\Steam\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\SexLabFramework.psc(3319,1): the parameter defaults of function newthread in state disabled on script sexlabframework does not match the empty state No output generated for sslCreatureAnimationSlots, compilation failed. I used Skyrim SE and Sexlab 1.63. I already tried that a few years back when i used Skyrim LE / Sexlab 1.62, and It worked like a charm, but here... i don't know, how to correct that. anybody know how to make it work ?
Pamatronic Posted October 23, 2022 Posted October 23, 2022 Well, the compiler says that you are trying to override sslthreadmodel and are using different default params. look at the originals default params and use the same values in yours.
Tlam99 Posted November 19, 2022 Posted November 19, 2022 On 10/23/2022 at 2:45 AM, laurient said: I already tried that a few years back when i used Skyrim LE / Sexlab 1.62 same error message here but with a complete different hook. I now tend to believe, it's a problem in the SL psc
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