Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Image does not fill the entire window #32

Open
SlyAceZeta opened this issue Jan 28, 2022 · 2 comments
Open

Image does not fill the entire window #32

SlyAceZeta opened this issue Jan 28, 2022 · 2 comments
Labels
bug Something isn't working in-next-release The issue is fixed and will be released in the next release

Comments

@SlyAceZeta
Copy link

Is it just me, or is the image not properly sized to fill the entire launcher window? This seems like it shouldn't be the case...

image

@shusaura85
Copy link
Owner

Yeah, it is supposed to fill the entire window. I'm guessing it's due to the scaling in display settings being high enough that the image used for the background is not big enough for it, and the image is not set to expand. It won't affect the functionality of it.

If I manage to find time to update it, I'll fix it for the next version.

If you use Resource Hacker you can fix it using these steps:

  1. open NPL "launcher.exe" using Resource Hacker
  2. In the tree view on the left, open the "RCData" section and click on "TNOTLAUNCHERWINDOW: 0" entry under RCData
  3. In the right side, go to line 16085, the line should be "Stretch = True"
  4. Add a new line that contains "Stretch = True" and ensure it has the same number of spaces as the previous line
  5. Compile the resource (Menu "Action" -> Compile, or F5, or the green arrow on the toolbar)
  6. Save the file (it will automatically create a backup file)

If you did it correctly when you launch the game, the launcher should show the image on the entire window

@shusaura85 shusaura85 added bug Something isn't working in-next-release The issue is fixed and will be released in the next release labels Jan 28, 2022
@SlyAceZeta
Copy link
Author

It won't affect the functionality of it.

Oh, I know, I've been using the launcher like this for months, just never thought to report it 😅

Thank you very much for those instructions, Resource Hacker fixed it perfectly!

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working in-next-release The issue is fixed and will be released in the next release
Projects
None yet
Development

No branches or pull requests

2 participants