[CoreRedirects] Redirect Texture

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.

Can you try it like this?

+PackageRedirects=(OldName="T_Icon_Torch",NewName="T_Icon_Log",MatchSubstring=true)

Possibly related, the redirectors are a headache for me as well.

redirector-asset-to-c

1 Like