How to I skip cutscenes? Discussion Close. Posted by 2 hours ago. The Borderlands 2 Reddit. Post and discuss anything related to Borderlands 2.
Borderlands 2 Skip Cutscenes
bl2_movietoggle.sh
#!/bin/bash |
# Borderlands 2 is pretty heavy with the cutscenes in Sanctuary. |
# Constantly. Playing. Character intros. |
# Fortunately we can toggle the cutscenes on or off... |
# --morb |
TEMP=$(mktemp) |
DIR='${HOME}/.steam/steam/SteamApps/common/Borderlands 2/steamassets/willowgame/config' |
errexit() { |
echo$@;rm $TEMP;exit 1 |
} |
dopatch() { |
cd'$DIR'&& patch $1<$TEMP2>&1> /dev/null || errexit 'patching failed.' |
rm $TEMP |
} |
[ !-d'$DIR' ] && errexit 'The Borderlands 2 directory doesn't exist. Point |
$DIR at the correct directory for your install.' |
cat >$TEMP<<_EOF_ |
--- defaultengine.ini |
+++ defaultengine.ini.nomovies |
@@ -1215,6 +1215,7 @@ |
DeviceName=Generic Software |
[FullScreenMovie] |
+bForceNoMovies=TRUE |
+StartupMovies=Aspyr |
+StartupMovies=2K_logo |
+StartupMovies=Gearbox_logo |
_EOF_ |
case$1in |
d|D) |
dopatch -f &&echo'Movies/Cutscenes disabled.' |
;; |
e|E) |
dopatch -fR &&echo'Movies/Cutscenes enabled.' |
;; |
*) |
printf'usage:n$0 dtt# disable cutscenesn$0 ett# enable them againn' |
errexit 'Please pass a valid argument.' |
;; |
esac |
Borderlands Pre Sequel Skip Cutscenes
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment
Borderlands 2 Dlc For Free
Borderlands 2 VR has an infamous problem where you can't skip the intro movies when you create a new character at the first start of the new game, and you have to wait for about 7 minutes until your next UI interaction is available. How to disable these intro cutscene movies completely? Jan 24, 2013 If this is the first time you play Borderlands 2, follow 'Option 2' below instead. HOW TO: First, close the game if it's open. In your file explorer, open My Documents and go to the folder where Borderlands 2 stores the savegames and configuration files named 'Config'. Example of the default path is.