Search found 9 matches

by Spartacuscat
Mon May 12, 2014 02:41
Forum: Mod Releases
Topic: [Modpack] 3D Armor [0.4.13] [minetest-3d_armor]
Replies: 897
Views: 336244

Re: [Modpack] minetest-3d_armor [0.4.1] [minetest-3d_armor]

So you will also need to download minetest game cd minetest/games git clone git://github.com/minetest/minetest_game.git So I ran that code and installed it and compiled it to the best of my abilities twice and the armor pack still doesn't work. Care to tell me what I'm doing wrong? myname@Gespenst:...
by Spartacuscat
Sun May 11, 2014 23:18
Forum: Mod Releases
Topic: [Modpack] 3D Armor [0.4.13] [minetest-3d_armor]
Replies: 897
Views: 336244

Re: [Modpack] minetest-3d_armor [0.4.1] [minetest-3d_armor]

Aw shyucks, I'm sorry man, I joined this community nearly 3 years ago so I wasn't able to keep up with stuff like that, which mostly everyone knows about by now.
by Spartacuscat
Sun May 11, 2014 23:01
Forum: Mod Releases
Topic: [Modpack] 3D Armor [0.4.13] [minetest-3d_armor]
Replies: 897
Views: 336244

Re: [Modpack] minetest-3d_armor [0.4.1] [minetest-3d_armor]

Well I used these command parameters on my terminal to install it.

sudo add-apt-repository ppa:minetestdevs/stable
sudo apt-get update
sudo apt-get install minetestc55

So that's a big no.
by Spartacuscat
Sun May 11, 2014 21:57
Forum: Mod Releases
Topic: [Modpack] 3D Armor [0.4.13] [minetest-3d_armor]
Replies: 897
Views: 336244

Re: [Modpack] minetest-3d_armor [0.4.1] [minetest-3d_armor]

Okay here it is ------------- Separator ------------- 15:53:13: ACTION[main]: [MOD]inventory_plus -- loaded from /home/myname/.minetest/mods/inventory_plus 15:53:13: ERROR[main]: ========== ERROR FROM LUA =========== 15:53:13: ERROR[main]: Failed to load and run script from 15:53:13: ERROR[main]: /h...
by Spartacuscat
Sun May 11, 2014 21:41
Forum: Mod Releases
Topic: [Modpack] 3D Armor [0.4.13] [minetest-3d_armor]
Replies: 897
Views: 336244

Re: [Modpack] minetest-3d_armor [0.4.1] [minetest-3d_armor]

You will need to provide a bit more information than that i'm afraid, pastebin the relevant section of your debug.txt file, also tell me what version of minetest and what version of this modpack you are using. It is important that you choose the correct one. Chose the newest one, for 4.9, running U...
by Spartacuscat
Sun May 11, 2014 00:53
Forum: Mod Releases
Topic: [Modpack] 3D Armor [0.4.13] [minetest-3d_armor]
Replies: 897
Views: 336244

Re: [Modpack] minetest-3d_armor [0.4.1] [minetest-3d_armor]

Getting an error here, can't even load a new or old world when I have your mod turned on.

ERROR: ModError: Failed to load and run /home/My Name/.minetest/3d_armor/init.lua
by Spartacuscat
Thu Dec 01, 2011 06:51
Forum: Feature Discussion
Topic: Chunk loading improvement
Replies: 5
Views: 2237

bumperrooo
by Spartacuscat
Sun Nov 27, 2011 00:23
Forum: Feature Discussion
Topic: Chunk loading improvement
Replies: 5
Views: 2237

Another suggestion

>Try to optimize the chunk mesh with a lib like : http://www.cs.cmu.edu/~quake/triangle.html
This way you could cut down on the size of the vertexbuffers used.

>This could help with the chunk loading times and overal performance.

Bare in mind this is not my suggestion
by Spartacuscat
Fri Nov 25, 2011 20:45
Forum: Feature Discussion
Topic: Chunk loading improvement
Replies: 5
Views: 2237

Chunk loading improvement

A guy says that zlibing them before sending might make it faster. Now don't ask me how to do this, this is just a suggestion I read on a website and I decided to post it for the individual I heard it from here.