hi all,
can anyone tell me how to package my game so that it'll load strait into my level??? (im new to programming, so small words please)
thanks
hi all,
can anyone tell me how to package my game so that it'll load strait into my level??? (im new to programming, so small words please)
thanks
The ideal way to set up your game would be to create a new 'frontend' map and UIScene, which loads your game in whatever way you want. Then you specify that map in Map/LocalMap in your DefaultEngine/UTEngine.ini
thanks for your quick reply,
Sorry, im a bit of a noob. is a frontend map any different to a normal .udk map
Nope. Usually the frontend map brings up a UI and prevents player spawning (for obvious reasons) and then loads other maps. Hourences tutorial on a UDK game includes a frontend explanation
Bookmarks