Longer chunk loading after new update

    Joined
    Sep 4, 2013
    Messages
    723
    Reaction score
    200
    • Purchased!
    • Legacy Citizen 5
    Am I the only person who noticed that new chunk update actually made chunk loading way slower? It takes me few minutes to enter server now (chunk around spawn position are being loaded).
     
    Joined
    Nov 16, 2014
    Messages
    450
    Reaction score
    113
    • Legacy Citizen
    • Purchased!
    • Community Content - Bronze 1
    Was this a new world or one you already had? If it's one you already had the lag is due to the world being updated from chunk16 to chunk32. Or I may be completely off base but that's just one idea/explanation.
     
    Joined
    Aug 30, 2015
    Messages
    167
    Reaction score
    164
    • Purchased!
    Is your view distance increased? Can you see more asteroids than you could before? Because I can in my world, but my computer seems okay with the extra view distance, so I'm keeping it.
     
    Joined
    Jun 27, 2013
    Messages
    896
    Reaction score
    165
    I have maxed out G_MAX_SEGEMENTSDRAWN to where it is just able to keep up; after the Chunk32 update, SM has to render up to about eight times the number of blocks. This may not be noticeable in a mostly empty sector with just one ship, but it can make a huge difference if there is a lot to render, like in an asteroid belt, or on a planet.

    After reducing G_MAX_SEGEMENTSDRAWN to about a third of where I had it before the update (didn't need to go all the way down to an eighth), everything is running smooth again.
    Experiment with that, set it low and work your way up until it starts to break down (give the game a bit of time to catch up between changes), then revert back to the last usable value.