.bat script to disable the Bethesda splash screen (the one with the 'Play' button)
Permissions and credits
Credits and distribution permission
Other user's assetsAll the assets in this file belong to the author, or are from free-to-use modder's resources
Upload permissionYou can upload this file to other sites but you must credit me as the creator of the file
Modification permissionYou are allowed to modify my files and release bug fixes or improve on the features without permission from or credit to me
Conversion permissionYou can convert this file to work with other games as long as you credit me as the creator of the file
Asset use permissionYou must get permission from me before you are allowed to use any of the assets in this file
Asset use permission in mods/files that are being soldYou are not allowed to use assets from this file in any mods/files that are being sold, for money, on Steam Workshop or other platforms
Asset use permission in mods/files that earn donation pointsYou must get permission to earn Donation Points for your mods if they use my assets
Console modding permissionThis mod will not be available on Bethesda.net for console users
Author notes
This author has not provided any additional notes regarding file permissions
File credits
This author has not credited anyone else in this file
Donation Points system
Please log in to find out whether this mod is receiving Donation Points
Changelogs
Version 1.1
Add check if update overwrote files
This is just a simple script to rename Fallout4.exe and Fallout4Launcher.exe so that Steam will launch directly into the game. Bethesda's launch screen isn't necessary 99% of the time, and it's especially annoying when trying to launch with a controller as it requires a mouse. This is also a workaround for the 1.2 patch disabling mods.
Installation/Use:
Drop ToggleSplashScreen.bat into the root of game (next to Fallout4.exe)
Run it simply by double-clicking
If launching from NMM, go to Settings -> Fallout 4 -> Custom Launch Command and change the 'Command' part to Fallout4Launcher.exe and it will launch directly from there.
Alternately, you could simply rename Fallout4Launcher.exe to anything you like, and rename Fallout4.exe to Fallout4Launcher.exe. However, the script is handy because it will check the current state, allows toggling back and forth, and checks if the game is running before changing anything.
NOTE: You will need to rerun this after updates.
History: v1.2
Renamed from ToggleSplashScreen to ToggleLauncher, because I was told that it wasn't obvious what 'splash screen' meant.