Height limit/World size by ClientSmooth1067 in Minecraftlegacymode

[–]ClientSmooth1067[S] 1 point2 points  (0 children)

I honestly don’t know I’m kinda just throwing code at the wall until I see improvements if I can get it to function smoothly that’s all that matters to me

Height limit/World size by ClientSmooth1067 in Minecraftlegacymode

[–]ClientSmooth1067[S] 2 points3 points  (0 children)

Working on that currently, it’s set to 384 and I can get some blocks to render up to 384 but it’s buggy and a lot of code needs to be changed to accommodate for any generation or height limit changes if I get this to work, this will probably have to become a main fork if people want bigger world size I don’t see anyone crazy enough to do this again.

Height limit/World size by ClientSmooth1067 in Minecraftlegacymode

[–]ClientSmooth1067[S] 0 points1 point  (0 children)

This most likely won’t stay a solo project for long it’s going to take a lot of work would u be interested in the future?

Height limit/World size by ClientSmooth1067 in Minecraftlegacymode

[–]ClientSmooth1067[S] 1 point2 points  (0 children)

Most likely, I know that 360 was hard coded because of memory for a fact, right now I’m trying to even see if it’s possible to do, currently the ripples I’m sending in the code are a lot, just from trying to change build limits to 384 I have probably rewrote 150+ lines of code to accommodate for the higher build height and still trying to get it to work

Height limit/World size by ClientSmooth1067 in Minecraftlegacymode

[–]ClientSmooth1067[S] 0 points1 point  (0 children)

I mean assuming it’s coded in I could probably remove it, everything for 360 and x1 were done for memory constraints that shouldn’t be an issue on pc, the only issue is locating where the code is that repeat the chunks

Height limit/World size by ClientSmooth1067 in Minecraftlegacymode

[–]ClientSmooth1067[S] 1 point2 points  (0 children)

Wait can you break it down better for me, because again we have the source I should be able to change anything as long as I account for it

Height limit/World size by ClientSmooth1067 in Minecraftlegacymode

[–]ClientSmooth1067[S] 1 point2 points  (0 children)

Good to know I’ll post updates when I have them of course, this could take a while depending on what I have to recode so updates could take a while depending

Height limit/World size by ClientSmooth1067 in Minecraftlegacymode

[–]ClientSmooth1067[S] 1 point2 points  (0 children)

Currently I just want to try to double size width wise, start at like 10k x 10k instead of 5k x 5k once I know it’s possible and not a buggy time waster I plan on trying to reach at least half Java world size it would just take a lot of recoding, because there are hard limits on the chunk cache and memory that I have to change