How do I remove introduction movies in games based on the Unreal Engine 3?

Solution 1:

You'll want to find the UTEngine.ini which is usually in path\to\game\Config and add a ; in front of every StartupMovies declaration.

For example, for UT3:

;StartupMovies=Copyright_PC
;StartupMovies=EpicLogo
;StartupMovies=MidwayLogo

et cetera.