Page 1 of 2

Angry user

PostPosted: Thu Jan 24, 2013 18:00
by nomohakon
Hi, i recently played fresh minecraft, and noticed some things. Water and lava is not cpu-greedy, light and shadow is based on location of player (in cave, under tree...) instead of where player is looking, when player dig's block then the block stay digged. Why in minetest those things just dont-work-that-good? I know that block reapearance is caused by "disagreement" between server and client, but what the heck!

Dont take this personally. But isnt minetest aiming (going, trying) to be better than minecraft?

What you think? I want to hear your opinion on these.

PostPosted: Thu Jan 24, 2013 18:08
by Calinou
nomohakon wrote:Water and lava is not cpu-greedy


How do you know?

nomohakon wrote:light and shadow is based on location of player (in cave, under tree...) instead of where player is looking


It's more a bad thing than a good thing. Fog being darker when being under a tree looks... weird?

nomohakon wrote:when player dig's block then the block stay digged


Anti-cheat issue, temporary solution is to disable anticheat (for servers) with "disable_anticheat = true" in minetest.conf. The cheat prevention about digging too fast is a bit too strict.

PostPosted: Thu Jan 24, 2013 18:12
by sfan5
Calinou wrote:...
nomohakon wrote:when player dig's block then the block stay digged


Anti-cheat issue, temporary solution is to disable anticheat (for servers) with "disable_anticheat = true" in minetest.conf. The cheat prevention about digging too fast is a bit too strict.

I agree.

PostPosted: Thu Jan 24, 2013 18:46
by jmf
nomohakon wrote: [...] when player dig's block then the block stay digged.

I have played minecraft before coming to minetest. Minecraft has got a lot more lag.
Blocks glitching around happened much more often to me in minecraft, even on servers
near me and with great connectivity.
In minetest every server is quite fast and the blocks are dug faster than on some minecraft servers.

PostPosted: Thu Jan 24, 2013 18:55
by nomohakon
Calinou wrote:
nomohakon wrote:Water and lava is not cpu-greedy


How do you know?


Going far away from mobs and stuff, turning around (fast response), pouring water on ground, water goes down-hill, looking around (still fast response). Not like in minetest...

Calinou wrote:
nomohakon wrote:light and shadow is based on location of player (in cave, under tree...) instead of where player is looking


It's more a bad thing than a good thing. Fog being darker when being under a tree looks... weird?


Right... You are in cave and there is light in distance when you know the cave is dark except one torch you placed...

Calinou wrote:
nomohakon wrote:when player dig's block then the block stay digged


Anti-cheat issue, temporary solution is to disable anticheat (for servers) with "disable_anticheat = true" in minetest.conf. The cheat prevention about digging too fast is a bit too strict.


Anticheat? Where can i learn about this more? Is it in basic game (no aditional mods, local game)?

p.s. Note that my pc is slow piece of Sith...

PostPosted: Thu Jan 24, 2013 18:56
by rubenwardy
nomohakon wrote:
Calinou wrote:
nomohakon wrote:Water and lava is not cpu-greedy


How do you know?


Going far away from mobs and stuff, turning around (fast response), pouring water on ground, water goes down-hill, looking around (still fast response). Not like in minetest...

Calinou wrote:
nomohakon wrote:light and shadow is based on location of player (in cave, under tree...) instead of where player is looking


It's more a bad thing than a good thing. Fog being darker when being under a tree looks... weird?


Right... You are in cave and there is light in distance when you know the cave is dark except one torch you placed...

Calinou wrote:
nomohakon wrote:when player dig's block then the block stay digged


Anti-cheat issue, temporary solution is to disable anticheat (for servers) with "disable_anticheat = true" in minetest.conf. The cheat prevention about digging too fast is a bit too strict.


Anticheat? Where can i learn about this more? Is it in basic game (no aditional mods, local game)?

p.s. Note that my pc is slow piece of Sith...


It is in the engine (c++)

PostPosted: Thu Jan 24, 2013 20:20
by Calinou
Water flowing is currently slow-ish in Minetest because the water position isn't updated often. It should be tweaked, yes.

PostPosted: Thu Jan 24, 2013 20:54
by jordan4ibanez
disable_anticheat = true should be the default.

