Jump to content

[Tutorial] Adding a custom log-in background


Recommended Posts

I've seen a few people asking how to add your own custom background when you log-in, so I have decided to make a guide.

 

Start by finding your PokeMMO folder. If you can't remember where you put it, like me, I right click the icon I have on my desktop and press 'open file location'. In the PokeMMO folder go to data then themes and select what theme you would like to give a custom background to.

 

You should be seeing something like this-

 

Spoiler

84298732f907772b92a94f5ecf0f158a-png.jpg

 

Using Notepad ++, or normal Notepad should do, edit gfx to include

 

<images file="res/background.png">
        <area name="login-background" xywh="*"/>
    </images>

 

Like so-

Spoiler

b64bc2fc00dd8b3e1aeef3f6a39cbf5c.png

Then edit the main widgets to include

 

<theme name="logingui">
        <param name="background"><image>login-background</image></param>
    </theme>

 

Like so-

Spoiler

8986bcc5b1e003496a38d02587b975ce.png

Save the picture you would like to use as the background as a png in the res folder and name it 'background' and there you go!

 

Also reminder that themes are currently not supported on Android.

Edited by hannahtaylor
Link to comment
  • 3 weeks later...
  • 2 weeks later...
  • 3 months later...
  • 4 months later...
  • 1 month later...
  • 3 months later...
6 hours ago, BrotherGrim said:

Is there a way to restore the default (no roms loaded) background of the animated sky? I see that there are three bg_0x.png files in /textures

i dont think so bro... the mostly alike would be put that sky as a fixed background, without the animation

Link to comment
  • 2 weeks later...
  • 2 weeks later...
  • 4 weeks later...
  • 9 months later...
  • 1 year later...
On 11/25/2021 at 12:36 AM, druido890 said:

When I am in the character selection screen, the background returns to the default one (the black and white one to understand)

In "main-widgets" you only need to paste "<param name="background"><image>login-background</image></param>"  on the second line of the login frame section

image.thumb.png.b4b788bd691323234beb3c73c356cef8.png

Edited by Kuroawolfie
Link to comment
  • 2 months later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.