Hello. I got two maps for UT99: AS-ShuttleGr and AS-UFR4-Incursion.
First uses Space.utx, a texture pack and second uses Space.u, an UnrealScript package.
Somehow, they're conflicting. It seems that Incursion is trying to find code in texture pack and ShuttleGr is trying to find textures in code and both can't find their resources (unless one of two maps gets deleted).
I don't know a better solution, so I want to modify Incursion map to use, for example Space2.u and rename Space.u into Space2.u.
Problem is, I was unable to find a way to do so. Object's class name is not changeable. Is there simple way to rename package?
First uses Space.utx, a texture pack and second uses Space.u, an UnrealScript package.
Somehow, they're conflicting. It seems that Incursion is trying to find code in texture pack and ShuttleGr is trying to find textures in code and both can't find their resources (unless one of two maps gets deleted).
I don't know a better solution, so I want to modify Incursion map to use, for example Space2.u and rename Space.u into Space2.u.
Problem is, I was unable to find a way to do so. Object's class name is not changeable. Is there simple way to rename package?