PDA

View Full Version : Level screenshot UT3



zoiks
11-14-2007, 07:02 AM
Bit stuck trying to add a level screenshot for the menus.

Anyone worked out how to do it yet?

There's nothing in WorldInfo like there was in LevelInfo (2k4), to add a screenshot. New UED is kinda baffling ;)

DJStoney69
12-02-2007, 01:22 AM
Anyone have an answer to this? I am trying to figure it out as well

-VT-
12-02-2007, 04:12 AM
If you look at the .ini file that gets created after you publish/cook a map there is this line:

PreviewImageMarkup=<Images:UI_FrontEnd_Art.GameTypes.DeathMatch>

I'm assuming you have to change this part: "UI_FrontEnd_Art.GameTypes.DeathMatch" to a material that's saved in the map/a seperate package, but i'm not sure exactly how to do that yet.

DJStoney69
12-02-2007, 11:33 AM
Ill look into that and see what i can figure out. I noticed there is a no mylevel package like in earlier versions :@ Why did they have to change the simpliest of things.

Simeon
12-02-2007, 11:50 AM
Ill look into that and see what i can figure out. I noticed there is a no mylevel package like in earlier versions :@ Why did they have to change the simpliest of things.

Actually, there is, but it has the same name as the level now.

DJStoney69
12-02-2007, 01:37 PM
I just found that today looking around. Thank you. But still cant figure out how to implement the screenshot :(