I need to redirect an old texture to a new texture. I’m aware of [CoreRedirects]
but I haven’t been able to redirect successfully. I have a save game that references an old texture and I need it to reference the new texture. Here is what I’ve tried:
+PackageRedirects=(OldName="T_Icon_Torch",NewName="T_Icon_Log")
and
+PackageRedirects=(OldName="T_Icon_Torch.T_Icon_Torch",NewName="T_Icon_Log.T_Icon_Log")
as well as variations including the full path
Thank you.