PerplexedGuy
Resorepless is from before Shai was released, its side effect that her armors are changed.
The missing body is not because of lacking texture (you would see her body just covered in pijamas), its because underneath armor devs cut out body to save resources and prevent clipping. Resorepless is doing edits to certain file called partcutdesc.xml in order to prevent those "cut outs" from happening when armor is being removed. Its not doing those edit for Shai.
Why is Shai is affected?
There are two ways to "vanish" armors - by using blank textures or empty models. Textures are shared between models so if texture is used to remove armor all classes will be affected.
In case of models every class go its own model , example filename of model would be XXX_00_YY_0001.pac where XXX class code and YY is code for body part. For example LB stands for lower body , so to remove all lower body armors resorepless does a search for *lb*.pac removing lb from every class, even those its not aware of.
Shai code is plw. If you want to try to remove shai edits after running resorepless and doing install but before running meta injector go to files_to_patch and search for files containing plw in name *plw* and delete them. Deleting pac files will only effect Shai , deleting dds files may also impact other classes.
You will have to do the deleting every time you run resorepless.
(BTW when you need to _reapply_ mod [resorepless was run already at least once] then you can skip running resorepless and just use meta injector)
Resorepless is from before Shai was released, its side effect that her armors are changed.
The missing body is not because of lacking texture (you would see her body just covered in pijamas), its because underneath armor devs cut out body to save resources and prevent clipping. Resorepless is doing edits to certain file called partcutdesc.xml in order to prevent those "cut outs" from happening when armor is being removed. Its not doing those edit for Shai.
Why is Shai is affected?
There are two ways to "vanish" armors - by using blank textures or empty models. Textures are shared between models so if texture is used to remove armor all classes will be affected.
In case of models every class go its own model , example filename of model would be XXX_00_YY_0001.pac where XXX class code and YY is code for body part. For example LB stands for lower body , so to remove all lower body armors resorepless does a search for *lb*.pac removing lb from every class, even those its not aware of.
Shai code is plw. If you want to try to remove shai edits after running resorepless and doing install but before running meta injector go to files_to_patch and search for files containing plw in name *plw* and delete them. Deleting pac files will only effect Shai , deleting dds files may also impact other classes.
You will have to do the deleting every time you run resorepless.
(BTW when you need to _reapply_ mod [resorepless was run already at least once] then you can skip running resorepless and just use meta injector)