PostPosted: Thu Jan 24, 2013 21:16
by nomohakon
Calinou wrote:Water flowing is currently slow-ish in Minetest because the water position isn't updated often. It should be tweaked, yes.

That is not what i mean. When i put water on hill the game go nuts and laggy. Every flowing liquid does that.

Water isnt slow, but makes game crawl (on my pc).

PostPosted: Thu Jan 24, 2013 22:21
by kaeza
nomohakon wrote:
Calinou wrote:Water flowing is currently slow-ish in Minetest because the water position isn't updated often. It should be tweaked, yes.

That is not what i mean. When i put water on hill the game go nuts and laggy. Every flowing liquid does that.

Water isnt slow, but makes game crawl (on my pc).

Open Source Software is a hobby for many of us here. We are not being paid to implement things. If you think you could contribute a little code instead of complaining, that would be very much appreciated.

PostPosted: Thu Jan 24, 2013 22:26
by trukoil
See the unique difference between these games: $

You can compare Minetest with the open version of Minecraft, not with the $20 one with full time developers.

PostPosted: Thu Jan 24, 2013 22:43
by nomohakon
kaeza wrote:Open Source Software is a hobby for many of us here. We are not being paid to implement things. If you think you could contribute a little code instead of complaining, that would be very much appreciated.

Sad truth is that i know very little (nothing really) about C++. Also i dont know how to compile complex programs like minetest to see if my changes works.

PostPosted: Thu Jan 24, 2013 22:46
by trukoil
Try to mod, lua isn't much hard and you don't need to compile the game everytime too see a change. But it change so few things of the game.

PostPosted: Thu Jan 24, 2013 22:56
by nomohakon
Slownes of fluids can be corrected by lua? I dont think so.

Edit: I mean i dont have enough knowledge to try improve it.

