Twycross448 Posted February 16, 2015 Posted February 16, 2015 Alright, short version, since I know people are allergic to walls of text. I made a custom dog race ( "Husky448CompanionRace") based on the armored husky companion from Dawnguard ("DLC1HuskyArmoredCompanionRace"), and now seek to add it to SexLab... I tried to add the custom race to the sslCreatureAnimationDefaults script file as suggested in another thread, then recompiled it (without error!)... but in game, it still does not work. All "normal" dogs, including the Dawnguard ones, work okay, so it seems this way of adding a custom race is no longer viable (or I made a mistake). In another (somehwat newer) thread, Ashal (sp?) gave the following code snippet: int i = SexLab.CreatureAnimations.Length while i i -= 1 sslBaseAnimation Animation = SexLab.CreatureAnimations[i] if Animation.HasRaceID("WolfRace") Animation.AddRaceID("MyCustomWolfRaceID") endIf endWhile Problem for me is I have no freaking clue what to do with that piece of code. (Scripts and me is like asking a squirrel to perform successful brain surgery... ) Could anybody in the know deign to give me a helpful hand here, please? 4-4-8
Recommended Posts
Archived
This topic is now archived and is closed to further replies.