I'm not sure if this will be useful to anyone else, but during development of my projects I used to end up with a half dozen or more batch files on my desktop that I would use to quickly test different maps. Sometime last year I created a quick launcher, and I've cleaned it up and packaged it for anyone to use:
http://www.angelmapper.com/files/UDKLauncher.zip
All you need to do is use the selection box to pick out UDK.exe (I use the one in the Binaries\Win32 folder), type in your gametype and select the map. The program will autosave your settings into a file in the same directory called Config.ini. There are additional options that you can use as well:

The Log checkbox shows the log window, and No Startup Movies skips all of the movies and loads straight into the map.
There is also an Additional Parameters box that you can add stuff to, for example:
For changing game parameters:
For adding command line arguments, for instance to run the remote control:
Or a combination of the two:
I don't plan on adding any more features to this, it was never meant to be anything more than a simple testing launcher.
Let me know if this helps you, and if you have any questions/bugs!
http://www.angelmapper.com/files/UDKLauncher.zip
All you need to do is use the selection box to pick out UDK.exe (I use the one in the Binaries\Win32 folder), type in your gametype and select the map. The program will autosave your settings into a file in the same directory called Config.ini. There are additional options that you can use as well:

The Log checkbox shows the log window, and No Startup Movies skips all of the movies and loads straight into the map.
There is also an Additional Parameters box that you can add stuff to, for example:
For changing game parameters:
Code:
?GameSpeed=1.3
Code:
-wxwindows
Code:
?bAutoNumBots=true -ResX=800 -ResY=600
Let me know if this helps you, and if you have any questions/bugs!
Comment