Twycross448 Posted April 11, 2015 Share Posted April 11, 2015 Well, exactly as stated in the topic title... is the SetRaceAlias function from OBSE (or a similar function) available in SKSE? (I'd love for the Drow custom race to be recognized as dark elves...) Link to comment
Expired6978 Posted April 11, 2015 Share Posted April 11, 2015 Well, exactly as stated in the topic title... is the SetRaceAlias function from OBSE (or a similar function) available in SKSE? (I'd love for the Drow custom race to be recognized as dark elves...) No, races are recognized by "Race == DarkElfRace" RaceCompatibility makes patches to replace these checks with "HasKeyword" meaning all you do is place the keyword on your Race and dialogue will treat it as that race. To get that functionality we would need to patch the GetRace condition function to check a list that is serialized to the co-save. Link to comment
Twycross448 Posted April 11, 2015 Author Share Posted April 11, 2015 Mh. Alright. Thank you for the answer. Much appreciated. The Drow custom race I use is this one: http://www.loverslab.com/topic/12954-drow-race-unofficial-dawnguard-edition/ It uses RaceCompatiblity and has the DarkElfProxy keyword.... so I guess I'll need to bug hunt why my char is not recognized as Dark Elf then. Off I go! And thanks again! Cheers! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.