SlavicPotato
Results
2
issues of
SlavicPotato
The issue is in skse ```NiObjectNET::AddExtraData```, the comparison function used while sorting ```m_extraData``` can overflow since it casts the pointer difference directly to an int. This happens frequently when using...
While debugging an issue where transforms sometimes wouldnt apply to actors in light mods I found the issue was in skse64, ResolveHandle in Serialization.cpp discards anything above 8 bits when...