Sometimes, splash screen can be a bit annoying (even if you have a custom made one).
Their functioning is clunky at best and sometimes show up in front of what you're trying to do while waiting for the game to load.
Or you can't have the lewd stuff and want to forget that splash screens exist.
This is how I found out to remove splash screens:
Or, just save a 1x1 bmp file from Paint.
__________________________________________________________________________________________________________________
Remember to set the splash screen after an update!
Their functioning is clunky at best and sometimes show up in front of what you're trying to do while waiting for the game to load.
Or you can't have the lewd stuff and want to forget that splash screens exist.
This is how I found out to remove splash screens:
- Go to https://github.com/mathiasbynens/small and download the bmp.bmp file
- Open it in Notepad++ or your favorite Hex Editor.
- Locate the "ÿ" at the end (it is a 0xFF character).
Hint: if you're using Notepad++ with WineHQ, do this instead:
I promise it was NOT taken on Windows XP!
- Change it to a null byte (0x00 or AA== in base64).
- Save it and use as your splash screen!
Or, just save a 1x1 bmp file from Paint.
__________________________________________________________________________________________________________________
Remember to set the splash screen after an update!