Hi! I love this mod, so thank you for making it! However, I am having skin colour issues with a lot of clothing/armour mod items, where the base skin tone changes to a generic pink-y skin tone wherever clothing sits. Weirdly the effect isn't visible in the mirror, and I've tested the same items on a standard drow/elf with the same skin tone and this doesn't happen. I wondered if it was something to do with the model used?
Hi I was wondering if your mod works with the BG3SX framework? Cause I tried using it between astarian and my shasar-kai tav and I just keep getting this error. I'm not sure what to do, please help.
i don't know if this is still being updated or not! but for some reason, my shadar-kai randomly got the githyanki tattoo marks on her body? they weren't there before, but now they are. i do have unique tav, but i don't think it works on this race, so i'm not sure why it's happening! (i also don't have the gith spots tattoo inside of unique tav.)
Doesn't work on level 1 But maybe will be at level 2
Also the reason why you have Seldarine Elf description is that you don't use Shadar-Kai Root Templates that you've created in CharacterCreationPresets settings It has nothing to do with tags In fact all tags that you've added in Races.lsx doesn't matter for player character You can easily check it but removing them and creating new character You'll see that you're still seldarine with Underdark, Drow etc tags Because for players tags and race description are taken from root templates For example you're using Female Seldarine root template 7a727073-1f49-4396-b899-b71d9d706cd5 in CharacterCreationPresets Which inherits from BASE_Elves_Female_Drow_Seldarine f68b2f2b-4118-4c16-bcd3-118f4ee2d043 root template Which has Race attribute defined <attribute id="Race" type="guid" value="4d30b4f9-7bb2-4fc2-bca7-0f086e115a32" />
That's where tags and descriptions comes from And I cannot find where exactly that 4d30b4f9-7bb2-4fc2-bca7-0f086e115a32 is defined :(
Also there is Shadar-Kai teleportation spell in the game Used by Shadar-Kai Gloom Weavers Target_MistyEscape_ShadarKai_GloomWeaver You can find it at Shared\Public\SharedDev\Stats\Generated\Data\Spell_Target.txt And it has it's name and description <content contentuid="hca0add89gea12g4c76gb320gc5fd5a219f8c" version="2">Shadowslip</content> <content contentuid="h64394993g0e86g4aa3ga0efg5a9486d2f418" version="2">The shadar-kai teleports to an unoccupied space it can see.</content>
I found solution to why it's Seldarine Drow instead of Shadar-Kai in character desription 1) Change in CharacterCreationPresets.lsx all Root Templates to your root templates 2) Change race in BASE_Elves_Female_Drow_ShadarKai and BASE_Elves_Male_Drow_ShadarKai to your ead44ea9-4cd7-4877-873f-80b017a8339e Shadar-Kai race Thats will do it
Here's hoping the modauthor sees this and it can be fixed! The drow dialogue tags make this my preferred Shadar-Kai race implementation, if it all works.
Unfortunately, I believe this makes all of the heads unavailable, aside from the default, as shadar-kai is now its own race separate from elves. As I don't feel like putting in all the head types, is there a way to make the shadar-kai solely a subrace of drow elves? Then you could add whichever tag for good drow or bad drow you prefer manually in the code like the original. I'm not sure how to do it on my own, I just know that theoretically that would be the way to do it to get access to all the head presets.
Do you happen to have the values I'd need to input the mod manually? Can't use the mod manager, the .zip file only has the .pak file in it, and I'm rather new to modding in general.
24 comments
<attribute id="PassivesRemoved" type="LSString" value="Darkvision"/>
But maybe will be at level 2
Also the reason why you have Seldarine Elf description is that you don't use Shadar-Kai Root Templates that you've created in CharacterCreationPresets settings
It has nothing to do with tags
In fact all tags that you've added in Races.lsx doesn't matter for player character
You can easily check it but removing them and creating new character
You'll see that you're still seldarine with Underdark, Drow etc tags
Because for players tags and race description are taken from root templates
For example you're using Female Seldarine root template 7a727073-1f49-4396-b899-b71d9d706cd5 in CharacterCreationPresets
Which inherits from BASE_Elves_Female_Drow_Seldarine f68b2f2b-4118-4c16-bcd3-118f4ee2d043 root template
Which has Race attribute defined
<attribute id="Race" type="guid" value="4d30b4f9-7bb2-4fc2-bca7-0f086e115a32" />
That's where tags and descriptions comes from
And I cannot find where exactly that 4d30b4f9-7bb2-4fc2-bca7-0f086e115a32 is defined :(
Used by Shadar-Kai Gloom Weavers
Target_MistyEscape_ShadarKai_GloomWeaver
You can find it at Shared\Public\SharedDev\Stats\Generated\Data\Spell_Target.txt
And it has it's name and description
<content contentuid="hca0add89gea12g4c76gb320gc5fd5a219f8c" version="2">Shadowslip</content>
<content contentuid="h64394993g0e86g4aa3ga0efg5a9486d2f418" version="2">The shadar-kai teleports to an unoccupied space it can see.</content>
1) Change in CharacterCreationPresets.lsx all Root Templates to your root templates
2) Change race in BASE_Elves_Female_Drow_ShadarKai and BASE_Elves_Male_Drow_ShadarKai to your ead44ea9-4cd7-4877-873f-80b017a8339e Shadar-Kai race
Thats will do it