Reduce start up time?

Need some experienced modders’ input for this.

intro

Is there a way to remove these load screens every time the game starts up? this constantly takes a lot of time especially for modding hop between game and out of game as upk files can’t be updated unless main Borderland exe closes.

@Mr_GJ @NOLAftw @SleepMaster

Sorry to keep bothering you guys with the continuous tag, you lot are the most experienced here when it comes to Borderlands 1.

To disable startup movies

In the file, WillowEngine.ini search for:

[ FullScreenMovie]
StartupMovies=2K_logo
StartupMovies=Gearbox_logo
StartupMovies=NVidia
StartupMovies=Loading
SkippableMovies=2K_logo
SkippableMovies=Gearbox_logo
SkippableMovies=Attract
SkippableMovies=NVidia

Replace with:

[FullScreenMovie]
;StartupMovies=2K_logo
;StartupMovies=Gearbox_logo
;StartupMovies=NVidia
;StartupMovies=Loading
SkippableMovies=2K_logo
SkippableMovies=Gearbox_logo
SkippableMovies=Attract
SkippableMovies=NVidia

not the 2k movies or nvidia logo. I meant the one I included in .gif I uploaded, basically the vault loading screen and unreal engine load screen, is there anyway to remove that?

Nop.