My program doesn't have bugs. It just develops random features.

Difference between revisions of "UE3 talk:Setting Up Configuration Files for a New Game Project Tutorial (UDK)"

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
m (Created page with 'Great article! Question though - maps don't seem to show in the Frontend if they are saved in a folder outside of UDKGame. Is this a local issue, or an expected behavior? UPK fil…')
 
 
Line 1: Line 1:
Great article! Question though - maps don't seem to show in the Frontend if they are saved in a folder outside of UDKGame. Is this a local issue, or an expected behavior? UPK files show fine, just not maps.
+
== Maps not showing in Content Browser ==
 +
 
 +
'''Question:''' Great article! Question though - maps don't seem to show in the Frontend if they are saved in a folder outside of UDKGame. Is this a local issue, or an expected behavior? UPK files show fine, just not maps.
 +
 
 +
'''Response:''' I believe you're talking about the content browser.  If you added the '+Paths=' line to [Core.System] section of the DefaultEngineUDK.ini file, this should be working.  I've never had it not work myself.  The tutorial was created using a specific release of the UDK, so make sure you are using at least the January 2012 release or newer.
 +
 
 +
Note: In the future, please post a signature so we know who you are.
 +
--[[User:Krillin6|Krillin6]] 18:10, 8 May 2012 (UTC)

Latest revision as of 12:10, 8 May 2012

Maps not showing in Content Browser[edit]

Question: Great article! Question though - maps don't seem to show in the Frontend if they are saved in a folder outside of UDKGame. Is this a local issue, or an expected behavior? UPK files show fine, just not maps.

Response: I believe you're talking about the content browser. If you added the '+Paths=' line to [Core.System] section of the DefaultEngineUDK.ini file, this should be working. I've never had it not work myself. The tutorial was created using a specific release of the UDK, so make sure you are using at least the January 2012 release or newer.

Note: In the future, please post a signature so we know who you are. --Krillin6 18:10, 8 May 2012 (UTC)