Page 1 of 1

[solved] Bugs ? minetestc55_201201241055-0~1157 (linux)

PostPosted: Thu Jan 26, 2012 07:12
by tkerwel
hello,
can someone prove or onfirm if this is only with my mods ?

1 paramtype = "facedir_simple"

all items with this parameter are not faced to the player when build, old ones are all in the same direction, not in the direction they are placed before.

2 drawtype = "signlike"
selection_box = {
type = "wallmounted",},

all itmes i placed or i place new now, are always horizontal...

i did not change anything in the code, this hapens when i upgrade to minetestc55_201201241055-0~1157 from the minetestc55_201201080006-0~1141 version .....

this xxxxx my plan to offer my deko mod the next weekend, cause now the wallpaper and furniture is not working properly anymore

greets from bremen/germany
thomas

PostPosted: Thu Jan 26, 2012 07:22
by dannydark
Hi Thomas, ok off the top of my head I think you need to do the following.

#1 Nodes with a paramtype of facedir_simple should now be changed so that the paramtype = "facedir_simple" becomes paramtype2 = "facedir" and you will also need to add an extra line which is legacy_facedir_simple = true

#2 You need to add to signlike nodes the two following parameters:

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
    paramtype2 = "wallmounted",
    legacy_wallmounted = true,


Now I might be wrong so if these don't work hopefully someone with more knowledge on the new mod interface or who has access to the source can help you.

PostPosted: Thu Jan 26, 2012 07:35
by tkerwel
@dannydark

mercie, thats it.... working again, thx a lot.

just 8 in the morning and 10 minutes after asking already solved, this is amazing !!!!

a moderator can close this....