trees 714 Posted January 1, 2020 Report Share Posted January 1, 2020 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 More sharing options...
azu 5 Posted January 3, 2020 Report Share Posted January 3, 2020 thanks for this! I will add it and let you know how it went. Link to comment Share on other sites More sharing options...
Origin 1,861 Posted June 10, 2020 Report Share Posted June 10, 2020 actually going to save this for future reference Link to comment Share on other sites More sharing options...
carrot33 0 Posted July 8, 2020 Report Share Posted July 8, 2020 Thank you for this, will be using Link to comment Share on other sites More sharing options...
kooselscape 0 Posted July 9, 2020 Report Share Posted July 9, 2020 been looking for this for a while, thanks man Link to comment Share on other sites More sharing options...
anlem537 0 Posted July 14, 2020 Report Share Posted July 14, 2020 Sorry just started what is this used for? Link to comment Share on other sites More sharing options...
QueenEmsy 0 Posted April 13, 2022 Report Share Posted April 13, 2022 Saving this for future Reference Link to comment Share on other sites More sharing options...
0117be 66 Posted June 2, 2022 Report Share Posted June 2, 2022 will come in handy im sure Link to comment Share on other sites More sharing options...
mire 0 Posted October 29, 2022 Report Share Posted October 29, 2022 Thanks for this!!! Link to comment Share on other sites More sharing options...
khepius 0 Posted November 25, 2022 Report Share Posted November 25, 2022 ty Link to comment Share on other sites More sharing options...
Anežka 3 Posted June 17, 2023 Report Share Posted June 17, 2023 thanks Link to comment Share on other sites More sharing options...
nick491 0 Posted July 7, 2023 Report Share Posted July 7, 2023 this is a life saver Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now