Playnite Forums
Here's how to run a splashscreen when starting playnite (fullscreen) - Printable Version

+- Playnite Forums (https://playnite.link/forum)
+-- Forum: Playnite (https://playnite.link/forum/forum-1.html)
+--- Forum: General (https://playnite.link/forum/forum-2.html)
+--- Thread: Here's how to run a splashscreen when starting playnite (fullscreen) (/thread-686.html)



Here's how to run a splashscreen when starting playnite (fullscreen) - joyrider3774 - 05-21-2021

Download ffmpeg somewhere, it should include ffplay then Create a launchplaynite.Bat file edit it and put these commands inside it. Adapt the paths to your playnite installation and choose your own video

start "" "N:\Games\playnite\Playnite.fullscreenapp.exe" --hidesplashscreen
start "" "N:\Games\playnite\script\ffplay.exe" -left 0 -top 0 -x 1920 -y 1080 -alwaysontop -noborder -autoexit -loglevel quiet -loop 1 "N:\Games\playnite\script\splash.mp4" 2>NUL

Result:



RE: Here's how to run a splashscreen when starting playnite (fullscreen) - joyrider3774 - 05-22-2021

here's is the splash video i used in the video + another video i just made and currently use https://mega.nz/folder/gkgSQTBT#0BhXiRZoKlIrqTXrCnX7vQ


RE: Here's how to run a splashscreen when starting playnite (fullscreen) - JBIRO - 05-23-2021

(05-22-2021, 05:23 PM)joyrider3774 Wrote: here's is the splash video i used in the video + another video i just made and currently use https://mega.nz/folder/gkgSQTBT#0BhXiRZoKlIrqTXrCnX7vQ
Thanks for this script but unfortunately it take long time to open playnite for me idk how but time between  splash video and fullscreen run its about 11 second which make this not look good for me mayve hdd or cpu problem


RE: Here's how to run a splashscreen when starting playnite (fullscreen) - joyrider3774 - 05-24-2021

(05-23-2021, 11:34 PM)JBIRO Wrote:
(05-22-2021, 05:23 PM)joyrider3774 Wrote: here's is the splash video i used in the video + another video i just made and currently use https://mega.nz/folder/gkgSQTBT#0BhXiRZoKlIrqTXrCnX7vQ
Thanks for this script but unfortunately it take long time to open playnite for me idk how but time between  splash video and fullscreen run its about 11 second which make this not look good for me mayve hdd or cpu problem

start commands returns immediatly so any pause you have is completely related to your system. Could be your pc can't handle playing an ( high quality) video and launching playnite at same time


RE: Here's how to run a splashscreen when starting playnite (fullscreen) - WilliamLeGod - 12-20-2021

Is there a guide to use a splashscreen image intro instead of a video intro? And can you hide the bat file show up at the beginning to make it more clean?
Thanks for your work!


RE: Here's how to run a splashscreen when starting playnite (fullscreen) - Duece - 12-21-2021

I love this!


RE: Here's how to run a splashscreen when starting playnite (fullscreen) - poyomg - 12-25-2022

Where do ce the .bat file?