Page 1 of 1

Speed up the game.

PostPosted: Mon Feb 10, 2014 18:27
by banninga.j.m
Could some one give me some advice on how to speed up the game. I'm running it on an eleven year old computer at about 7-20 fps.

PostPosted: Mon Feb 10, 2014 18:34
by webdesigner97
Disable shaders and experiment with the video_drivers in minetest.conf

Which OS?

PostPosted: Mon Feb 10, 2014 18:41
by banninga.j.m
Shaders are disabled and the other part I'm not shut what to do.

I'm running Ubuntu 12.04, I think.

PostPosted: Mon Feb 10, 2014 19:08
by Krock
banninga.j.m wrote:...
at about 7-20 fps.

Hey, we've the same situation:here some speedups, which worked for me.
my minetest.conf file wrote:
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
video_driver = opengl
fps_max = 26
wanted_fps = 2
mip_map = true
enable_fog = false

viewing_range_nodes_min = 16
viewing_range_nodes_max = 16

#less important
new_style_leaves = false
smooth_lighting = true
enable_3d_clouds = false
enable_particles = false
enable_shaders = false

PostPosted: Mon Feb 10, 2014 19:45
by DeepGaze
there is a 1px texture pack that might help https://forum.minetest.net/viewtopic.php?id=8190