daschewy said:
Im having some trouble loading my map. When I load it up in UED it give me a UCGeneric not found error. When I go to open it up in game it just sends me back to the main menu from the practice menu. I made a small test map earlier today and it worked fine. Anyone know whats up.
Im just thinking of copying the BSP and sunlight actors to a new level.
UCGeneric is an UT native package. You probably have something in your map that uses a texture from that package. The game will send you back to the main menu because of this. (Since there are no UT assets in our game, the game can't find the asset you used)
Looking from what you said, 'my map' is a conversion from a previous MOD version? Try resaving the map after you opened it up in ROEd (Retaill version), this will set all instances (links) of the texture/static mesh to NULL, effectively removing it from the map on saving it. Then test your map again in game.
If that doesn't work, check your map carefully for emitters etc, or even hidden emitters, for static meshes in your mylevel that use textures from that package, or static meshes in your own custom made packages.
Static meshes that use that texture that are in your own package can keep creating these errors since on resaving your map, the package will NOT be saved, keeping the instance/link to the texture on the static mesh. This will keep the game from not loading your map properly.
Also, check the game's log file for loading errors. this can help you in locating the offending stuff.