make the hand customizable #1953

Open
opened 2022-05-21 00:32:28 +00:00 by flux · 5 comments
Member

In particular, i hate accidentally digging dirt :\

In particular, i hate accidentally digging dirt :\
flux added the
1. kind/balancing
label 2022-05-21 00:32:32 +00:00

Dirt is not in the oddly_breakable_by_hand group. It only has soil = 1 and crumbly = 3?

Also, I couldn't insta-break dirt.

Dirt is not in the oddly_breakable_by_hand group. It only has soil = 1 and crumbly = 3? Also, I couldn't insta-break dirt.
Author
Member

oddly_breakable_by_hand is different from dig_immediate. looks like the hand has

crumbly = {times={[2]=3.00, [3]=0.70}, uses=0, maxlevel=1},
snappy = {times={[3]=0.40}, uses=0, maxlevel=1},
oddly_breakable_by_hand = {times={[1]=3.50,[2]=2.00,[3]=0.70}, uses=0}

defined in minetest_game.

A solution to this could be to create a way to nerf my own hand without changing everyone's hand. See e.g. https://github.com/wsor4035/ranged_hands/ for a prototype.

`oddly_breakable_by_hand` is different from `dig_immediate`. looks like the hand has ``` crumbly = {times={[2]=3.00, [3]=0.70}, uses=0, maxlevel=1}, snappy = {times={[3]=0.40}, uses=0, maxlevel=1}, oddly_breakable_by_hand = {times={[1]=3.50,[2]=2.00,[3]=0.70}, uses=0} ``` defined in minetest_game. A solution to this could be to create a way to nerf *my own hand* without changing everyone's hand. See e.g. https://github.com/wsor4035/ranged_hands/ for a prototype.
flux added this to the flux's TODO list project 2022-07-02 21:45:25 +00:00
flux changed title from fewer things should be "oddly breakable by hand" to make the hand customizable 2022-07-04 00:58:44 +00:00
Author
Member
started working on this https://github.com/fluxionary/minetest-hand_control
flux added the
4. step/at work
label 2022-07-11 23:22:27 +00:00
Author
Member

this has turned into a big project involving 3 new mods (so far...). hand_control (above), and

this has turned into a big project involving 3 new mods (so far...). hand_control (above), and * https://github.com/fluxionary/minetest-hand_monoid (allow different mods to affect hand behavior w/out clobbering each other) * PR skinsdb to use the above https://github.com/minetest-mods/skinsdb/pull/81 * https://github.com/fluxionary/minetest-fs_layout (allow building formspecs programmatically w/out worrying about giving x/y coordinates for *every element*)
flux self-assigned this 2022-07-11 23:27:35 +00:00
flux removed the
4. step/at work
label 2022-08-30 23:07:30 +00:00
Author
Member

officially shelving this for the moment, cottages and mob API need to be my foci for a while

officially shelving this for the moment, cottages and mob API need to be my foci for a while
flux added the
2. prio/interesting
label 2022-10-28 01:44:39 +00:00
Sign in to join this conversation.
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: your-land/bugtracker#1953
No description provided.