Water too dense.

User avatar
q9c9p
Member
 
Posts: 11
Joined: Mon May 05, 2014 10:42

Water too dense.

by q9c9p » Wed Mar 25, 2015 17:43

Hello,

am I the only one to think that when a player is in the water "it feel too dense", like jelly/quicksand and not like actual water?

Is it possible to change it?
 

User avatar
Topywo
Member
 
Posts: 1718
Joined: Fri May 18, 2012 20:27

Re: Water too dense.

by Topywo » Wed Mar 25, 2015 17:51

q9c9p wrote:Hello,

am I the only one to think that when a player is in the water "it feel too dense", like jelly/quicksand and not like actual water?

Is it possible to change it?


Sometimes and

Yes:

minetest/games/minetest_game/mods/default/nodes.lua
--> Viscosity of water is 1 (to compare, lava's viscosity is 7

minetest/doc/lua_api.txt
--> liquid_viscosity = 0, -- Higher viscosity = slower flow (max. 7)
 

User avatar
q9c9p
Member
 
Posts: 11
Joined: Mon May 05, 2014 10:42

Re: Water too dense.

by q9c9p » Wed Mar 25, 2015 18:02

Didn't change anything, I turned to 0.1 of viscosity but it feels the same.

If I jump in the water my player get "sucked" not "fall into". My english is probably not good enough to explain.
Water "feels" jelly, not fluid, like walking into quicksand.

I think is something to do with "gravity when a player is in water" but I might be wrong.
 

User avatar
Evergreen
Member
 
Posts: 2131
Joined: Sun Jan 06, 2013 01:22
GitHub: 4Evergreen4
IRC: EvergreenTree
In-game: Evergreen

Re: Water too dense.

by Evergreen » Wed Mar 25, 2015 18:25

This is probably because the player will always fall at a constant rate in water, unless you press the jump key, which will move you upwards at a constant rate. (which is not how water works irl)
"Help! I searched for a mod but I couldn't find it!"
http://krock-works.16mb.com/MTstuff/modSearch.php
 

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

Re: Water too dense.

by Calinou » Wed Mar 25, 2015 19:19

Add this line in minetest.conf:

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
movement_liquid_sink = 0
 

User avatar
rubenwardy
Member
 
Posts: 4500
Joined: Tue Jun 12, 2012 18:11
GitHub: rubenwardy
IRC: rubenwardy
In-game: rubenwardy

Re: Water too dense.

by rubenwardy » Wed Mar 25, 2015 22:23

Would be good to have some bouncey and drag, even if the player doesn't float.
 

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

Re: Water too dense.

by Don » Wed Mar 25, 2015 23:15

rubenwardy wrote:Would be good to have some bouncey and drag, even if the player doesn't float.

I agree. It is harder walking in water. when you fall into water you do not fall at the same rate as you do in air.
If you do a cannon ball off a roof into air is a bit different then doing it in a swimming pool.

Please note - DO NOT cannonball off your roof.
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
ExeterDad
Member
 
Posts: 1121
Joined: Sun Jun 01, 2014 20:00
In-game: ExeterDad

Re: Water too dense.

by ExeterDad » Wed Mar 25, 2015 23:59

Don wrote:Please note - DO NOT cannonball off your roof.

I once got kicked out of a hotel for repeatedly diving off the third story balcony into the pool. Yeah... it was only six foot deep. But I had skills.
٩(̾●̮̮̃̾•̃̾)۶

Kibbie and I have a beautiful public server now! HOMETOWN
 

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

Re: Water too dense.

by Don » Thu Mar 26, 2015 00:39

ExeterDad wrote:
Don wrote:Please note - DO NOT cannonball off your roof.

I once got kicked out of a hotel for repeatedly diving off the third story balcony into the pool. Yeah... it was only six foot deep. But I had skills.

Lol. You sir are psycho
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
philipbenr
Member
 
Posts: 1665
Joined: Fri Jun 14, 2013 01:56
GitHub: philipbenr
IRC: philipbenr
In-game: WisdomFire or philipbenr

Re: Water too dense.

by philipbenr » Thu Mar 26, 2015 02:36

Don wrote:
ExeterDad wrote:
Don wrote:Please note - DO NOT cannonball off your roof.

I once got kicked out of a hotel for repeatedly diving off the third story balcony into the pool. Yeah... it was only six foot deep. But I had skills.

Lol. You sir are psycho

But he is alive, proving his skills.

Sorry for being Offtopic. To comment on the subject, I think that water should be less dense, and that no, you are not the only one who thinks that, q9c9p. I think Freeminer has less dense liquids...
 

User avatar
rubenwardy
Member
 
Posts: 4500
Joined: Tue Jun 12, 2012 18:11
GitHub: rubenwardy
IRC: rubenwardy
In-game: rubenwardy

Re: Water too dense.

by rubenwardy » Thu Mar 26, 2015 08:53

Just a note on Physics terminology, which will probably cause confusion (and make me look like a know it all):

More dense water would cause you to float more, because you need to displace less liquid before it can support your weight. So really water is not dense enough, as you sink too much. (you never stop sinking)

How about water is not floaty enough? XD
Last edited by rubenwardy on Fri Mar 27, 2015 07:44, edited 1 time in total.
 

User avatar
philipbenr
Member
 
Posts: 1665
Joined: Fri Jun 14, 2013 01:56
GitHub: philipbenr
IRC: philipbenr
In-game: WisdomFire or philipbenr

Re: Water too dense.

by philipbenr » Thu Mar 26, 2015 22:03

True... I should have thought of that. Still, all I meant was that the time taken to sink should be less.
 

paramat
Member
 
Posts: 2662
Joined: Sun Oct 28, 2012 00:05
GitHub: paramat

Re: Water too dense.

by paramat » Fri Mar 27, 2015 02:50

This happens because the sink speed in water is deliberately very slow, and when a player walks into water the sink speed takes effect quite early, when the player is still only half-submerged. The sink speed was faster for a while recently but that feels unpleasantly like having weights pulling you down. To sink faster (or dive) hold the down key when you enter water.
 

User avatar
q9c9p
Member
 
Posts: 11
Joined: Mon May 05, 2014 10:42

Re: Water too dense.

by q9c9p » Mon Mar 30, 2015 18:43

Thank you all for the replies. I suppose maybe I'm only missing the "splash" sound thats why I feel like falling in quicksand/jelly.

Anyhow thank you all.
 


Return to Minetest Features

Who is online

Users browsing this forum: No registered users and 37 guests

cron