Bobby

Bobby

4M Downloads

Bobby mod not loading chunks beyond 32 chunks

MqcCheeze opened this issue ยท 5 comments

commented

Even at bobby's default 64 chunk limit, the chunks beyond 32 chunks do not load, the fog gets removed however and the clouds do render at the specified chunks. In singleplayer, not opened to LAN

image

image

image
^ mods folder

latest.log

commented

Even when I have the chunks cached they end up unloading at 32 chunks. I have bobby set to 1024 chunks

commented

Even when I have the chunks cached they end up unloading at 32 chunks. I have bobby set to 1024 chunks

Please open a separate issue and provide all the info for your case that OP has provided here (but without the fance F3 mod please, I want to see bobby's debug values in the F3 screen).

commented

That is correct. Bobby does not re-write the vanilla server's chunk management like C2ME does, and as such it cannot increase the server view distance beyond 32 (that's why the "Singleplayer Server View Distance" slider stops at 32).
You need to visit those chunks first so the server actually generates them, sends them to the client and bobby can cache them before bobby can load them from its cache when you move away from them again.
Not directly related but (presumably) the BetterF3 mod makes it difficult to tell if bobby is even functional in that first screenshot because it removes the line which bobby modifies to include its debug info (the line with F:, L: and U:).

commented

same here, the chunks unload after leaving the area

  1. bobby set to 64
  2. travel in a direction
  3. look back and see chunks disappearing
commented

That is correct. Bobby does not re-write the vanilla server's chunk management like C2ME does, and as such it cannot increase the server view distance beyond 32 (that's why the "Singleplayer Server View Distance" slider stops at 32). You need to visit those chunks first so the server actually generates them, sends them to the client and bobby can cache them before bobby can load them from its cache when you move away from them again. Not directly related but (presumably) the BetterF3 mod makes it difficult to tell if bobby is even functional in that first screenshot because it removes the line which bobby modifies to include its debug info (the line with F:, L: and U:).

so would it be better to use C2ME's server view distance to load the chunks and Bobby cache them?

if this is right, it would be interesting for C2ME to allow changing the MaxViewDistance when Bobby is installed (currently C2ME blocks this option due to Bobby)
image