I can't resize the hand

User avatar
azekill_DIABLO
Member
 
Posts: 3458
Joined: Wed Oct 29, 2014 20:05
GitHub: azekillDIABLO
In-game: azekill_DIABLO

I can't resize the hand

by azekill_DIABLO » Sun Jun 05, 2016 16:42

Why i can't resize the hand??i can resize pickaxe but not the hand.......
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
Hi, my username is azekill_DIABLO and i'm an exelent bug-maker(yeah...i know...i have a bad reputation)

azekill_DIABLO said: Mineyoshi+ABJ+Baggins= TOPIC HIJACKED.
My Mods and Stuff | Voxellar | VoxBox on GITHUB | M.I.L.A Monster engine
WEIRD MODDING CONTEST !!!
 

User avatar
TumeniNodes
Member
 
Posts: 1335
Joined: Fri Feb 26, 2016 19:49
GitHub: TumeniNodes

Re: I can't resize the hand

by TumeniNodes » Sun Jun 05, 2016 18:49

azekill_DIABLO wrote:Why i can't resize the hand??i can resize pickaxe but not the hand.......


Did you try experimenting with...

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
-- mods/default/tools.lua

-- The hand
minetest.register_item(":", {
   type = "none",
   wield_image = "wieldhand.png",
   wield_scale = {x=1,y=1,z=2.5}  *<this setting here to change weild hand size
   tool_capabilities = {
      full_punch_interval = 0.9,
      max_drop_level = 0,
      groupcaps = {
         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}
      },
      damage_groups = {fleshy=1},
   }
})
Flick?... Flick who?
 

User avatar
azekill_DIABLO
Member
 
Posts: 3458
Joined: Wed Oct 29, 2014 20:05
GitHub: azekillDIABLO
In-game: azekill_DIABLO

Re: I can't resize the hand

by azekill_DIABLO » Mon Jun 06, 2016 11:27

still doesn't work, try yourself....
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
Hi, my username is azekill_DIABLO and i'm an exelent bug-maker(yeah...i know...i have a bad reputation)

azekill_DIABLO said: Mineyoshi+ABJ+Baggins= TOPIC HIJACKED.
My Mods and Stuff | Voxellar | VoxBox on GITHUB | M.I.L.A Monster engine
WEIRD MODDING CONTEST !!!
 

User avatar
TumeniNodes
Member
 
Posts: 1335
Joined: Fri Feb 26, 2016 19:49
GitHub: TumeniNodes

Re: I can't resize the hand

by TumeniNodes » Mon Jun 06, 2016 12:51

azekill_DIABLO wrote:still doesn't work, try yourself....


no no..., I like my hands just as they are, thank you :P
Flick?... Flick who?
 

User avatar
azekill_DIABLO
Member
 
Posts: 3458
Joined: Wed Oct 29, 2014 20:05
GitHub: azekillDIABLO
In-game: azekill_DIABLO

Re: I can't resize the hand

by azekill_DIABLO » Mon Jun 06, 2016 14:43

talking of minetest hands!!really try it!i wanna know if this is reproducible
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
Hi, my username is azekill_DIABLO and i'm an exelent bug-maker(yeah...i know...i have a bad reputation)

azekill_DIABLO said: Mineyoshi+ABJ+Baggins= TOPIC HIJACKED.
My Mods and Stuff | Voxellar | VoxBox on GITHUB | M.I.L.A Monster engine
WEIRD MODDING CONTEST !!!
 

User avatar
TumeniNodes
Member
 
Posts: 1335
Joined: Fri Feb 26, 2016 19:49
GitHub: TumeniNodes

Re: I can't resize the hand

by TumeniNodes » Mon Jun 06, 2016 18:53

I'll mess around with it later tonight and let you know...
Flick?... Flick who?
 

User avatar
kaeza
Member
 
Posts: 2141
Joined: Thu Oct 18, 2012 05:00
GitHub: kaeza
IRC: kaeza diemartin blaaaaargh
In-game: kaeza

Re: I can't resize the hand

by kaeza » Mon Jun 06, 2016 21:24

azekill_DIABLO wrote:still doesn't work, try yourself....

Explain what "doesn't work". Does it crash? Not doing what's expected? ...something?

Other than a fairly obvious missing comma after the `wield_scale` line, it should work.
Your signature is not the place for a blog post. Please keep it as concise as possible. Thank you!

Check out my stuff! | Donations greatly appreciated! PayPal | BTC: 1DFZAa5VtNG7Levux4oP6BuUzr1e83pJK2
 

User avatar
TumeniNodes
Member
 
Posts: 1335
Joined: Fri Feb 26, 2016 19:49
GitHub: TumeniNodes

Re: I can't resize the hand

by TumeniNodes » Mon Jun 06, 2016 22:45

kaeza wrote:Other than a fairly obvious missing comma after the `wield_scale` line, it should work.


haha, woops... I must have deleted the comma by accident when typing on the line to point to where to try making adjustments... ma bad :P
Flick?... Flick who?
 

User avatar
azekill_DIABLO
Member
 
Posts: 3458
Joined: Wed Oct 29, 2014 20:05
GitHub: azekillDIABLO
In-game: azekill_DIABLO

Re: I can't resize the hand

by azekill_DIABLO » Tue Jun 07, 2016 10:28

i doesn't changes the hand.... the textures and the values can be changed but not the size.....
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
Hi, my username is azekill_DIABLO and i'm an exelent bug-maker(yeah...i know...i have a bad reputation)

azekill_DIABLO said: Mineyoshi+ABJ+Baggins= TOPIC HIJACKED.
My Mods and Stuff | Voxellar | VoxBox on GITHUB | M.I.L.A Monster engine
WEIRD MODDING CONTEST !!!
 

