by tanvan » Wed Nov 25, 2015 05:36
How long should it take to load into a new game? Right now on my gaming rig it's taking several minutes to load textures (5-10 minutes), long enough that the game window appears to hang on Item textures, the progress bar does slowly fill up from there and eventually the game runs, but is very sluggish. I can't tell if it's a bug or some odd setting on my end.
I'm running Windows 10 64bit, with a 3.4GHz Xeon, 8GB of RAM and an Nvidia GTX970. I'm running sky-test from a cloned git repository and minetest is a fresh install of 0.4.13 with no adjustments. It doesn't make a difference if it's installed to my SSD or HDD.
This game seems neat, but at the moment unplayable.
Also, I'm getting the same dummy texture messages as Kilarin, at least one I think is a naming issue. There is a skylands rich dirt texture in the skylands mod directory, but no a rich soil texture. I'm guessing the name got changed at some point.
EDIT:
When I finally get into a game I'm getting 8 FPS. I was able to play for about 5 minutes before I got a Lua Out of Memory error. (I'm not sure how it can be out of memory, when the memory usage on my entire machine didn't even hit 4 out of 8GB, but there you go.)
EDIT 2:
If it helps, I copied the mods in the skytest mods folder to my main mods folder, created a new minetest-game and enabled all the mods and I can play almost instantly at 60 FPS. I start on a the crater lake sky Island, but with no starting items.
EDIT 3:
commenting out the line:
preload_item_visuals = 1
from the sky-test/minetest.conf file fixed all my loading problems and everything runs at 60FPS.