Page 1 of 1

textures from different maps

Posted: Mon Dec 02, 2019 7:00 am
by hee
I am sorry if this has already been asked, but I ran into a rather strange problem.

I wanted to borrow some textures from a different map. So I loaded the map with the desired textures, then I loaded my map. It looked like it had the textures, but when I tried to open MyLevel it crashed. I tried it between various maps. It worked for a few, but for most it crashed (general protection fault). Has anyone seen this?

Re: textures from different maps

Posted: Mon Dec 02, 2019 11:03 am
by UnrealGGecko
It probably would be better to load the original map, export the textures you need, and then import them on your map to MyLevel. :noidea

Re: textures from different maps

Posted: Mon Dec 02, 2019 1:01 pm
by Chamberly
UnrealGGecko wrote: Mon Dec 02, 2019 11:03 am It probably would be better to load the original map, export the textures you need, and then import them on your map to MyLevel. :noidea
This is the way to go.

Re: textures from different maps

Posted: Mon Dec 02, 2019 5:13 pm
by hee
Thanks much. I will try it.