Jump to content
Existing user? Sign In

Sign In



Sign Up

Vencillio/ Valius Text Lag Fix


Madara

Recommended Posts

Hey everyone,

Thought this thread was a little dead so I thought I would start posting some stuff. The text lag everyone is experiencing with the new Valius release can be fixed by going to ClientFrame.java and changing this:

if (resizable) {
			setMinimumSize(new Dimension(766 + insets.left + insets.right, 555 + insets.top + insets.bottom));
		}

To this:

if (resizable) {
			setMinimumSize(new Dimension(770 + insets.left + insets.right, 560 + insets.top + insets.bottom));
		}

 

Link to comment
Share on other sites

  • 1 month later...
  • 1 month later...
  • 3 weeks later...
  • 11 months later...
  • 1 year later...
  • 2 weeks later...
  • 1 month later...
  • 7 months later...
  • 1 month 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

Contact

ltlimes

RSPS Partners

RedemptionRSPS

What is a RSPS?

A RSPS, also known as RuneScape private server, is an online game based on RuneScape, and controlled by independent individuals.

Popular RSPS Servers

oldschoolrsps Runewild RedemptionRSPS

Disclaimer

Runesuite is not affiliated with runescape, jagex, rune-server and runelocus in any way & exists solely for educational purposes.

×
×
  • Create New...