Runcommand System Splashscreens!
-
since you explained it, that does make more sense than what I said. it was my ignorance of the behind the scenes work that led to my foolish desire.
I should just be happy with the amazing product that is RetroPie, it is really amazing and I learn something new about it every time I dig into the configs.
thank you
-
I`m testing this awesome option.
But I´ve discovered that the emulator doesnt launch behind the splash png.
How can we change this?I`ve set this lines on runcomand.sh
fbi -1 -t 10 -noverbose -a "$image" </dev/tty &>/dev/null & else fbi -1 -t 10 -noverbose -a "$image" </dev/tty &>/dev/null
I want to see the splash image maybe 8 or 10 seconds to hide mame checkings.
-
@qqplayer
Two points to note about your change:- impacts all the emulators, not just the mame.
- will be overwritten after a runcommand update.
-
@meleu thank you for your answer,maybe I havent explain me correctly.
This is my problem:
I want to make something like hyperspin fade screeen to hide emulators loading screens.
Fba decompress zip roms , mame makes a lot of cheks...
I´ve set the splashscreen time to 10 seconds to hide all this stuffs.
But after 10 seconds the emulator is in first second loading , not in 10 second loading. -
It can cause problems with some emulators - replace the logic with just
fbi -1 -t 10 -noverbose -a "$image" </dev/tty &>/dev/null &
and it should always load in the background(but it will appear in front once it starts, can't really change that)
I may consider an option for this in the future, but it's not a priority currently. If you want fbi to remain in front for longer - that isn't possible.
-
@qqplayer
If you look carefully this part runcommand.sh code you'll notice thatfbi
runs in background only when launching retroarch.if [[ "$command" =~ retroarch ]]; then fbi -1 -t 5 -noverbose -a "$image" </dev/tty &>/dev/null & else fbi -1 -t 2 -noverbose -a "$image" </dev/tty &>/dev/null fi
It means that if you are not using a libretro mame/fba, there's no reason to increase the
fbi
timeout after the else. It only delays the emulator startup.EDIT:
Also note what BuZz said above:If you want fbi to remain in front for longer - that isn't possible.
-
-
it can hide them loading until they display something. once they are doing framebuffer/dispmanx output it will render in front of the launch art.
-
Thank you! Very cool!
But i have a little problem with the "Ports"-screen. It's never shown. Is this normal?
In ports i have Descent, Descent 2, Doom, Duke Nukem 3D, Quake and Quake 3 Arena. Every port has a downloaded image but art is disabled. launching.png is present in /opt/retropie/configs/ports
The splashscreens for the other systems work fine and looks cool.
My settings:
Launch menu: enabled
Launch menu art: disabledRetroPie 4.0.4
Pi 3 -
@BuZz sorry to bother you, but do you have a date when retropie was born? Im doing a cool splashscreen for my apple iie pi system and really could use that. Thanks.
-
@Rookervik these are pretty cool. I am definitely going to use them. Thanks.
-
Would you mind adding the Europe/Japanese version of snes to?
-
@Rion Eur and Jap SNES is so much prettier than the US one. I'm working on it. Will have to add it to Pixel as well.
-
@Rookervik said in Runcommand System Splashscreens!:
@Rion Eur and Jap SNES is so much prettier than the US one. I'm working on it. Will have to add it to Pixel as well.
I think you already made it for pixel. I just change the console.png from the sfc folder when i install your pixel theme.
The text for Super Nintendo is the same as the US one.
Basically just replace the console and add the sfc version. The text is the same.
In pixel theme that is.
-
-
@Rion Check-check. EU SNES is now added to the SNES folder of configs. You'll have to rename them just as you would with Genesis/Megadrive. Use the original download link to get the updated zip file.
Also updated Pixel to 1.91 with the SNES addition. Pixel Post->
-
@BuZz I suppose if we were to decide on an official date for the birth of RetroPie I'd say July 22, 2012 based on the initial commit to github/blog post
-
Sounds good to me.
-
@BuZz I'm already planning the party. I bring the cake you bring the beer
-
@Rion It's bad when I've made so many systems that I lose track of what I did and didn't do. >_< RetroPie is too big.
Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.
Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.