Minetest 0.4.13 Lag Issues

Post Reply
Minerz
Member
Posts: 121
Joined: Fri Aug 28, 2015 13:55
GitHub: Minerz
IRC: Minerz
In-game: MinerMan

Minetest 0.4.13 Lag Issues

by Minerz » Post

Hello everyone.
I recently tried out the new update, 0.4.13, and found it real laggy. I played it on 0.4.12, and 0.4.11, and the game was running at around 70 FPS. Are there any fixes or something? I'd like that, because the new update is AWESOME, but laggy.
Thanks,
-Minerz

User avatar
Krock
Developer
Posts: 4650
Joined: Thu Oct 03, 2013 07:48
GitHub: SmallJoker
Location: Switzerland
Contact:

Re: Minetest 0.4.13 Lag Issues

by Krock » Post

Here's an earlier post, if you haven't seen it yet: Low FPS

A minimap was added with 0.4.13, you can try to disable it and see if the problem sill persists.

Code: Select all

enable_minimap = false
Look, I programmed a bug for you. >> Mod Search Engine << - Mods by Krock - DuckDuckGo mod search bang: !mtmod <keyword here>

Minerz
Member
Posts: 121
Joined: Fri Aug 28, 2015 13:55
GitHub: Minerz
IRC: Minerz
In-game: MinerMan

Re: Minetest 0.4.13 Lag Issues

by Minerz » Post

Ok, Krock! Thanks for the help. I'm going to try it out and see if it works out!

Minerz
Member
Posts: 121
Joined: Fri Aug 28, 2015 13:55
GitHub: Minerz
IRC: Minerz
In-game: MinerMan

Re: Minetest 0.4.13 Lag Issues

by Minerz » Post

Krock, is 0.4.13 made for OpenGL or something? Because I have Directx and there is no option for Directx, OpenGL, Burningsvideo, and Software Renderer in the options.

User avatar
rubenwardy
Moderator
Posts: 6978
Joined: Tue Jun 12, 2012 18:11
GitHub: rubenwardy
IRC: rubenwardy
In-game: rubenwardy
Location: Bristol, United Kingdom
Contact:

Re: Minetest 0.4.13 Lag Issues

by rubenwardy » Post

You can still use Minetest.conf to change the driver. However, opengl is still recommended. The others cause problems.
Renewed Tab (my browser add-on) | Donate | Mods | Minetest Modding Book

Hello profile reader

User avatar
Calinou
Moderator
Posts: 3169
Joined: Mon Aug 01, 2011 14:26
GitHub: Calinou
IRC: Calinou
In-game: Calinou
Location: Troyes, France
Contact:

Re: Minetest 0.4.13 Lag Issues

by Calinou » Post

Direct3D does not support shaders, since the only kind of shaders available in Minetest are GLSL shaders. (Direct3D uses HLSL shaders.)

Minerz
Member
Posts: 121
Joined: Fri Aug 28, 2015 13:55
GitHub: Minerz
IRC: Minerz
In-game: MinerMan

Re: Minetest 0.4.13 Lag Issues

by Minerz » Post

rubenwardy wrote:You can still use Minetest.conf to change the driver. However, opengl is still recommended. The others cause problems.
Ok, rubenwardy. I'll try it out again and switch up the drivers. I'll try 'em all to see which one offers the best performance.

Minerz
Member
Posts: 121
Joined: Fri Aug 28, 2015 13:55
GitHub: Minerz
IRC: Minerz
In-game: MinerMan

Re: Minetest 0.4.13 Lag Issues

by Minerz » Post

Calinou wrote:Direct3D does not support shaders, since the only kind of shaders available in Minetest are GLSL shaders. (Direct3D uses HLSL shaders.)
Oh. Shaders DO cause lots of lag, right?

User avatar
Calinou
Moderator
Posts: 3169
Joined: Mon Aug 01, 2011 14:26
GitHub: Calinou
IRC: Calinou
In-game: Calinou
Location: Troyes, France
Contact:

Re: Minetest 0.4.13 Lag Issues

by Calinou » Post

Minerz wrote:Oh. Shaders DO cause lots of lag, right?
They don't, if your graphics hardware is recent and powerful enough.

Minerz
Member
Posts: 121
Joined: Fri Aug 28, 2015 13:55
GitHub: Minerz
IRC: Minerz
In-game: MinerMan

Re: Minetest 0.4.13 Lag Issues

by Minerz » Post

Ok. I had heard that shaders dropped this guy's frames by like, 30. Thanks.

User avatar
kaadmy
Member
Posts: 706
Joined: Thu Aug 27, 2015 23:07
GitHub: kaadmy
IRC: KaadmY
In-game: KaadmY kaadmy NeD

Re: Minetest 0.4.13 Lag Issues

by kaadmy » Post

It drops my fps by about 4, but I usually get around 16-20 anyway.
Never paint white stripes on roads near Zebra crossings.

Pixture

Minerz
Member
Posts: 121
Joined: Fri Aug 28, 2015 13:55
GitHub: Minerz
IRC: Minerz
In-game: MinerMan

Re: Minetest 0.4.13 Lag Issues

by Minerz » Post

Uh, sorry for the random question, but where is the init.lua located? I kinda don't want to start a new forum topic on this.

User avatar
kaadmy
Member
Posts: 706
Joined: Thu Aug 27, 2015 23:07
GitHub: kaadmy
IRC: KaadmY
In-game: KaadmY kaadmy NeD