User avatar
TumeniNodes
Member
 
Posts: 1335
Joined: Fri Feb 26, 2016 19:49
GitHub: TumeniNodes

Re: I can't resize the hand

by TumeniNodes » Tue Jun 07, 2016 15:04

azekill_DIABLO wrote:i doesn't changes the hand.... the textures and the values can be changed but not the size.....

Correct, it did not work for me either. And I made alterations in usr/share/.minetest/minetest_game/default/tools.lua, as well as trying to make changes in the creative mod, etc..., (basically anywhere the weildhand properties are listed..., and no change, regardless of where changes were made, root folders, home folders, etc. puzzling.
I also tried by simply scaling the weildhand.png up to 32px, and no change.
I think you might try altering the weildhand.png, but creating a whole new weildhand image
Create the size you wish, and then set it onto a 16x16px tansparent image. Give that a try, and if it does not work..., well, we'll just go from there haha.
Unless the weildhand has parts which are hard-coded, I cannot figure out what it is hanging onto
Flick?... Flick who?
 

User avatar
azekill_DIABLO
Member
 
Posts: 3458
Joined: Wed Oct 29, 2014 20:05
GitHub: azekillDIABLO
In-game: azekill_DIABLO

Re: I can't resize the hand

by azekill_DIABLO » Tue Jun 07, 2016 15:31

it's strange because in 4.13 i done this many time... i will try the hud mod it's redifining the hand....
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
Hi, my username is azekill_DIABLO and i'm an exelent bug-maker(yeah...i know...i have a bad reputation)

azekill_DIABLO said: Mineyoshi+ABJ+Baggins= TOPIC HIJACKED.
My Mods and Stuff | Voxellar | VoxBox on GITHUB | M.I.L.A Monster engine
WEIRD MODDING CONTEST !!!
 

User avatar
azekill_DIABLO
Member
 
Posts: 3458
Joined: Wed Oct 29, 2014 20:05
GitHub: azekillDIABLO
In-game: azekill_DIABLO

Re: I can't resize the hand

by azekill_DIABLO » Tue Jun 07, 2016 15:43

no hud_hunger does not tuch to this but changes the texture....
even if i can make the hand texture, i can't make it thinner or larger :(

HHHEEELLLPP!
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
Hi, my username is azekill_DIABLO and i'm an exelent bug-maker(yeah...i know...i have a bad reputation)

azekill_DIABLO said: Mineyoshi+ABJ+Baggins= TOPIC HIJACKED.
My Mods and Stuff | Voxellar | VoxBox on GITHUB | M.I.L.A Monster engine
WEIRD MODDING CONTEST !!!
 

amadin
Member
 
Posts: 471
Joined: Tue Jun 16, 2015 16:23
GitHub: Amadin

Re: I can't resize the hand

by amadin » Mon Jun 13, 2016 16:22

I need change hand size too and tools.lua don't change this.
 

User avatar
azekill_DIABLO
Member
 
Posts: 3458
Joined: Wed Oct 29, 2014 20:05
GitHub: azekillDIABLO
In-game: azekill_DIABLO

Re: I can't resize the hand

by azekill_DIABLO » Mon Jun 13, 2016 17:19

i should be corrected...maybe the hand this is hard-coded
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
Hi, my username is azekill_DIABLO and i'm an exelent bug-maker(yeah...i know...i have a bad reputation)

azekill_DIABLO said: Mineyoshi+ABJ+Baggins= TOPIC HIJACKED.
My Mods and Stuff | Voxellar | VoxBox on GITHUB | M.I.L.A Monster engine
WEIRD MODDING CONTEST !!!
 

User avatar
azekill_DIABLO
Member
 
Posts: 3458
Joined: Wed Oct 29, 2014 20:05
GitHub: azekillDIABLO
In-game: azekill_DIABLO

Re: I can't resize the hand

by azekill_DIABLO » Sun Jul 03, 2016 09:50

Problem solved! in creative the hand is resized and redifined by the creative mode! easy to change!
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
Hi, my username is azekill_DIABLO and i'm an exelent bug-maker(yeah...i know...i have a bad reputation)

azekill_DIABLO said: Mineyoshi+ABJ+Baggins= TOPIC HIJACKED.
My Mods and Stuff | Voxellar | VoxBox on GITHUB | M.I.L.A Monster engine
WEIRD MODDING CONTEST !!!
 

User avatar
TumeniNodes
Member
 
Posts: 1335
Joined: Fri Feb 26, 2016 19:49
GitHub: TumeniNodes

Re: I can't resize the hand

by TumeniNodes » Sun Jul 03, 2016 23:28

azekill_DIABLO wrote:Problem solved! in creative the hand is resized and redifined by the creative mode! easy to change!

Nice, that has been bugging you for a while.
It would be nice if you shared the "how-to" and added "solved" to this, that way others in the future with the same desire might be able to find it? (just a suggestion)
Flick?... Flick who?
 

User avatar
azekill_DIABLO
Member
 
Posts: 3458
Joined: Wed Oct 29, 2014 20:05
GitHub: azekillDIABLO
In-game: azekill_DIABLO

Re: I can't resize the hand

by azekill_DIABLO » Mon Jul 04, 2016 12:41

i will share the how to :)
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
Hi, my username is azekill_DIABLO and i'm an exelent bug-maker(yeah...i know...i have a bad reputation)

azekill_DIABLO said: Mineyoshi+ABJ+Baggins= TOPIC HIJACKED.
My Mods and Stuff | Voxellar | VoxBox on GITHUB | M.I.L.A Monster engine
WEIRD MODDING CONTEST !!!
 


Return to Minetest Problems

Who is online

Users browsing this forum: No registered users and 6 guests

cron