The editor doesn't always give the same result as starting up the game from the standalone game. try the following: create a shortcut to e.g
C:\UDK\UDK-2011-03\Binaries\Win64\UDK.exe
then modify the target as this:
C:\UDK\UDK-2011-03\Binaries\Win64\UDK.exe MapName?game=Classes.Gameinfofile -vadebug -nomoviestartup -resx=1366 -resy=768 -log
where Classes.Gameinfofile is the path (now, the original path) to your gameinfo, eg I have the GameInfofile LastStand laying under the LastStand folder, hence i use LastStand.LastStand.
Start up the shortcut and see if you see results
C:\UDK\UDK-2011-03\Binaries\Win64\UDK.exe
then modify the target as this:
C:\UDK\UDK-2011-03\Binaries\Win64\UDK.exe MapName?game=Classes.Gameinfofile -vadebug -nomoviestartup -resx=1366 -resy=768 -log
where Classes.Gameinfofile is the path (now, the original path) to your gameinfo, eg I have the GameInfofile LastStand laying under the LastStand folder, hence i use LastStand.LastStand.
Start up the shortcut and see if you see results
Comment