Page 1 of 1

Fixed Draw Distance

PostPosted: Tue Jan 26, 2016 17:56
by McBean56545
I have noticed lately that Minetest uses a dynamic draw distance, which can cause lag/ lag spikes. I was hoping that the devs could add a fixed draw distance option under the "settings" tab when you start the game.

Re: Fixed Draw Distance

PostPosted: Tue Jan 26, 2016 18:35
by qwertymine3
You can already set a 'fixed' draw distance - by setting viewing_range_nodes_max to less than viewing_range_nodes_min in minetest.conf. The viewing range is then set to the value of viewing_range_nodes_max.

AFAIK there is a new settings menu being worked on for minetest 0.4.14 which should allow you to make these setting changes from the game menu.

Re: Fixed Draw Distance

PostPosted: Tue Jan 26, 2016 21:23
by paramat
Dynamic draw distance might be removed soon if c55's farmap is merged. Many people disable it.

Re: Fixed Draw Distance

PostPosted: Mon Feb 15, 2016 11:28
by RealBadAngel
Thats gonna propably be removed even sooner

Re: Fixed Draw Distance

PostPosted: Fri Sep 09, 2016 19:30
by bobomb
paramat wrote:Dynamic draw distance might be removed soon if c55's farmap is merged. Many people disable it.


what is this farmap code anyway. there is a mod called farmap by slemonide but it doesn't do much other than stall the game. then i see this youtube video https://www.youtube.com/watch?v=tJH6lqLVce4 which seems to show a feature that is very different, seems like it draws larger globs of nodes and then refines the detail as you approach. is this a fork or a build option or something? i don't see the word "farmap" in the minetest changelogs... how does this feature work with mapgen mods? has it been abandoned?

Re: Fixed Draw Distance

PostPosted: Sat Sep 10, 2016 00:32
by rubenwardy
It's a work in progress change which adds level of detail to the world, so far away landscape is drawn with less detail. You can then see further. Celeron55 is working on it, but he hasn't made any changes since march. It's probably on his backbench as it's hard to test due to massive change, and he's likely busy with real life

https://github.com/minetest/minetest/pull/3502

About this thread: dynamic draw distance has been removed