Page 1 of 1

climbable levels

PostPosted: Sat Dec 06, 2014 18:26
by pandaro
I want to suggest this possibility:
change the definition of a node in this way:

climbable = 0: this node is not climbable
climbable = 1: this node is climbable very slowly
climbable = 2: this node is climbable faster.
etc...
so it would be possible to make climbable very slowly even the rocky walls.
I do not think something unlikely, because climbing is a sport.
Also those unwilling to climb the walls should just leave things as they are.
I do not know if this feature is implemented, thanks anyway for your attention.

Re: climbable levels

PostPosted: Sat Dec 06, 2014 19:10
by Krock
How about using something like the fluidity in water?

Re: climbable levels

PostPosted: Sun Dec 07, 2014 16:06
by rubenwardy
I would use a decimal scale.

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
climbable = 0   is not climbable at all
climbable = 0.5 is climbable at half speed
climbable = 1   is climbable at normal speed
climbable = 2   is double speed.


etc

Re: climbable levels

PostPosted: Sun Dec 07, 2014 21:33
by pandaro
thanks Crock and thanks Rubenwardy.
think is appropriate to open a
issue on github portal of minetest?

Re: climbable levels

PostPosted: Mon Dec 08, 2014 14:04
by Don
I like this idea. Hope it happens.

Re: climbable levels

PostPosted: Mon Dec 08, 2014 16:59
by Krock
rubenwardy wrote:I would use a decimal scale.

<snip>

Didn't you mean this?
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
climbable = 1   is climbable at normal speed


pandaro wrote:Crock

Ye. No problem but ...eh.

Re: climbable levels

PostPosted: Mon Dec 08, 2014 18:55
by pandaro
Crock:
Ye. No problem but ...eh.


but?

Re: climbable levels

PostPosted: Tue Dec 09, 2014 17:47
by rubenwardy
Krock wrote:
rubenwardy wrote:I would use a decimal scale.

<snip>

Didn't you mean this?
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
climbable = 1   is climbable at normal speed


Yes.