Jump to content

Poor quality login window image


Recommended Posts

So I designed a wallpaper to use for my login screen, it looks sharp and all in Photoshop and in normal Windows image viewer, however  in client it looks like utter shit and it becomes very blurry and pixelated.. any idea if this is something to do with a library in the source responsible for image rendering or something?? I don't see this problem in servers like WoM for example.

Link to comment
Share on other sites

Path: locale_xx\locale\xx\ui

Change: loginwindow.py

		{
			"name" : "bg1", "type" : "expanded_image", "x" : 0, "y" : 0,
			"x_scale" : float(SCREEN_WIDTH) / 1024.0, "y_scale" : float(SCREEN_HEIGHT) / 768.0,
			"image" : "locale/en/ui/serverlist.sub",
		},

1024x768 to whatever you want. (e.g. 1920x1080)

And edit login.sub too.

title subImage
version 2.0
image "login.jpg"
left 0
top 0
right 1024
bottom 768

 

  • Love 1
Link to comment
Share on other sites

  • 2 years later...
 

Path: locale_xx\locale\xx\ui

Change: loginwindow.py

		{
			"name" : "bg1", "type" : "expanded_image", "x" : 0, "y" : 0,
			"x_scale" : float(SCREEN_WIDTH) / 1024.0, "y_scale" : float(SCREEN_HEIGHT) / 768.0,
			"image" : "locale/en/ui/serverlist.sub",
		},

1024x768 to whatever you want. (e.g. 1920x1080)

And edit login.sub too.

title subImage
version 2.0
image "login.jpg"
left 0
top 0
right 1024
bottom 768

 

Thanks.

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



  • Similar Content

  • Activity

    1. 2

      Feeding game source to LLM

    2. 0

      Target Information System

    3. 2

      Feeding game source to LLM

    4. 2

      anti exp explanation pls

    5. 2

      Feeding game source to LLM

    6. 2

      anti exp explanation pls

    7. 0

      [GR2] Positioning an object added with "Attach"

  • Recently Browsing

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.