Page 1 of 1
tile_images => alignment ?

Posted:
Tue Jan 17, 2012 10:12
by tkerwel
and its me again...
there is a question to tile_image = (...)
when i put a crafted item to the world it always have the same alignment? cant i change this so the front is always facing to the player?
in the moment it looks to me, as the crafted item is always to the same direction, dosent matter from which side i put it into the world.
so if i want to create a closet, i have to create 4 different items, so i can let the door face into the different directions...
any idea how there is a posibility to change that, so its always face with the front to the player ?
thx in advance

Posted:
Tue Jan 17, 2012 15:39
by Jeija
Just add this to the node registration:
paramtype = "facedir_simple",
Or did you mean "craftitem" and not node?

Posted:
Tue Jan 17, 2012 16:42
by Hackeridze
READ API SECTION OF WIKI AND PLEASE DONT ASK STUPID QUESTIONS IN MODS FORUM.

Posted:
Tue Jan 17, 2012 17:51
by rahonejm
My god, people are to stressed in this forum...

Posted:
Tue Jan 17, 2012 18:31
by Jordach
rahonejm wrote:My god, people are to stressed in this forum...
I have to agree, it has been getting like that, like sdzen at some point, you just need to chill...maybe you will learn something, maybe not. It's just normal.
And I'd like like to see the mod when its done!

Posted:
Tue Jan 17, 2012 22:41
by sdzen
if your speaking of my tyraids I am usually just in a bad mood then

Posted:
Wed Jan 18, 2012 10:41
by tkerwel
@Hackeridze
thx for this nice words....
1. in the topic of this section is a saying that everything whick deals with mods should be posted here. so if my questions are not allowed here, you can tell me where to put and in more diplomatic way..
2. instead of telling me that i ask silly questions and should read the api section, it would be helpfull to show me (link) where i can read abt this questions.
3. if think, if you want to have a big comunity of ppl who share thoughts abt this project and so help to become known to more ppl, you should think how to treat ppl, who are new to this and might not have the time like you to go deep into the stuff. i am into this since 3 days, maybe allover 4 hours, so i am proud abt the progress i already did.....
4. i better stoppppp before i realy get mad abt such post like yours...
thx
hopefull the rest of the ppl here are more helpfull and nicer to newbies and "stoneage" ppl like me, ......
.... if not just tell me to leave, i realy not have to spend my time here if i am not wanted.

Posted:
Wed Jan 18, 2012 10:51
by Hackeridze
http://c55.me/minetest/wiki/doku.php?id=code:lua_apiYou wanted, and I dont tell you to leave, but you should just... ASK where you can read about API.
Also upcoming:
http://c55.me/minetest/wiki/doku.php?id=changes:itemdef

Posted:
Wed Jan 18, 2012 10:57
by tkerwel
@Jeija
paramtype = "facedir_simple", is working thx a lot !!!