Hi,
I've created a package but i want to rename it now!!. You can't rename it in the editor. Do you need to rename it in you're UDK / content / maps /UT3 ???
I saw a great tutorial by Javahawk, but he didn't cover how to rename things.
I know how rename/move stuff, but renaming ur package!!!
I did a quick test renaming in my c/UDK/content/maps/UT3 but then I got some errors.
I think the problem is that certain files don't link up anymore..
Thanks
Decorix
Replies
As there's no package to store a redirect in for a package, it can't do that which is why it isn't "officially" supported. You can copy the assets to a new package or rename it while UDK is (definitely) closed.
Thanks so much for explaining it to me. I renamed my UPK file while udk was closed and that worked. So another work arround would be removing content such as materials/textures/meshes to a new package. And if you
delete a UPK in your Environments Directory then It won't show up any more in UDK content editor?
Could you perhaps explain when and how to use fix re-directs. Or give an example how it works? I saw some people asking about it.
Is this when you move stuff and it can't be found?
I believe you can run it thru commandline?
I'm not really sure how it works. would be nice if you can share some info about this topic.
Thanks for the info'
Renaming a package outside of Unreal means you need to go in and make sure none of your references broke, and is a headache you shouldn't need to subject yourself to.
If you have a MasterMaterial in one package, and you want to use it in a another/project/package. Do you need to make a copy and move it to the desired package???
Because i got some error that It cant be saved from a external package.
So basicly it needs to be in the same package?
I had this situation that I had my MasterMaterial in one package. Then I made a Instance of my MasterMaterial. My Instance I moved to my new package, then It was refering to the otherPackage.
When I copied my Masterial also to the same package I could save it.
Is this corrrect?