PostPosted: Fri Jan 25, 2013 04:21
by Mito551
It's gonna be less 'laggy' and this kind of sloppy in the future. have you played mc alpha? basically, the same thing here. and minecraft had this "prettiness", minetest lacks. that's why it became popular in the first place. and it has reasonable system of ores. (that's the key feature in my dwarves game, i hope :) ). infiniminer haven't got this big because it wasn't that "pretty". but that's the other thing to talk about :D

PostPosted: Fri Jan 25, 2013 06:30
by jordan4ibanez
It is better, we get a lot of people like you around here. Looking at the polish of the game is one thing, but being able to change, fix, add, remove, or even break things at your own whim is much better than having a closed off game. Sure there are plenty of bugs, massive glitches even, but minetest has it's heart in a better place.

PostPosted: Fri Jan 25, 2013 08:01
by Jordach
I have a feeling weve covered this topic before..

Sorry to say this, but this discussion has been done to death.

PostPosted: Fri Jan 25, 2013 10:18
by OmniStudent
kaeza wrote:Open Source Software is a hobby for many of us here. We are not being paid to implement things. If you think you could contribute a little code instead of complaining, that would be very much appreciated.


+1

Or some documentation, web site construction, graphics, algorithms, links to game dev resources, audio, PR...

PostPosted: Fri Jan 25, 2013 15:15
by Traxie21
If there is ONE THING Minetest does better than MC, It is the modding API and the ability of the client to download mods from the server.

PostPosted: Fri Jan 25, 2013 17:03
by glomie
nomohakon wrote:Hi, i recently played fresh minecraft, and noticed some things. Water and lava is not cpu-greedy

In the same computeur ?
What is your config ?

PostPosted: Sat Jan 26, 2013 14:20
by MEGASPARK
nomohakon wrote:Dont take this personally. But isnt minetest aiming (going, trying) to be better than minecraft?

Not sure, but i think nomohakon is slightly correct

PostPosted: Sat Jan 26, 2013 14:23
by jojoa1997
MEGASPARK wrote:
nomohakon wrote:Dont take this personally. But isnt minetest aiming (going, trying) to be better than minecraft?

Not sure, but i think nomohakon is slightly correct
minetest is aiming to become a great game not a "better minecraft"

PostPosted: Sat Jan 26, 2013 14:40
by kaeza
Traxie21 wrote:If there is ONE THING Minetest does better than MC, It is the modding API and the ability of the client to download mods from the server.


Wrong. Minetest does not download any mods; only the media files and a few tidbits to know what to do.

jojoa1997 wrote:
MEGASPARK wrote:
nomohakon wrote:Dont take this personally. But isnt minetest aiming (going, trying) to be better than minecraft?

Not sure, but i think nomohakon is slightly correct
minetest is aiming to become a great game not a "better minecraft"


That's an excellent description. +1 to you.

I know that what I'll say is prolly going to start a flame war, but to those who say "Why doesn't Minetest do this thing that the foobar voxel game does?" or "This does blahblahblah", if you don't like this game, go play your favorite foobar voxel game, and stop posting these kinds of discussions. As Jordach said, this topic has been discussed to death and we're bored of it.

PostPosted: Sat Jan 26, 2013 14:44
by jojoa1997
kaeza wrote:
Traxie21 wrote:If there is ONE THING Minetest does better than MC, It is the modding API and the ability of the client to download mods from the server.


Wrong. Minetest does not download any mods; only the media files and a few tidbits to know what to do.

jojoa1997 wrote:
MEGASPARK wrote:Not sure, but i think nomohakon is slightly correct
minetest is aiming to become a great game not a "better minecraft"


That's an excellent description. +1 to you.

I know that what I'll say is prolly going to start a flame war, but to those who say "Why doesn't Minetest do this thing that the foobar voxel game does?" or "This does blahblahblah", if you don't like this game, go play your favorite foobar voxel game, and stop posting these kinds of discussions. As Jordach said, this topic has been discussed to death and we're bored of it.

TL;DR: Go b*tch elsewhere.
the only thing i have to say to theat is that instead of post topics like this mybe post in the ideas topic having a running mod like minecrafts where you can run by default but it deplenishes and you have to regenerate it. Kaeza thanks it took me a while to figure that out. i used to think that this was a minecraft for slower computers but know i know that it is way more because i have gotten deeper into it.
edit: and for those who complain how about trying to mod what you want. it might be hard to begin but you will get there. i did.

PostPosted: Sun Jan 27, 2013 00:45
by nomohakon
I said better THAN minecraft! And about water: seem you all play on expensive computers, otherwise you would notice this sooner. Also, i made some "stuff" for personal use, but i'm not proud of it, so i wont release it (spaceship engines with cooling system).

PostPosted: Sun Jan 27, 2013 00:53
by jojoa1997
so if you release it then others could help

PostPosted: Sun Jan 27, 2013 02:12
by jordan4ibanez
nomohakon wrote:I said better THAN minecraft! And about water: seem you all play on expensive computers, otherwise you would notice this sooner. Also, i made some "stuff" for personal use, but i'm not proud of it, so i wont release it (spaceship engines with cooling system).

What I don't understand is that there is all these things that this game has, it's free, and you're nitpicking and angry about it, are you trolling?

PostPosted: Sun Jan 27, 2013 04:48
by 0gb.us
kaeza wrote:[...] but to those who say "Why doesn't Minetest do this thing that the foobar voxel game does?" or "This does blahblahblah", if you don't like this game, go play your favorite foobar voxel game, and stop posting these kinds of discussions.


Yes, that. Minecrafters keep suggesting bad ideas, just because they are implemented in Minecraft. I don't like Minecraft, and a lot of those Minecraft features would only serve to make this game suck too.

PostPosted: Sun Jan 27, 2013 07:26
by MEGASPARK
kaeza wrote:
Traxie21 wrote:If there is ONE THING Minetest does better than MC, It is the modding API and the ability of the client to download mods from the server.


Wrong. Minetest does not download any mods; only the media files and a few tidbits to know what to do.

jojoa1997 wrote:
MEGASPARK wrote:Not sure, but i think nomohakon is slightly correct
minetest is aiming to become a great game not a "better minecraft"


That's an excellent description. +1 to you.

Yeah.... right GREAT game not a BETTER minecraft. heh, this popped in my mind... why would c55 make a game BETTER than minecraft.... i knew people make games thatare GREAT not better....

PostPosted: Sun Jan 27, 2013 07:30
by MEGASPARK
and also, i also think nomohakon i wrong because minetest IS a different game than minecraft. they just have the same objective. and if the minetest is only a game leak, then creators are not guilty about that. but if the game is not leaked, woah, i think that's the quality of the game. :p