[GH-ISSUE #520] Resizable or adjust client screen size? #10091

Open
opened 2026-06-03 12:20:54 +00:00 by Dark98 · 7 comments
Owner

Originally created by @finkton1 on GitHub (Dec 14, 2021).
Original GitHub issue: https://github.com/2006-Scape/2006Scape/issues/520

Has anyone implemented this yet?
The client screen is small, especially on higher resolution monitors.

Any help is appreciated.

Thanks!!

Originally created by @finkton1 on GitHub (Dec 14, 2021). Original GitHub issue: https://github.com/2006-Scape/2006Scape/issues/520 Has anyone implemented this yet? The client screen is small, especially on higher resolution monitors. Any help is appreciated. Thanks!!
Author
Owner

@Dark98 commented on GitHub (Dec 14, 2021):

Not yet unfortunately 😓

<!-- gh-comment-id:993151338 --> @Dark98 commented on GitHub (Dec 14, 2021): Not yet unfortunately 😓
Author
Owner

@finkton1 commented on GitHub (Dec 15, 2021):

Not yet unfortunately 😓

I think it would be extremely useful given the state of higher res monitors.

<!-- gh-comment-id:994237208 --> @finkton1 commented on GitHub (Dec 15, 2021): > Not yet unfortunately 😓 I think it would be extremely useful given the state of higher res monitors.
Author
Owner

@JohnsonMichaels123 commented on GitHub (Apr 7, 2022):

This should be top priority

<!-- gh-comment-id:1092292705 --> @JohnsonMichaels123 commented on GitHub (Apr 7, 2022): This should be top priority
Author
Owner

@RedSparr0w commented on GitHub (Apr 7, 2022):

It's a lot harder than one might think, just due to all the hard coded values within the client.
I did start on one a long while ago, got it mostly working, but then gave up because of so many hard coded mouse values.

<!-- gh-comment-id:1092295978 --> @RedSparr0w commented on GitHub (Apr 7, 2022): It's a lot harder than one might think, just due to all the hard coded values within the client. I did start on one a long while ago, got it mostly working, but then gave up because of so many hard coded mouse values.
Author
Owner

@JohnsonMichaels123 commented on GitHub (Apr 7, 2022):

It's a lot harder than one might think, just due to all the hard coded values within the client. I did start on one a long while ago, got it mostly working, but then gave up because of so many hard coded mouse values.

I actually hired a guy to do this for us but he couldn't do it. Apparently our client is so old that it causes a lot of issues. We would probably need an entirely new client.

<!-- gh-comment-id:1092296283 --> @JohnsonMichaels123 commented on GitHub (Apr 7, 2022): > It's a lot harder than one might think, just due to all the hard coded values within the client. I did start on one a long while ago, got it mostly working, but then gave up because of so many hard coded mouse values. I actually hired a guy to do this for us but he couldn't do it. Apparently our client is so old that it causes a lot of issues. We would probably need an entirely new client.
Author
Owner

@RedSparr0w commented on GitHub (Apr 7, 2022):

It's definitely possible with the current client, just a lot of things that would need to be changed.

<!-- gh-comment-id:1092296681 --> @RedSparr0w commented on GitHub (Apr 7, 2022): It's definitely possible with the current client, just a lot of things that would need to be changed.
Author
Owner

@Promises commented on GitHub (May 3, 2022):

@RedSparr0w here is a 435 with resizable: https://github.com/runejs/refactored-client-435/blob/master/src/main/java/org/runejs/client/frame/ScreenController.java

<!-- gh-comment-id:1116295359 --> @Promises commented on GitHub (May 3, 2022): @RedSparr0w here is a 435 with resizable: https://github.com/runejs/refactored-client-435/blob/master/src/main/java/org/runejs/client/frame/ScreenController.java
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: 2006-Scape/2006Scape#10091