Sodium

Sodium

35M Downloads

More render distance

DedMaxim opened this issue ยท 5 comments

commented

Is your feature request related to a problem? Please describe.
Too much fps that I can't take advantage of, so...

Describe the solution you'd like
...increase maximum render distance to 48 or 64 or more

commented

But with mods like nvidium now about, I feel like this should be possible without relying on c2me as the only option in single player, Bobby override only works on bobby saved chunks.

commented

C2ME is required because getting the integrated server to send more chunks is impossible without significant modification, as the limit of 32 chunks is hardcoded into many parts of the chunk management system. Even if you could do it (by just modifying the limit), the time complexity increases greatly with render distance, and performance scaling would be absolutely terrible, so you still need another mod to implement things in a better way.

Sodium does not permit increasing the render distance because that would require server modifications, which it cannot do as a client mod. We will never change this.

commented

maximum settings aren't meant for potato computers. my laptop can easily handle 32, and could probably handle even higher than 64 if you people bothered supporting it.

commented

32 chunks is hard-coded into threadedanvilchunkstorage, as well as a few other places.
Not sure how OF gets around it.

commented

This is not being considered. The game can't even properly handle a 32 chunk render distance on a reasonable computer.