Page 1 of 1
[Mod] More Hands [Hands]

Posted:
Wed Jan 09, 2013 01:42
by Likwid H-Craft
Well since It going be a long time, before I get mine two games working well, I will make this mod that will give you more hands like mesehand and minecraft like hand and, a hand with a, pickaxe.
If you have any request, to see a hand name it since I will make it so.
And note that you don't need go puting this in the mod area you can, just put it in the Game File.
Testers:jojoa1997

Posted:
Wed Jan 09, 2013 01:51
by jojoa1997
is this txtures or a mod with recipes

Posted:
Wed Jan 09, 2013 01:52
by jojoa1997
wgat would be better is making the default hand be shown with the items bing held

Posted:
Wed Jan 09, 2013 03:13
by 0gb.us
jojoa1997 wrote:wgat would be better is making the default hand be shown with the items bing held
Wow. It just hit me. We can do that, would just need to change the wield image of each item to show the item in the hand.
For the record, I neither endorse nor oppose this idea. Just telling how to make it happen if you want it to.
Keep in mind that this doesn't allow you to see what is in OTHER people's hands, as some people want, it only shows you your own hand holding the item.

Posted:
Wed Jan 09, 2013 03:16
by jojoa1997
0gb.us wrote:jojoa1997 wrote:wgat would be better is making the default hand be shown with the items bing held
Wow. It just hit me. We can do that, would just need to change the wield image of each item to show the item in the hand.
For the record, I neither endorse nor oppose this idea. Just telling how to make it happen if you want it to.
Keep in mind that this doesn't allow you to see what is in OTHER people's hands, as some people want, it only shows you your own hand holding the item.
how would i do that i dont know that level of lua. Is it a simple couple line edit or is it an entire mod?

Posted:
Wed Jan 09, 2013 03:46
by ashenk69
To make it easier to add a hand you can define two images to use and minetest will overlay them on top of each other. For example wield_image = "default_tool_steelaxe.png^hand.png".

Posted:
Wed Jan 09, 2013 03:49
by 0gb.us
jojoa1997 wrote:how would i do that i dont know that level of lua. Is it a simple couple line edit or is it an entire mod?
It's not really a plugin of it's own, it's more like redoing all the default plugins, and any others that you use. A big project, but only add (or changes) one line for EACH item definition.
The hard part though would be drawing all the new images.

Posted:
Wed Jan 09, 2013 15:38
by kaeza
you can do it easier by making your mod depend on the mods it wants to support, and modify the item definition in-place:
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
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
-- init.lua
minetest.registered_items["default:pick_wood"].wield_image = "default_tool_steelaxe.png^hand.png";
That way you avoid editing or redoing all the stuff.
inb4 you can't edit the nodes after they are registered:
The engine actually creates the nodes *after* it has loaded *all* the mods. The minetest.register_* functions just add the definitions to a list; they do not actually create the nodes/items/etc.

Posted:
Wed Jan 09, 2013 20:04
by Likwid H-Craft
It will be, a mod that well be, needing loads of work here the mese hand need to redo the size.

It breacks everything(But lava and, water) in one hit so I think this will be nice as a, creative hand.
No craft imgs yet since I am trying make a way you can craft it.
Maybe like 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
mese mese mese
mese heart mese
mese heart mese

Posted:
Wed Jan 09, 2013 20:17
by jojoa1997
Likwid H-Craft wrote:It will be, a mod that well be, needing loads of work here the mese hand need to redo the size.

It breacks everything(But lava and, water) in one hit so I think this will be nice as a, creative hand.
No craft imgs yet since I am trying make a way you can craft it.
Maybe like 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
mese mese mese
mese heart mese
mese heart mese
What is heart? It is not in the default.

Posted:
Wed Jan 09, 2013 20:34
by Likwid H-Craft
Well, I was thinking why not make a way, you craft a rat with, hmm. a sword and make a heart? unless you have any better ideas.

Posted:
Wed Jan 09, 2013 20:41
by jojoa1997
how about when you die you get one heart

Posted:
Wed Jan 09, 2013 20:41
by jojoa1997
and the heart is like a super apple

Posted:
Wed Jan 09, 2013 20:42
by Likwid H-Craft
jojoa1997 wrote:how about when you die you get one heart
Well, how we do that?
and, do you think I should we skin the hand look like mese? or is a Golden Hand Fine.

Posted:
Wed Jan 09, 2013 21:15
by jojoa1997
add a M to it

Posted:
Wed Jan 09, 2013 21:22
by Likwid H-Craft
K.
Hmm. I thinking why not make maybe, you use 1 apple gives players a 2 hearts and, 8 mese and, 1 apple make a super heart how about that well, for beta though.
Edit so I don't be banned:So 8 mese make a Golden apple and 1 Golden Apple = Super Heart.

Posted:
Wed Jan 09, 2013 21:23
by jojoa1997
make the apple golden

Posted:
Thu Jan 10, 2013 14:18
by Likwid H-Craft
Made Apple Golden Check the file to see. yeah IDK what happen to that, little Blown spot on the Apple, but it maybe fine.