Customized boot animations have turn into the speak of the Steam Deck neighborhood, and we’re right here to point out you the way to add one in every of your personal.
From including a bit little bit of stylistic aptitude to match your character, or celebrating one of many greatest Steam Deck video games to 1 maniac having their Steam Deck boot animation be the whole lot of the film Shrek, customers have been tinkering laborious and creating some unbelievable start-up movies.
help_ive_set_my_boot_video_to_shrek_and_now_i from r/SteamDeck
My private favourite is Handheld Historical past, created by KnightMD, delivering a pleasant retrospective of earlier moveable consoles earlier than transitioning seamlessly into the house display screen menu.
Valve has observed this development. In a latest replace, the corporate claims to have made it simpler so as to add a customized boot animation, which this step-by-step information will present you the way to do.. Nonetheless, regardless of what number of instances I adopted the steps for the simple possibility, it merely didn’t work.
With that in thoughts, I’m going to point out you two strategies — the straightforward one which Valve has enabled with the replace and the extra technical route that I can 100% assure will work. However first, permit me to level you within the route of the place to search out these Steam Deck boot animations.
The place to search out one of the best customized boot animations
Beforehand, it was only a case of scrolling via the tons of of posts on the Steam Deck subreddit — enjoyable to do (particularly with the quantity of meme posts about the best way the fan smells), however fairly time consuming.
Nonetheless, Reddit consumer waylaidwanderer has executed you a strong and created an internet site the place individuals can add their boot animations and you may take your decide. You may even filter the record by most appreciated or most downloaded if you need, to see what high notch choices are gaining steam (pardon the pun).
The simple method
SteamOS 3.3.2 brings a shorter and much easier method so as to add customized boot animations to your Steam Deck, however whether or not it truly works for the time being is a bit up within the air. Listed below are the steps to observe for this.
As I say with any tinkering like this, all the time join a keyboard and mouse to make issues simpler than utilizing the small touchpad and on-screen keyboard. I exploit the MX Grasp 3S and MX Mechanical with mine.
1. Discover and obtain your customized boot animation. Please word that it must be a webm file. Use this on-line converter!
2. In Desktop Mode, head to ~/.steam/root/config. Within the file explorer, these folders are in all probability invisible, so click on that three-line burger icon within the high proper of the explorer window and click on Present Hidden Recordsdata.
3. On this folder, create one known as uioverrides. Inside the uioverrides folder, create one other one known as motion pictures.
4. Add your boot animation in right here and rename the file to deck_startup.webm.
If the simple method doesn’t work
In the event you did the above and the startup animation has not modified. It’s time to get a bit extra technical and use a bit little bit of a coding workaround. Don’t fear, this received’t be as daunting as you concern!
1. Similar as earlier than, obtain your boot animation and ensure its within the webm format
2. Open the file supervisor, present hidden folders, and go to ~/.native/share/steam/steamui/motion pictures.
3. Proper click on the file known as deck_startup.webm and choose Duplicate Right here. The explanation for that is that if something does go horribly flawed along with your customized boot, you may have a backup of the usual choice to revert again to.
4. Proper click on the deck_startup.webm and click on properties. This workaround requires us to know the dimensions of this boot animation. Take the file measurement in bits, not megabytes (the longer quantity in brackets).
5. Now it’s time to maneuver your new boot animation into the folder. Discover it in your Downloads and rename it to deck_startup.webm. After this, drag it over to the flicks folder inside steamui and settle for the overwrite.
6. First little bit of coding is developing, as we have to truncate the brand new file to the precise measurement of the earlier startup. Proper click on the brand new boot animation and click on Open With. Within the menu that seems afterwards, seek for and choose Konsole.
7. The truncate command to make use of is truncate -s INSERT FILE SIZE HERE deck_startup.webm — the file measurement is the one you famous from the unique file you opened in properties and is written with no commas. Press enter and if it’s labored, you’ll see a brand new line with simply (deck@steamdeck motion pictures)$ seem. Any errors will present right here within the Konsole.
8. Subsequent up, we’ve acquired to examine that the startup animation will present in full display screen. To take action, we’re heading again to ~/.native/share/steam/steamui and choosing css.
9. In right here, duplicate the library.css file so you may have a backup in case one thing goes flawed.
10. As soon as once more, we’ve acquired to examine the file measurement.Proper click on on the library.css file and click on properties. Be aware down the lengthy quantity within the brackets.
11. Time for one more coding second. Double click on the unique library.css file once more to open it in a textual content editor. Click on Quickly increase restrict and reload file to see all of the strains of code in right here, then press CTRL + F to make use of the discover performance and kind video.
12. This could ship you down the web page in the direction of the place it is advisable to be (it must be inside a line of code that begins with steamdeckbootupthrobber_Container).
13. In right here, it’s time to alter some small particulars in that little bit of code that trying to find video discovered. Change it to this precisely: video{flex-grow:1;width:100%;peak:100%;z-index}
14. Save the file and shut.
15. Lastly, proper click on the library.css file as soon as extra, select Open Terminal and use that truncate command once more: truncate -s INSERT FILE SIZE HERE library.css.
16. And voila! That’s all it is advisable to do. Reboot the Steam Deck to examine whether or not it’s labored.