Is it still possible to implement a splashscreen in the latest version of Ren'Py? I have searched through every forum concerning the use of splashscreens; however, all of them are either outdated or do not work. Below I included the snippet of code from the historic Ren'Py wiki page (which does not work in the newest version). I couldn't find any other official documentation on the Ren'Py site. At this point, I'm a little desperate. How in the world can I do this?
label splashcreen:
scene black
with pause (1.0)
show text "splash text" with dissolve
with pause (2.0)
hide text with dissolve
with pause (1.0)
return
I assume you want the splash screen before the menu, right?
If so, try: