Custom Boot Video for Steam Big Picture is a project that allows you to replace the default startup video in Steam's Big Picture Mode with your selected custom animation.
- Easily replace the default boot video with a selected custom one
- Automatic detection of Steam installation path
- Backup of original files before patching
- Copy custom configuration (
Steam.cfg) into Steam root - Restart Steam automatically after patching (in future)
-
Authorize on the website
Visit https://startup.dejelnieks.lv and log in.
Choose the custom boot video you want to appear when Big Picture Mode starts. -
Download the patcher
After logging in, click the Download button at the top left of the website.
You will get a ZIP file containingmain.exeand example files. -
Prepare required files
modificated.js– custom JavaScript module containing the replacement for module28744. Include"HERE"where your Steam user ID should be inserted.userid– plain text file containing your Steam user ID.Steam.cfg– configuration file to copy into Steam root.
-
Run the patcher
Executemain.exe(or the provided.exe), which will:- Locate
chunk~2dcc5aaf7.jsinside the Steam installation. - Create a backup of the original file.
- Replace
"HERE"inmodificated.jswith your Steam user ID. - Patch module
28744inchunk~2dcc5aaf7.js. - Copy
Steam.cfginto the Steam root folder. - (Future) Restart Steam automatically after patching.
- Locate
To undo the changes:
- Restore the backup file
chunk~2dcc5aaf7_old.js. - Remove
Steam.cfgfrom Steam root.
- Mar 5 2025 — Alpha
- Nov 4 2025 — Beta: exe (automatic Steam detection, backup, patching, and configuration).
- ? — Beta2: Steam auto-restart