[Mods]Advice on how to make custom Splash Screen
-
Raiden-Z last edited by
So guys, I have a question. How do I make my own custom Splash Screen for an Opera GX mod? I have some ideas for a new mod but I don't know how to carry out them without knowing how to make the splash screen in the first place.
From Raiken Sora/Raiden-Z
Owner of mod studio: Zandatsu Interactive -
burnout426 Volunteer last edited by burnout426
Install https://store.gx.me/mods/nsxjip/capybara-party/ and then goto the URL
chrome-extension://poigpnphnhiglllbbecbjlaicccglnpb/manifest.json
and look at thesplash_screen
section. You'll see it's just an mp4 video file that it references.So, use that as an example. (Make sure to use
"schema_version": 2
for themod
section like that manifest.json does. It's probably needed to supportsplash_screen
and other mods 2.0 stuff.)