Minetest 0.4.13 Lag Issues

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 » Sat Oct 03, 2015 03:50

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
Member
 
Posts: 3598
Joined: Thu Oct 03, 2013 07:48
GitHub: SmallJoker

Re: Minetest 0.4.13 Lag Issues

by Krock » Sat Oct 03, 2015 07:49

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.
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
enable_minimap = false
Newest Win32 builds - Find a mod - All my mods
ALL YOUR DONATION ARE BELONG TO PARAMAT (Please support him and Minetest)
New DuckDuckGo !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 » Sat Oct 03, 2015 14:03

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 » Sat Oct 03, 2015 14:53

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
Member
 
Posts: 4500
Joined: Tue Jun 12, 2012 18:11
GitHub: rubenwardy
IRC: rubenwardy
In-game: rubenwardy

Re: Minetest 0.4.13 Lag Issues

by rubenwardy » Sat Oct 03, 2015 15:22

You can still use Minetest.conf to change the driver. However, opengl is still recommended. The others cause problems.
 

User avatar
Calinou
Member
 
Posts: 3124
Joined: Mon Aug 01, 2011 14:26
GitHub: Calinou
IRC: Calinou
In-game: Calinou

Re: Minetest 0.4.13 Lag Issues

by Calinou » Sat Oct 03, 2015 16:05

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 » Sat Oct 03, 2015 17:00

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 » Sat Oct 03, 2015 17:01

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
Member
 
Posts: 3124
Joined: Mon Aug 01, 2011 14:26
GitHub: Calinou
IRC: Calinou
In-game: Calinou

Re: Minetest 0.4.13 Lag Issues

by Calinou » Sat Oct 03, 2015 17:13

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 » Sat Oct 03, 2015 19:16

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

User avatar
kaadmy
Member
 
Posts: 627
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 » Sat Oct 03, 2015 19:19

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

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 » Sat Oct 03, 2015 19:20

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: 627
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 » Sat Oct 03, 2015 20:41

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.
 

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 » Sat Oct 03, 2015 22:32

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: 627
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 » Sat Oct 17, 2015 19:51

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.
 

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 » Sat Oct 17, 2015 20:25

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

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

Re: Minetest 0.4.13 Lag Issues

by Dragonop » Sat Oct 17, 2015 21:29

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 » Sun Oct 18, 2015 03:40

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

User avatar
kaadmy
Member
 
Posts: 627
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 » Sun Oct 18, 2015 17:48

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.
 

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

Re: Minetest 0.4.13 Lag Issues

by Don » Mon Oct 19, 2015 03:17

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 » Mon Oct 19, 2015 21:12

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
Member
 
Posts: 4500
Joined: Tue Jun 12, 2012 18:11
GitHub: rubenwardy
IRC: rubenwardy
In-game: rubenwardy

Re: Minetest 0.4.13 Lag Issues

by rubenwardy » Mon Oct 19, 2015 22:26

OpenGL is recommended.
 

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

Re: Minetest 0.4.13 Lag Issues

by Don » Mon Oct 19, 2015 22:43

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
 

User avatar
snowflake
Member
 
Posts: 215
Joined: Mon Nov 16, 2015 16:50
IRC: snow__flake
In-game: snowflake

Re: Minetest 0.4.13 Lag Issues

by snowflake » Mon Nov 16, 2015 18:12

Some Lag might happen by adding mods like techinc,that makes the world lag
✱ ŜИØŴℱŁΔҜΞ ✱
IF I REPORT ANY PROBLEM - SYSTEM
Ubuntu 15.04
32-bit
Memory-3.8GiB
Disk Space -310.8GB

DONT PM ME PLZ!!!! ,
 


Return to Minetest Problems

Who is online

Users browsing this forum: Bing [Bot] and 2 guests

cron