Re: Minetest 0.4.13 Lag Issues

by kaadmy » Post

In the individial mod directory, ie. minetest_game/mods/default/init.lua
That's the file that's run in startup, for modpacks, put the file modpack.txt into the same directory as the init.lua, and add mods there.
Never paint white stripes on roads near Zebra crossings.

Pixture

Minerz
Member
Posts: 121
Joined: Fri Aug 28, 2015 13:55
GitHub: Minerz
IRC: Minerz
In-game: MinerMan

Re: Minetest 0.4.13 Lag Issues

by Minerz » Post

kaadmy wrote:In the individial mod directory, ie. minetest_game/mods/default/init.lua
That's the file that's run in startup, for modpacks, put the file modpack.txt into the same directory as the init.lua, and add mods there.
Thankyou, kaadmy! I've went back to 0.4.12, so there would be no lag issues.

User avatar
kaadmy
Member
Posts: 706
Joined: Thu Aug 27, 2015 23:07
GitHub: kaadmy
IRC: KaadmY
In-game: KaadmY kaadmy NeD

Re: Minetest 0.4.13 Lag Issues

by kaadmy » Post

kaadmy wrote:It drops my fps by about 4, but I usually get around 16-20 anyway.
Wait.. Is it me, or does the 0.4.13-dev version have much increased performance? I could do viewing range at 35 nodes before around 20 fps, and now I get about 25-40 fps with 130+ node viewing range??
Never paint white stripes on roads near Zebra crossings.

Pixture

Minerz
Member
Posts: 121
Joined: Fri Aug 28, 2015 13:55
GitHub: Minerz
IRC: Minerz
In-game: MinerMan

Re: Minetest 0.4.13 Lag Issues

by Minerz » Post

What? My PC uses DirectX, and my Minetest (in 0.4.13), is laggy as HELL! Around what, 4-5 fps?

Dragonop
Member
Posts: 1233
Joined: Tue Oct 23, 2012 12:59
GitHub: Dragonop
IRC: Dragonop
In-game: Dragonop
Location: Argentina

Re: Minetest 0.4.13 Lag Issues

by Dragonop » Post

Do not use DirectX, it's unstable in Minetest. Use OpenGL instead

Minerz
Member
Posts: 121
Joined: Fri Aug 28, 2015 13:55
GitHub: Minerz
IRC: Minerz
In-game: MinerMan

Re: Minetest 0.4.13 Lag Issues

by Minerz » Post

I'll try it. What kind of issues can it cause?

User avatar
kaadmy
Member
Posts: 706
Joined: Thu Aug 27, 2015 23:07
GitHub: kaadmy
IRC: KaadmY
In-game: KaadmY kaadmy NeD

Re: Minetest 0.4.13 Lag Issues

by kaadmy » Post

Minerz wrote:I'll try it. What kind of issues can it cause?
Shaders don't work, everything breaks and becomes red/black from what i've heard.
Never paint white stripes on roads near Zebra crossings.

Pixture

User avatar
Don
Member
Posts: 1643
Joined: Sat May 17, 2014 18:40
GitHub: DonBatman
IRC: Batman
In-game: Batman

Re: Minetest 0.4.13 Lag Issues

by Don » Post

I made the mistake of changing from opengl and my screen was a mess. Here is the topic. The picture shows what can happen.

viewtopic.php?f=6&t=11468&hilit=screen
Many of my mods are now a part of Minetest-mods. A place where you know they are maintained!

A list of my mods can be found here

Minerz
Member
Posts: 121
Joined: Fri Aug 28, 2015 13:55
GitHub: Minerz
IRC: Minerz
In-game: MinerMan

Re: Minetest 0.4.13 Lag Issues

by Minerz » Post

Don wrote:I made the mistake of changing from opengl and my screen was a mess. Here is the topic. The picture shows what can happen.

viewtopic.php?f=6&t=11468&hilit=screen
I can't believe it. This is exactly what happened to me. Twice. It's bad, really bad. It's probably the worst thing that can happen to you. But, since I use DirectX, will OpenGL work for me when I use it?

User avatar
rubenwardy
Moderator
Posts: 6978
Joined: Tue Jun 12, 2012 18:11
GitHub: rubenwardy
IRC: rubenwardy
In-game: rubenwardy
Location: Bristol, United Kingdom
Contact:

Re: Minetest 0.4.13 Lag Issues

by rubenwardy » Post

OpenGL is recommended.
Renewed Tab (my browser add-on) | Donate | Mods | Minetest Modding Book

Hello profile reader

User avatar
Don
Member
Posts: 1643
Joined: Sat May 17, 2014 18:40
GitHub: DonBatman
IRC: Batman
In-game: Batman

Re: Minetest 0.4.13 Lag Issues

by Don » Post

If you don't have opengl then you can get it here
https://www.opengl.org/wiki/Getting_Sta ... ing_OpenGL
Many of my mods are now a part of Minetest-mods. A place where you know they are maintained!

A list of my mods can be found here

snowflake
Member
Posts: 215
Joined: Mon Nov 16, 2015 16:50

Re: Minetest 0.4.13 Lag Issues

by snowflake » Post

Some Lag might happen by adding mods like techinc,that makes the world lag

Post Reply

Who is online

Users browsing this forum: No registered users and 9 guests