Jump to content
Existing user? Sign In

Sign In



Sign Up

Increasing Draw Distance


trees

Recommended Posts

I have not tested this yet. feel free to leave some notes if using.

Step 1: WorldController (or Scene) Tiles; Add the following...

private final int TILE_DRAW_DISTANCE = 300;

Search for the following, where its defined. 

aBooleanArrayArrayArrayArray491

Adjust it to the following

aBooleanArrayArrayArrayArray491 = new boolean[8][32][(TILE_DRAW_DISTANCE * 2) + 1][(TILE_DRAW_DISTANCE * 2) + 1];

Search for the following, where its defined.

aflag[][][][] 

Adjust it to the following

aflag[][][][] = new boolean[9][32][(TILE_DRAW_DISTANCE * 2) + 3][(TILE_DRAW_DISTANCE * 2) + 3];

 

Finally, the op stated to find all the  "25" in WorldController, replace it with TILE_DRAW_DISTANCE 

Step 2: Model class; Add the following...

private final int MODEL_DRAW_DISTANCE = 30000;

 

k2 is a standard variable in most clients so should be able to find, replace the following model draw distance new final draw distance. Like below.

k2 >= MODEL_DRAW_DISTANCE

 

Link to comment
Share on other sites

  • 5 months later...
  • 4 weeks later...
  • 1 year later...
  • 1 month later...
  • 4 months later...
  • 4 weeks later...
  • 6 months later...
  • 3 weeks 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...