Jump to content
LaunchBox Community Forums

[BigBox] Skins and custom splash on boot


phly95

Recommended Posts

I use bigbox on a dedicated gaming PC. One feature that would be awesome would be to use task scheduler to launch a custom BigBox Splash before logging in. This could mean adding something like the Xbox or Playstation boot sequence as soon instead of the login screen with auto-login (ofc not changing the boot animation except maybe making it all black like what I did in winaero tweaker, because that would cause too many problems). Then skinning it could allow the interface to look like a bootlegged NES or look like a game menu. I love the Bigbox design, but I would like to be able to customize it further to look like whatever console we like. I would love the PC to have as close to that seamless console boot as possible.
Link to comment
Share on other sites

Actually, the splash screen is not as important, since it's pretty easy to just use sleep or hibernate instead of shutting down (duh, should have thought of that) but skins would be an awesome idea. Actually, splashscreens can actually work better with sleep mode/hibernate since BigBox can detect when the PC enters a suspended state and queue the splash screen for when it's woken up. That would make the true illusion of it being a console. I would say however that skinning would be the top priority though.
Link to comment
Share on other sites

  • 3 weeks later...
I actually found a way to get splash screens when waking from sleep. You need to make an event in task scheduler "on an event" trigger with a custom XML event filter. The XML code is:
<QueryList> <Query Id="0" Path="System"> <Select Path="System">*[System[Provider[@Name='Microsoft-Windows-Kernel-Power'] and (Level=4 or Level=0) and (EventID=42)]]</Select> </Query> </QueryList>
Then use VLC after setting it to minimal view and disabling the cone and create a .bat file that opens the file with VLC. You may want to use an additional installation of VLC portable or something so you don't have to mess up your main video player if VLC is your player of choice. Then set task scheduler to use the .bat file you created (the .bat file is so that it shows up fullscreen) The .bat file should look something like
start "VLC" "C:\Program Files (x86)\VideoLAN\VLC\vlc.exe" <path to video splash screen> exit
It would be cool to integrate this directly into BigBox, but right now, this workaround works well if you don't mind putting your PC on Sleep instead of powering off.
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...