So if you want to script your own splash screen, you can do so.
If you want to override the built-in android splash screen, you can do that too!
The current default android splash screen looks like:
I am totally open to replacing this with something better looking :)
It needs to be exactly 457x266 pixels and saved in .png format.
No I don't know why it needs to be that exact size, that is just what the commandergenius port of SDL 1.2 on Android uses, so that is what the ohrrpgce uses.
Anytime I package your game into an Android .apk file for you, you can give me your own 457x266 file named publisherlogo.png and I can easily add it to the apk.
Note that there is no rule saying that your game has to advertise that it is powered by the ohrrpgce. You can put your own logo only, if you prefer.
Also, since this is a true splash screen, it only shows for the exact amount of time that the loading takes, which is usually just right on most devices, but could be longer on a slow device or shorter on a fast device.