Minetest logo

IRC log for #minetest, 2012-09-17

| Channels | #minetest index | Today | | Google Search | Plaintext

All times shown according to UTC.

Time Nick Message
00:00 cy1 in theory at least
00:00 T_A_N_K they can actually move, you have to program the animation though
00:01 T_A_N_K as the mob has different states like in pilzadam's awesome mob: walking, standing, attacking
00:04 T_A_N_K what exactly does node meta data do?
00:11 cy1 T_A_N_K: it's tacked on the end of each position, and deleted whenever a node is set... supposed to be some sorta persistence
00:11 T_A_N_K that's very strange
00:12 NekoGloop It lets furnaces and chests work
00:13 T_A_N_K is anyone here an expert on it?
00:13 T_A_N_K i could use their help with creating the mineconomy shops
00:14 NekoGloop Ask realbadangel
00:14 T_A_N_K realbadangel, are you there?
00:16 T_A_N_K or thexyz are you there?
00:17 cy1 T_A_N_K: when you place a node, metadata is clear. You add metadata to it, like sign text, or color, or owner or whatever. When your node is dug, the metadata is gone.
00:17 T_A_N_K could you show me a simple example?
00:17 T_A_N_K all i need is an example then i can go nuts
00:17 cy1 uh, look at the default mod, the sign.
00:18 T_A_N_K ok
00:18 cy1 also the locked chest
00:18 Phitherek_ gtg
00:18 Phitherek_ bye
00:18 * Phitherek_ runs away
00:18 cy1 basically local meta = minetest.env:get_metadata(position)
00:19 cy1 then meta:set_string(n,v) or meta:get_string(n)
00:19 T_A_N_K can i set an object with metadata?
00:19 cy1 no, just strings
00:19 sdzen joined #minetest
00:19 T_A_N_K like say i punched a block of grass, could i add metadata to it?
00:19 cy1 yes
00:19 T_A_N_K okay
00:19 cy1 well, sorta
00:20 T_A_N_K anything in that position has the metadata that that would right?
00:20 cy1 you could make a block that looks like grass, that adds metadata when you punch it.
00:20 T_A_N_K oh, okay
00:20 cy1 there's a way to add metadata to all blocks on punch etc too.
00:21 T_A_N_K hmm, is there any example of that in the default game?
00:22 cy1 at the bottom of default/init.lua there's some stuff. It's generally minetest.register_somethingy(my handler)
00:22 cy1 can slow your game down a lot since it's done for e-v-e-r-y block
00:22 cy1 node
00:22 T_A_N_K so a lot of signs can crash your game?
00:23 cy1 No, a lot of registering handlers to fire on events for every block
00:23 T_A_N_K i'm talking about creating shops with normal blocks
00:24 cy1 like, the buildings?
00:25 T_A_N_K no, like you do /shop sell this 100 99 and then go and punch the block and it turns into a "chest" that only the owner can open, but when other people punch it they get to buy however much they want as long as they have money
00:25 T_A_N_K where 100 is the amount of money to sell it as and 99 is how much of it
00:26 cy1 then someone punches his friend's mithril block house into chests
00:26 T_A_N_K what?
00:26 cy1 just imagining
00:26 NakedFury can't you avoid the bukkit way of economy?
00:26 cy1 I say we make clans.
00:27 cy1 Never mind punchin chests for dolla
00:27 NakedFury you have a chance to use blocks and stuff and you want to go to the primite way of chat commands to sell stuff?
00:27 T_A_N_K that's what i'm doing, i'm porting it over, no offense but shop blocks kind of sock
00:27 T_A_N_K i am also going to make auctions
00:28 T_A_N_K naked fury wtf are you talking about?
00:28 NakedFury also I will suggest you add special shop signs
00:28 NakedFury nvm that msg before
00:28 T_A_N_K lol, okay
00:29 NakedFury like a Sword symbol or any other weapon for a weapons shop
00:29 T_A_N_K time for an extreme crash course and attempt to make metadata, and good idea, but when you see what it is, you'll shart your pants
00:31 Octupus joined #minetest
00:32 cy1 like I ever wanted to use a shop anyway
00:41 T_A_N_K you will when i'm done with it
00:44 Myk267 joined #minetest
00:45 khonkhortisan there's no minetest.env:move_node(pos1, pos2) or move_node(pos1, pos2, time) yet
00:49 Octupus no1 trust a person named zero
00:50 VanessaE he was trying to grief on redcrab's server earlier todat
00:51 VanessaE today*
00:51 George joined #minetest
00:51 Octupus he just griefed m13 server
00:51 Octupus burnt down everything
00:51 George M13 is down
00:51 George BlasterBoy
00:52 Octupus your blasterboy
00:52 George Me?
00:52 Octupus yes
00:52 George No
00:52 George I'm George
00:52 Octupus how u know about blasterboy
00:52 George I was just in the server
00:53 Octupus your username is blasterboy
00:53 George My username is George
00:53 George Who are you?
00:53 Octupus octupuslegs
00:53 George You weren't in the server at the crash
00:54 Octupus ohh no its up again
00:54 George No it isn't
00:54 George ?
00:56 George Still not up
00:56 Octupus on which port
00:57 George 30001
00:57 Octupus m13 is afk
00:58 Octupus atm
00:59 hmmmm very minor thing that i just noticed right now
00:59 hmmmm I spawned in water
00:59 hmmmm on a new map
00:59 VanessaE that happens to me a lot on new maps
00:59 hmmmm in server.cpp, line 4731, "if(groundheight < WATER_LEVEL)"
01:00 hmmmm it should be
01:00 hmmmm <=
01:00 hmmmm water is generated at less than OR EQUAL TO the water level
01:04 NakedFury did you fix it?
01:05 hmmmm no i can't fix it, i don't have access to the repository
01:05 NakedFury in your fork or version?
01:08 hmmmm i don't have a fork
01:08 NakedFury do you go around reading the code making minor fixes or tweaks?
01:09 hmmmm editing
01:09 hmmmm i have a local copy that i use
01:09 hmmmm when there's a new version worth upgrading to, i apply my changes
01:10 Octupus VanessaE,You There
01:10 Octupus we have some problem
01:10 VanessaE brb
01:11 Octupus ok
01:11 Octupus hurry back
01:15 VanessaE ok, back
01:16 * VanessaE offers some apples and honey
01:16 Octupus vaneesa
01:16 VanessaE what's wrong/
01:16 * NekoGloop offers some ice cream
01:16 Octupus oldcoder needs the ip addresses
01:16 Octupus all of what u got on landmine
01:17 Octupus because landmine is griefing some servers and comeing onto our private irc channel
01:17 VanessaE ok
01:17 VanessaE make your channel invite-only
01:17 Octupus it is
01:17 Octupus gtg
01:17 NakedFury mute all users if you dont know who they arwe
01:17 LAD hi
01:17 VanessaE no I mean literally
01:18 LAD stupid LM
01:18 VanessaE set it to +i
01:18 hmmmm this LandMine fellow seems to be causing a lot of drama
01:18 hmmmm what's the deal?
01:18 NakedFury they are so easy to troll
01:18 LAD he grifed diferently then norme;
01:18 NakedFury I mean ZERO tolerance
01:18 LAD tZero is LM
01:18 LAD learnd that the hard way
01:18 LAD i grante him ban
01:18 VanessaE hmmmm: put simply, he's an asshole who stalks people, talks a lot of smack, griefs, insults, and generally acts like a complete asshole.
01:19 LAD he hacked me
01:19 hmmmm 'hacked'
01:19 hmmmm lol
01:19 LAD and hacked the server
01:19 hmmmm likely story
01:19 LAD at least i think it was him
01:19 NakedFury they should have followed the fucking golden rule: IGNORE him. he comes ban, he talks ignore, he doesnt exist. period
01:19 LAD i notised it threw me email it was poisen mail
01:20 hmmmm well, it's partially all your fault for being vulnerable to someone like him
01:20 LAD but i dont think he capiple of that kind of hacking
01:20 VanessaE NakedFury: which is what I do.
01:20 LAD i noticed it was LM on the serveer
01:20 LAD all but 1 name
01:20 OldCoder He is here again
01:20 hmmmm does he have a dynamic ip or something?
01:20 LAD Zero
01:20 OldCoder Lecturing me
01:20 LAD he has a VPM
01:20 M13 joined #minetest
01:21 LAD or VPN
01:21 hmmmm so what's wrong with banning the VPN?
01:21 VanessaE we have been
01:21 VanessaE he uses HideMyAass
01:21 VanessaE Ass*
01:21 hmmmm he sounds like he has a lot of time on his hands
01:22 VanessaE yup.
01:22 NakedFury OldCoder don't encourage him = do not talk to him at all, not even a fucking hi. dont try to help him, dont acknowledge his existance
01:22 LAD to lait
01:22 NakedFury always do ban, ban, ban, ban
01:22 LAD for that
01:22 LAD he trys and talk sence in to him
01:23 hmmmm there's a saying
01:23 NakedFury argh mistake number one for trolls
01:23 hmmmm "Don't quote, don't reply, let him rot."
01:23 LAD there already talking
01:23 VanessaE landmine is psychotic, simple as that.
01:23 NakedFury one reason why minetest needs some registration to join servers
01:23 NakedFury in MC its easy to deal with this
01:23 NakedFury 1+ to them
01:24 LAD there is
01:24 LAD called a whitelist
01:24 * OldCoder sighs
01:24 VanessaE NakedFury: that's why for example redcrab:30401 requires you to get an account on the forums and then ask for interact
01:24 OldCoder NakedFury, He is coming after me in real life
01:24 OldCoder Just what I need at this point
01:24 NekoGloop Then you can attack him irl.
01:24 LAD XD i prty shur u can call the cops for that
01:25 LAD i think it call threat of merder or something
01:25 NekoGloop If anything you can call border control
01:26 LAD yea
01:27 George joined #minetest
01:27 George So 30001 is offline?
01:28 VanessaE oh great.
01:28 M13 George
01:28 VanessaE Zero has interact priv on redcrab:30401 :-/
01:28 George Hi
01:28 M13 Ill give you the new IP one sec
01:28 LAD Zero might be a real persone
01:28 LAD he just might have used his name
01:29 George Thanks
01:29 UbuntuNerd joined #minetest
01:29 UbuntuNerd George
01:30 George Hey Ubuntu
01:30 UbuntuNerd its not LandMine
01:30 UbuntuNerd George
01:30 UbuntuNerd what is ur Email
01:30 George What
01:30 George Why?
01:31 UbuntuNerd nvm
01:31 UbuntuNerd join #minetest-minetest
01:31 UbuntuNerd ill give you it there
01:31 NekoGloop Minetest-minetest=0
01:32 George Thanks
01:33 M13 are you on
01:33 T_A_N_K re
01:33 George No
01:33 George It's still connecting
01:35 George Hmmm, must be busy
01:35 M13 its still
01:35 George Yea
01:35 M13 wierd
01:35 M13 the ports are forwarded
01:35 M13 what Port are you using
01:36 George 30001
01:36 M13 hmmm
01:36 M13 one sec
01:36 RealBadAngel joined #minetest
01:37 T_A_N_K hey realbadangel
01:37 NekoGloop Meow.
01:37 OldCoder George, did you respond to LandMine just now?
01:37 T_A_N_K would you like to help me?
01:37 George No
01:37 George Who is this landmine?
01:37 OldCoder George There is a problem
01:38 OldCoder VanessaE, I need to make an announcement
01:38 OldCoder No choice
01:38 VanessaE ok
01:38 M13 big one no one can connect to my servers
01:38 OldCoder George, He is a psychotic
01:38 * OldCoder is writing
01:38 RealBadAngel hi
01:38 VanessaE hey RBA
01:38 LAD hi
01:38 George Ah
01:38 LAD yea i think we all new that
01:39 OldCoder LandMine or Misael Roman is angry right now. I think he's going after me. Based on what just happened I guess he's going to fake my identity.
01:39 LAD buts nothing to laupg at
01:39 OldCoder LAD, hold on
01:39 LAD kk
01:39 LAD srry
01:39 LAD cutinue
01:39 OldCoder If anything unusual happens related to this nick or any of my email addresses I need to know. Please be advised it probably isn't me.
01:39 M13 Im stopping my servers
01:39 OldCoder I'm kind of upset.
01:39 OldCoder Excuse me. Remember the above please.
01:39 M13 ok
01:39 LAD kk
01:40 VanessaE we know, OC.
01:40 George Sure thing
01:40 NekoGloop Sure thing, boss.
01:40 LAD if any thing he going to try and chat to me
01:40 LAD oohhhh
01:40 LAD now i know y he always talks to me
01:40 LAD and tells me what hes going todo
01:41 LAD hmmm
01:41 T_A_N_K realbadangel, mind if i pm you?
01:41 M13 LAD
01:41 M13 connect to my server
01:41 LAD in the player thng theres a persone called OWNSyouALL is he normel here
01:41 LAD what ip
01:42 M13 go to #minetest-minetest
01:51 cornernote joined #minetest
01:57 VanessaE hey cornernote
02:13 LAD i gtg cya
02:25 George joined #minetest
02:26 George Odd
02:31 OldCoder I am Skyping Misael. Can anybody tell me how to start a chat once you have added a contact?
02:31 cy1 OldCoder: tell them to come on IRC and chat w/ them here
02:31 OldCoder cy1, Uh... :-) Do you know who I am talking about?
02:31 OldCoder Psychotic etc. ?
02:31 cy1 does it matter? :3
02:31 NekoGloop Idk about computer version but there should be a button with a phone/camera on it.
02:31 OldCoder NekoGloop, k
02:32 VanessaE OldCoder: double-click on the person's name
02:32 OldCoder k
02:32 VanessaE for a text chat
02:32 OldCoder Yep
02:32 NekoGloop Prolly right click as well
02:32 OldCoder Can't tell if it's working. He's listed BTW.
02:32 OldCoder I can type text. Doesn't tell me if he's receiving it.
02:32 VanessaE if you can, he is
02:33 OldCoder I C
02:33 VanessaE provided he's 'listening'
02:33 OldCoder Wait; I'll screenshot in a couple of minutes
02:33 OldCoder Will he get the text later otherwise?
02:33 VanessaE yes
02:33 * OldCoder is screenshotting
02:34 khonkhortisan How many rotations are there for a node?
02:34 VanessaE rotations?
02:35 khonkhortisan If I make a rubiks cube, I need full control over what color is on what side
02:35 VanessaE that depends, is it timecubes based?  in that case, four ;)
02:35 VanessaE -s
02:35 NekoGloop 4 for facedir 6 for wallmounted
02:35 OldCoder http://oldcoder.org/test/landskype01.jpg
02:35 OldCoder How 'bout that?
02:35 VanessaE khonkhortisan: all six faces can have unique textures, but afaik you can only rotate around the Y axis
02:35 khonkhortisan I need 8x3 rotations for the corners
02:35 cy1 khonkhortisan: just change the textures of the faces
02:35 NekoGloop He doesnt have skype open
02:36 OldCoder NekoGloop, thx. But the messages are queued?
02:36 NekoGloop I think so
02:36 OldCoder If he doesn't use this account any longer, he'll never see them though. Right?
02:36 NekoGloop Yes,
02:36 M13 OldCoder
02:36 VanessaE probably yeah
02:36 OldCoder Any way to check his last presence?
02:36 OldCoder M13, Yes?
02:36 NekoGloop Not to my knowledge
02:36 OldCoder All right
02:37 George_ joined #minetest
02:37 M13 Has LandMine done anything sence
02:37 * NekoGloop skype noob though
02:37 OldCoder M13, He's targeting me
02:38 M13 how
02:38 M13 what is he doing
02:38 OldCoder Do you mean, what is he going to do? Based on what he told Keegan to do, he's going to fake things related to me in IRC or email.
02:39 OldCoder Identity theft of a sort
02:39 NekoGloop Heh.
02:39 OldCoder This identity is probably toast
02:39 M13 so hes going to fake being you
02:39 OldCoder Maybe
02:39 M13 damn
02:39 OldCoder He will also contact my brother
02:39 NekoGloop He's going to fake being a fake identity
02:39 OldCoder NekoGloop, More complicated
02:39 OldCoder Some of you own my brother's little toy
02:40 OldCoder He's likely to involve my brother
02:40 Myk267 joined #minetest
02:40 M13 This Guy is a Problem
02:41 khonkhortisan maybe I can cheat by not having the inside faces black, and need less rotations
02:47 khonkhortisan I'm sure someone's made a helper function for full rotation
02:50 T_A_N_K m13
02:51 T_A_N_K what is your server ip?
02:52 M13 go to #minetest-minetest
02:52 M13 then ill give you it there
02:52 VanessaE you know you can just /msg it
02:53 M13 o ok lolz
02:53 M13 i forget
02:54 cy1 OldCoder: get a PGP key. He can't fake that.
02:55 OldCoder cy1, If I've got to spell it out I'll do it in PM. I know what he's planning. He started last week. I can't stop him online. It will need to be real life.
02:55 cy1 OldCoder: real life can save online, but only with a PGP key :T
02:55 OldCoder I need some Spanish speakers. Somebody here has volunteered two but they are unconfirmed.
02:56 OldCoder PGP won't help
02:56 cy1 I don't see how it possibly couldn't
02:56 OldCoder cy1, if you are curious: PM
03:15 hmmmm OldCoder, how on earth did this fellow get your contact information anyway?
03:19 OldCoder hmmmm, PM me in a bit; talking to somebody else. Answer though is I haven't kept things secret. After my birthday this year, my brother came after me. I've been public ever since.
03:20 hmmmm erm okay
03:20 OldCoder Indeed :-)
03:20 OldCoder I am so far over my head
03:20 OldCoder The water is fathoms above
03:21 khonkhortisan huh. It only takes two pistons to make an engine.
03:25 VanessaE ?
03:27 khonkhortisan http://www.youtube.com/watch?v=IzzxS_MP8sQ
03:29 VanessaE mesecons needs upgraded so that pistons move smoothly in/out of the piston body
03:29 VanessaE (the way minecraft does it)
03:29 khonkhortisan then all the nodes it pushes would have to do the same thin)
03:29 khonkhortisan *thing
03:30 VanessaE that's easily done by removing the node, making an entity out of it, moving the entity with the pistonhead, then making it back into a node when it stops
03:30 VanessaE I think movestones do that
03:30 NekoGloop "choo choo" yeah you can actually hear that
03:30 khonkhortisan when a movestone pushes gravel over a cliff the gravel is half on the cliff and half off, instead of in the center of its node.
03:30 NekoGloop Oh wait that's the cow
03:30 cy1 yeah, except movestones never go back to a node
03:31 VanessaE watching without audio
03:31 khonkhortisan audio matches the video
03:33 VanessaE will that same method work in mesecons?
03:34 khonkhortisan depends on the sticky behavior. Probably.
03:34 NekoGloop They dont pull other pistons to the best pf my knowledge
03:35 VanessaE neko: they do.
03:36 VanessaE just checked
03:37 khonkhortisan yeah, but put dirt on the other side of the sticky piston and see what happens
03:37 NekoGloop Design would work
03:37 khonkhortisan the sticky piston disappears into the dirt and is lost forever
03:37 NekoGloop As for having the patience to do it?
03:37 VanessaE khonkhortisan: what do you mean?
03:37 VanessaE seems to work for me?
03:38 khonkhortisan dirt | sticky piston | piston, second row switches. Turn on piston, sticky piston disappears. Without dirt, sticky piston just moves.
03:39 cy1 khonkhortisan is correct. pistons destroy the adjacent block, and create a new copy of it one block over, but only if one block over is air.
03:39 cy1 if it's dirt, whatever was destroyed is simply discarded and not recreated.
03:39 khonkhortisan huh? Pistons can move multiple nodes at a time.
03:39 VanessaE I just tried
03:40 khonkhortisan A piston will push two dirts, but not a sticky piston and dirt.
03:40 VanessaE [dirt][dirt][stick piston]
03:40 cy1 ...they can?
03:40 VanessaE turn on the piston, both dirts move.  turn it off, the one dirt next to the piston moves back as it should
03:40 VanessaE s/stick/sticky/
03:41 khonkhortisan try [dirt][sticky piston][piston] and turn the regular piston on
03:41 cy1 what if you put a piston next to a row of 100000000 dirts?
03:41 khonkhortisan it'll only push 10 or 15, I forgot how many
03:41 khonkhortisan I made a stack of sand with a piston at the bottom to test how far it could push
03:41 cy1 oh, 'k
03:42 cy1 so it doesn't activate if too many to push, or it destroys the furthest one?
03:42 khonkhortisan just doesn't do anything
03:42 NekoGloop Doesnt activate
03:42 cy1 that's good.
03:42 VanessaE [dirt][sticky piston][piston]  turn on the regular piston --->  [dirt][air][sticky piston][air][piston] after it turns off
03:42 NekoGloop Same as if you put a furnace or chest in there
03:42 cy1 so what I saw with pistons destroying pistons was a fluke, not how it's supposed to act.
03:43 khonkhortisan I get [dirt][sticky piston][piston] -> [dirt][piston arm][piston] -> [dirt][air][piston]
03:43 NekoGloop Face the sticky piston toward the piston, vanessae
03:43 khonkhortisan I get pistons destroying pistons
03:44 khonkhortisan and only turn on the regular piston
03:44 VanessaE ah
03:44 VanessaE yes that bugs out
03:44 VanessaE destroys the sticky piston.
03:44 khonkhortisan haha pistons can create non-falling sand bridges!
03:44 khonkhortisan Now I know how to pretend things were made in an earlier version
03:45 NekoGloop Also make traps
03:45 NekoGloop Just dig a node: kaput, they all fall
03:45 cy1 o.o
03:45 cy1 that's... kind of brilliant actually
03:45 NekoGloop Lava at the bottom? Yeah that kills the person.
03:45 khonkhortisan A piston can move 15 nodes. (not including the one that just sits there)
03:46 khonkhortisan I can build my house on a sand sinkhole
03:46 NekoGloop I've done that
03:46 khonkhortisan just have to build the house first
03:47 khonkhortisan should an issue be filed?
03:49 * VanessaE shrugs
03:49 VanessaE might be a good idea
03:52 khonkhortisan there's no example for a craft's replacements in the doc
03:53 VanessaE minetest.register_craft( {
03:53 VanessaE output = 'homedecor:flower_pot_green',
03:53 VanessaE recipe = {
03:53 VanessaE { 'unifieddyes:dark_green', '', '' },
03:53 VanessaE { 'homedecor:plastic_sheeting', 'default:dirt', 'homedecor:plast
03:53 VanessaE ic_sheeting' },
03:53 VanessaE { 'homedecor:plastic_sheeting', 'homedecor:plastic_sheeting', 'h
03:53 VanessaE omedecor:plastic_sheeting' },
03:53 VanessaE },
03:53 VanessaE replacements = { {'unifieddyes:dark_green', 'vessels:glass_bottle'}, },
03:53 VanessaE })
03:53 VanessaE example from homedecor.
03:53 khonkhortisan ah, double curly.
03:54 khonkhortisan huh? I picked up a piston arm
03:55 VanessaE you can construct replacements= just like a recipe or so - multiple {'a', 'b'}, pairs inside the outer braces
03:55 VanessaE one pair per item to be exchanged.
03:56 Octupus joined #minetest
03:59 VanessaE hi Octupus
03:59 VanessaE bbl,  time to try to get some sleep
03:59 OldCoder VanessaE, Good night
04:07 neko259 joined #minetest
05:11 VanessaE meh, can't sleep yet
05:11 khonkhortisan I have a rubiks cube that spawns a dirt layer
05:12 VanessaE cool
05:12 khonkhortisan the recipe is shapeless sand, desert sand, desert stone, steel block, water bucket, dirt (for grass)
05:14 khonkhortisan I might need another item for the black color
05:15 VanessaE black wool.
05:15 khonkhortisan then I might as well make the whole thing out of waal
05:15 khonkhortisan *wool
05:15 VanessaE perhaps :-)
05:15 VanessaE in that case, you need black, white, yellow, green, red, blue, orange
05:22 SpeedProg joined #minetest
05:34 cisoun joined #minetest
05:34 * VanessaE randomly highlights cisoun
05:34 cisoun ping
05:34 VanessaE hi
05:37 khonkhortisan the order I write my functions in is the opposite order they need to be in
05:40 TLP|AFK joined #minetest
05:46 servvs joined #minetest
05:48 soryy708 joined #minetest
05:48 soryy708 Moocow!
05:50 dardevelin joined #minetest
05:50 dardevelin heyia
05:50 soryy708 :P
05:50 khonkhortisan second = first   second[1] = "hi!"   print(first[1]) -> "hi!" <-- WHY?!
05:51 khonkhortisan how do I keep my arrays separate when I copy them?
05:55 khonkhortisan aha! second = {unpack(first)} <-- is how to separately copy arrays
06:01 cornernote khonk
06:01 cornernote nice
06:01 cornernote i was going to suggest this - http://stackoverflow.com/questions/640642/how-do-you-copy-a-lua-table-by-value
06:01 khonkhortisan found this http://forum.luahub.com/index.php?topic=2531.0
06:02 cornernote other option is this - for j,x in ipairs(a) do copy[j] = x end
06:02 cornernote but your way is cleaner
06:02 khonkhortisan I didn't expect them to still be linked together
06:03 cornernote i had the same issue when i did my levels api in skyblock
06:03 cornernote i wanted a base class type thing
06:03 cornernote so the functions could exist as empty functions without defining them in every level
06:06 khonkhortisan when you filled your empty function you lost your empy function?
06:06 cornernote yep
06:07 cornernote it did my head in
06:07 cornernote i couldnt understand why it was calling the getpos() for level1 instead of level2
06:08 cornernote finally twigged that table1 = table2 means you dont really have 2
06:08 cornernote just 2 references to the same thing
06:25 khonkhortisan Once I register all the cublets, I shouldn't _have_ to register any more just to turn them
06:27 khonkhortisan *cubelets
06:30 cornernote cublets ?
06:30 cornernote for what ?
06:35 servvs joined #minetest
06:47 Jousway joined #minetest
07:06 RealBadAngel joined #minetest
07:19 khonkhortisan the tiny parts of the rubik's cube
07:21 khonkhortisan 27 unique nodes, each edge can be in any of 12 places in two orientations, and each corner can be in any of 8 places in three orientations. I'll need more than 27 nodes because of the way facedir works.
07:29 soryy708 left #minetest
08:33 Tux-Tn joined #minetest
08:39 Calinou joined #minetest
09:32 whirm joined #minetest
09:40 cisoun joined #minetest
09:48 cornernote does anyone know when 0.4.4 is scheduled ?
09:55 Calinou nope
09:58 whirm joined #minetest
10:06 Calinou cornernote: moved your armor mod topic to mod releases. :)
10:13 cornernote thanks
10:13 cornernote how about the dependency (inventory_plus) ?
10:13 cornernote should that live in general ?
10:14 cornernote i dont mind if it does, its not like the general population will want to discuss it
10:15 Calinou you can bundle that dependancy with your mod download
10:15 Calinou simpler and less confusing
10:15 cornernote bags needs it too
10:15 cornernote the reason for it is so you can have bags or armor, but not both, if you choose
10:16 cornernote and im going to make other mods that depend on it too
10:16 cornernote eg, a graphic api for sethome/gohome
10:16 cornernote maybe a graphic api for worldedit ?
10:17 cornernote player inventory screen will be amazing
10:17 cornernote and once ppl see how to use it, other modders will hook into it too
10:17 Calinou a formspec GUI for worldedit would be quite cool
10:18 Calinou WE should go into default game imo
10:18 Calinou it would give us an advantage over minecraft
10:18 cornernote yep
10:18 cornernote but... the cool thing about MT is there are lots of mods
10:18 cornernote and so many new ones
10:19 cornernote i know the same is true of MC, but with MT its really plain to start with
10:19 Calinou flowers should be in default game too, i think :P
10:19 cornernote and i like that
10:19 Calinou too plain isn't good either
10:19 cornernote you dont have to disable tons of stuff to make what you want
10:19 cornernote depends if you want to play a game, or make a game to play =)
10:20 cornernote i figure most people who play MT are the later
10:20 Calinou archlinuxians*
10:20 cornernote but yeah, flowers would be good
10:20 cornernote 2 flowers and 2 mushrooms
10:20 cornernote and they can be used to make dyes, then wools are accessible
10:20 cornernote and a world of other things
10:21 VanessaE my version of flowers, of course
10:21 VanessaE :)
10:22 Calinou +1
10:22 cornernote i think it has to be a really lite version
10:22 VanessaE as for dyes, well we all know how to properly solve that.
10:22 VanessaE :-_)
10:23 VanessaE great, furnaces on redcrab:30401 have stopped working
10:29 VanessaE bbl, time to try to sleep...again
10:46 RealBadAngel joined #minetest
10:46 RealBadAngel hi folks
10:47 sciopath joined #minetest
11:11 mika__ joined #minetest
11:15 cornernote hey RBA
11:15 cornernote ok, done the GUI for sethome/gohome - http://minetest.net/forum/viewtopic.php?id=3101
11:16 cornernote worldedit next ?
11:22 jin_xi VanessaE: how to solve dyes? i dont know how to do it properly
11:34 LAD joined #minetest
11:46 BartoCH joined #minetest
12:03 Calinou joined #minetest
12:38 RealBadAngel VanessaE, have you made code to connect to chests etc?
12:38 RealBadAngel i need it badly
12:39 SpeedProg joined #minetest
12:42 Calinou http://minetest.net/forum/viewtopic.php?id=3102
12:42 Calinou :D
12:44 RealBadAngel you just made a new server?
12:44 RealBadAngel nice
12:53 Crisco joined #minetest
13:02 Calinou RealBadAngel: join it? :D
13:02 Calinou added a good amount of mods
13:10 hmmmm joined #minetest
13:16 RealBadAngel Calinou, but not techinc ;)
13:17 RealBadAngel anyway last 2-3 weeks im not playing at all
13:17 RealBadAngel rewriting tubes code all the time
13:48 q66 joined #minetest
14:08 SpeedProg1 joined #minetest
14:08 Calinou guy who deleted the wikipedia page: http://en.wikipedia.org/wiki/User:Mr._Stradivarius
14:08 Calinou another GUF
14:09 SpeedProg joined #minetest
14:15 PilzAdam joined #minetest
14:16 PilzAdam Hello everyone!
14:16 mika__ hi
14:27 iqualfragile joined #minetest
14:32 MilanFIN joined #minetest
14:53 * VanessaE wanders in
14:53 VanessaE good morning
14:53 PilzAdam sup
14:53 TLP|AFK joined #minetest
14:54 Jordach joined #minetest
14:54 VanessaE morning Jordach
14:54 Jordach explain http://minetest.net/forum/viewtopic.php?id=3104
14:55 VanessaE Jordach: The content of that we all already know about, but beats the hell out of me why it's on the forums and not on some private website.
14:56 * Jordach summons OldCoder
14:56 VanessaE I can't make up my mind whether or not to delete it
14:56 Jordach it's wiser having the community know his tactics
14:56 OldCoder Jordach, I am summoned and must aboey
14:57 OldCoder *obey
14:57 VanessaE morning OldCoder
14:57 OldCoder VanessaE, this is so far out of it...
14:57 OldCoder It's got to stop
14:57 Jordach so you posted that?
14:57 OldCoder He is terrorizing kids
14:57 OldCoder Of course
14:57 OldCoder He knows all about my family BTW
14:57 OldCoder He's coming after me if the article is taken down
14:57 OldCoder He knows everything
14:57 OldCoder Oh VanessaE BTW
14:58 FreeFull joined #minetest
14:58 OldCoder We discussed the legal sticky issues recently...
14:58 OldCoder about posts involving minors and sex
14:58 OldCoder He is now propositioning the kids
14:58 OldCoder If this is not dealt with it's most likely the end of Minetest
14:58 OldCoder So
14:59 OldCoder Actually I'd leave the post and consider coordinating a broader effort
14:59 OldCoder Me, I just want my life back
14:59 OldCoder I kind of have
14:59 OldCoder shit to deal with elsewhere
14:59 OldCoder I want nothing further to do with this
14:59 OldCoder The best part is
14:59 OldCoder Misael knows all about the rest of it
15:00 OldCoder You don't know all of it. It isn't much fun.
15:00 * OldCoder shrugs
15:00 OldCoder Whatever
15:00 VanessaE then drop it, it's time to turn all the data available over to the authorities and for all of us to step away from this issue
15:00 VanessaE this is not good for any of us
15:00 OldCoder There are no Goddamn authorities
15:00 OldCoder You telling me?
15:00 OldCoder not good?
15:00 OldCoder You know about 30% of my situation
15:00 OldCoder This needs to be ended
15:01 OldCoder There are no authorities that can reach him outside of Mexico
15:01 OldCoder There are offers here in private for Spanish speakers
15:01 OldCoder My own Spanish is rusty but I'll give it a go
15:01 OldCoder Thing is, the other crap... which he knows about... has already worn me out
15:01 OldCoder I can't do this alone. And he knows it.
15:01 OldCoder There is no "step away".
15:02 RealBadAngel piss on him
15:02 VanessaE ...
15:02 OldCoder He's in my Goddamn life.
15:02 Phitherek_ joined #minetest
15:02 OldCoder And to the adults here...
15:02 RealBadAngel its an idiot
15:02 OldCoder Legally he is in your lives. The fact that he is propositioning your kids...
15:02 RealBadAngel not worth such drama
15:02 OldCoder takes this to a new level.
15:02 OldCoder Drama?
15:02 OldCoder Fine
15:02 OldCoder "Drama." I love that word.
15:02 RealBadAngel ban, whole mexico city
15:02 OldCoder What "drama" ? You want to see drama?
15:03 OldCoder He uses the web gateway now
15:03 VanessaE *facepalm*
15:03 RealBadAngel all the vpns he used to use
15:03 OldCoder I think something has happened to them
15:03 RealBadAngel ban the gateway
15:03 RealBadAngel and piss
15:03 VanessaE we don't need this crap
15:03 VanessaE enough is enough
15:03 OldCoder That is probably a good idea. But regarding drama. No, Vanessa, we don't. Stop and think about the PMs to kids.
15:04 OldCoder An effort needs to be made or it *is* the end of the project.
15:04 OldCoder Media gets that part of it... there is a problem.
15:04 RealBadAngel report his activity to local authorities
15:04 OldCoder I need Spanish speakers for that.
15:04 VanessaE I get your point but legally those PMs aren't our responsibility
15:04 RealBadAngel maybe his uni authorithies
15:04 OldCoder RealBadAngel, Yes. I made my own first call to them the other day.
15:04 Phitherek_ erm... what has happened?
15:04 VanessaE when i said authorities I meant police, invenstigators, etec
15:04 VanessaE Phitherek_: Short answer Landmine went insane.
15:04 RealBadAngel call the univeristy
15:04 OldCoder Phitherek_, Psychotic stalker targeting kids. And me. VanessaE yes. I need Spanish speakers for that.
15:05 OldCoder Repeat: I need Spanish speakers.
15:05 RealBadAngel i dont know any, sorry
15:05 OldCoder RealBadAngel, I didn't say you did. Just pointing out a fact.
15:05 OldCoder VanessaE, regarding legal responsibility...
15:05 Phitherek_ is there anyone Spanish in the community?
15:06 Phitherek_ i recall there was someone...
15:06 OldCoder You're old enough to know how things work. This hits the media, legal responsibility is irrelevant.
15:06 OldCoder Think about it, for God's sake.
15:06 OldCoder You think technicalities will make a difference?
15:06 RealBadAngel thats why i havent pointed police
15:06 RealBadAngel i said his university
15:07 OldCoder "pointed" ?
15:07 OldCoder Yes
15:07 OldCoder Either is fine.
15:07 RealBadAngel hes young asshole
15:07 McKay joined #minetest
15:07 OldCoder Asshole is no big deal.
15:07 PilzAdam hi McKay
15:07 OldCoder This kind of goes past that.
15:07 McKay hi
15:07 VanessaE morning McKay.
15:07 RealBadAngel oh, stargate atlantis next season starts rite now? ;)
15:08 OldCoder That is still on the air?
15:08 RealBadAngel McKay came
15:09 RealBadAngel http://www.youtube.com/watch?v=YvlRzQAt5xk
15:10 VanessaE RealBadAngel: what, a video link that isn't another pneumatic tubes teaser? :-)
15:10 RealBadAngel im rewriting that damn code all the time
15:11 RealBadAngel and im still not satysfied
15:11 VanessaE understood
15:11 RealBadAngel it isnt a simple furnace
15:12 RealBadAngel one way i go another is fucked up
15:12 RealBadAngel i made one perfect then suffered 5 fps
15:12 RealBadAngel now im tryin to achieve somethin between
15:13 RealBadAngel with some scrifices
15:13 RealBadAngel simply it appears calculatin way realtime and for every step
15:14 PilzAdam sheeps now spawn only when its bright
15:14 RealBadAngel even its correct, its damn slow
15:14 RealBadAngel now i made it calculate once
15:14 RealBadAngel when item is launched
15:15 RealBadAngel then when the path will break i will recalculate it
15:15 Calinou joined #minetest
15:15 hmmmmmm joined #minetest
15:15 PilzAdam sup Calinou
15:15 Jordach Calinou - im on ur server - killin your dudes
15:15 PilzAdam sup hmmmm
15:15 Jordach nah - jokin
15:15 RealBadAngel question: what sup means??
15:15 Calinou hai
15:15 Calinou Jordach: lol
15:15 RealBadAngel i dont know this shortcut
15:15 Calinou sup = what's up
15:16 RealBadAngel ahhh
15:16 Jordach Calinou - /me needs build
15:16 RealBadAngel thats why pilz once aswered me thats rude to answer with question lol
15:17 PilzAdam anyone here has any idea what can cause this error in mobs: http://minetest.net/forum/viewtopic.php?pid=43029#p43029 ???
15:17 VanessaE hey cal.
15:17 VanessaE no clue, Adam
15:17 iqualfragile i guess you try using an integer as an array
15:18 milleja46_ joined #minetest
15:19 iqualfragile pilzadam: add an lava-mob wich spreads fire as an attack
15:19 PilzAdam i had this error too, but after the punch function for entities was fixed, it works
15:19 roboman2444 joined #minetest
15:19 PilzAdam but in the latest win build it doesnt worl
15:19 PilzAdam *work
15:20 hmmmm joined #minetest
15:20 * VanessaE hands hmmmm a new box of pings
15:20 VanessaE your old ones are expired.
15:21 PilzAdam lol
15:28 * Jordach redoes the 8px pack
15:29 Jordach now i feel old
15:29 Jordach http://minetest.net/forum/viewtopic.php?id=1012
15:30 iqualfragile jordach / anyone making texturepacks: wouldn't a steampunk-texturepack be a great idea?
15:30 triplei joined #minetest
15:30 * Jordach considers such
15:31 Jordach iqualfragile, Calinou's the man for MC conversions
15:31 iqualfragile mc?
15:31 Jordach neincraft
15:31 T_A_N_K joined #minetest
15:32 iqualfragile why minecraft-conversion? im talking about an steampunk-texturepack
15:32 VanessaE Mojang'sCrap :-)
15:35 PilzAdam how can i push to a other branch than master in git??
15:35 Calinou VanessaE: want to join my server? :D
15:35 Calinou calin.sytes.net
15:37 Taoki joined #minetest
15:40 * OldCoder is AFKola for a while. Doesn't like cola much any longer. Too much of anything not good.
15:42 OldCoder Oh, hey. Looks like I can't walk today. Cool. Back soon regardless.
15:44 CIA-55 joined #minetest
15:49 PilzAdam the old farming mod is now here: https://github.com/PilzAdam/farming_plus
15:49 VanessaE Calinou: what, your crappy, dusty old server?  :D
15:49 Calinou no
15:49 PilzAdam the old light version is now the main version: https://github.com/PilzAdam/farming
15:49 VanessaE actually maybe later
15:49 Calinou it isn't on my computer
15:49 RealBadAngel VanessaE, priv
15:49 VanessaE Calinou, see pm
15:49 Calinou VanessaE: any idea how to bypass screen's tty limit?
15:50 VanessaE no idea sorry.  I haven't used Screen i nyears
15:50 Calinou got an idea
15:51 iqualfragile pilzadam: thanks for the notification
15:55 PilzAdam forum post updated
15:56 rubenwardy joined #minetest
15:57 iqualfragile http://www.minecraftforum.net/topic/45534-glimmars-steampunk-v7-32x-64xwip132-updated-23812-animated-guisvillagerstextures-ctm-hd-starfield-mod-support/
15:57 iqualfragile calinou: please!
15:57 Calinou iqualfragile: there's a converter script on the forums; search a bit
15:58 iqualfragile great
16:04 Jordach [16:49:48] <Calinou> VanessaE: any idea how to bypass screen's tty limit? google.
16:04 Jordach cisoun - whens ctp v10? (you dont have to respond)
16:05 RealBadAngel iqualfragile, http://www.minecraftforum.net/topic/45534-glimmars-steampunk-v7-32x-64xwip132-updated-23812-animated-guisvillagerstextures-ctm-hd-starfield-mod-support/
16:06 iqualfragile look six lines up
16:07 cisoun Jordach: goddamn
16:07 cisoun I should release it now
16:07 cisoun even if I changed only few textures
16:07 * Jordach uses evil laugh
16:08 RealBadAngel oh damn
16:08 RealBadAngel havent noticed lol
16:09 Jeija joined #minetest
16:10 PilzAdam hi Jeija
16:11 Jordach we should really have a worldwide meetup
16:12 Phitherek_ anyone knows good method of string comparison?
16:12 Calinou lol, no
16:12 mika__ jordach, sounds good but also pretty impossible
16:12 PilzAdam if str1 == str2 then
16:12 Phitherek_ ok, other way ;)
16:12 * Jordach read PilzAdam as Phitherek_
16:13 Jordach okay, wheres @jordach?
16:13 Phitherek_ i need to search a pattern in string
16:13 Phitherek_ is looping through the whole string the best and only opion?
16:14 Phitherek_ Jordach: There was ChanServ and NickServ upgrade once, maybe that' s the case
16:20 PilzAdam ive added a simple cacutsmod for spikes that cause damage to my fork of MT_game: https://github.com/PilzAdam/minetest_game/commit/d4da70b5f26b792da4ac0aa99c930cf01eb9418a
16:22 T_A_N_K why doesn't
16:22 T_A_N_K minetest.register_on_dignode(function(pos, digger, node, oldnode, name)
16:22 T_A_N_K local testing = digger:get_player_name()
16:22 T_A_N_K work? i mean it should
16:22 khonkhortisan it's dignode(pos, oldnode, digger)
16:22 PilzAdam register_ond_dignode is deprecated
16:22 khonkhortisan the third argument is digger, and you don't get the new node name unless you use the pos
16:23 T_A_N_K so is there an alternative to this?
16:23 * OldCoder back later
16:23 OldCoder left #minetest
16:24 PilzAdam T_A_N_K, https://github.com/celeron55/minetest/blob/master/doc/lua_api.txt#L794
16:25 Jeija We should make some official minetest video...
16:25 PilzAdam +1
16:25 PilzAdam but what to show in it? vanilla game? mods? what mods?
16:25 Jeija I think we need to show some mods, but just some basic things
16:26 T_A_N_K can i have a small example of this? the api does not say anything about it
16:26 Jeija Vanilla is somewhat too boring
16:26 T_A_N_K _somewhat_? lol
16:26 PilzAdam T_A_N_K, https://github.com/celeron55/minetest/blob/master/doc/lua_api.txt#L1321
16:26 Jeija and have some cool music
16:27 PilzAdam i would says some music by 313HUMMER
16:27 Jeija I mean something like the minecraft video from minecraft.net
16:27 Jeija (we also need a good voice ^^)
16:27 PilzAdam again -> 313Hummer
16:28 Jordach PilzAdam - ever heard my voice?
16:28 PilzAdam no
16:28 thexyz btw, Calinou, why don't you use xdoors2 at your server?
16:28 Jordach guess what i found! http://imgur.com/OZBRi,sn6tY
16:29 PilzAdam but i know the vids of 313hummer and they are just awesome
16:29 Calinou thexyz: maybe later :P don't want to restart it for now, I have several players
16:29 Jordach VanessaE  - operations time
16:29 Jeija I mean we shouldn't do it some time in the future, but as soon as possible; and add more scenes as features are coded
16:30 thexyz Calinou: how much hdd space do you have?
16:30 T_A_N_K this is about the only example i've found:
16:30 T_A_N_K on_destruct = function(pos)
16:30 T_A_N_K destruct_sign(pos)
16:30 T_A_N_K end,
16:30 T_A_N_K but how would it be implimented into code as a standalone
16:30 PilzAdam its in node definition
16:31 T_A_N_K oh, i want this line of code to be activated every time someone digs
16:31 PilzAdam so the function need to be executed for every node?
16:31 T_A_N_K yes, everytime someone destroys something
16:32 Jordach it gets logged?
16:32 PilzAdam then you can use minetest.register_on_dignode()
16:32 thexyz PilzAdam: it's not deprecated
16:32 Calinou thexyz: 40GB
16:32 PilzAdam i know, but people shouldnt use it if they just check for 1 block
16:32 thexyz yep
16:32 Calinou why are you asking? :P
16:32 Jordach peh - least its bigger than redcrabs, also Calinou, is that a win xp os?
16:33 Calinou no, debian
16:33 Calinou rofl
16:33 Calinou why would I run a server on winblows
16:33 Jordach windows xp is very fast
16:33 thexyz Calinou: just wanna see when you'll run out of disk space
16:33 T_A_N_K how do i get the digger's name in minetest.register_on_dignode()?
16:33 Calinou thexyz: stfu about your trolling
16:33 thexyz Jordach: can you use it without GUI?
16:33 thexyz Calinou: no trolling
16:33 PilzAdam [player ref]:get_player_name()
16:33 Jordach i know my cmd
16:33 thexyz but let's see..
16:33 Calinou my world is 21MB right now
16:34 VanessaE RealBadAngel: changes ready for your review.  pushed to git.
16:34 Calinou thexyz: try not to do your troll by wandering everywhere
16:34 VanessaE RealBadAngel: grab the "test object" and some tubes from the creative inventory and place them
16:35 VanessaE Jordach: operations?
16:35 Jordach remove rations and ti
16:35 VanessaE Jeija: official video, +1
16:35 Calinou thexyz: anyway; do you know how to run more than 7 screens/whatever?
16:35 thexyz Calinou: world size doesn't matter
16:35 thexyz but rollback.txt
16:35 Calinou will be cleared from time to time of course
16:35 Calinou it is indeed heavy, but required for public
16:35 T_A_N_K when i do minetest.chat_send_player(digger:get_player_name(), "TEST") it says get_player_name() is a nil value
16:35 RealBadAngel VanessaE, in a minute, im eatin now
16:36 T_A_N_K so many adaskljgaskljgwgjklsdfg
16:36 Jordach RBA, that better be somthing spicy!
16:36 Calinou rollback.txt is 2.4MB right now :P
16:36 thexyz Calinou: i don't have such a problem, for me it just works without any limit
16:36 NakedFury joined #minetest
16:37 Calinou well, it said "no more PTYs found" when I tried to create an eigth one :p
16:37 * VanessaE yawns
16:38 thexyz Calinou: is your server machine dedicated for you or some sort of virtualized server?
16:38 Calinou VPS
16:39 Calinou is that related? since when you get some kind of software limit due to a vps?
16:39 Calinou if you're not happy; go pay me a dedi, thank you in advance. ;)
16:40 thexyz well, there're couple of solutions over the web, just google for it
16:40 thexyz just for example, http://fooninja.net/2010/12/02/screen-no-more-ptys-error/
16:40 PilzAdam can someone explain that to me: http://minetest.net/forum/viewtopic.php?pid=43176
16:41 Calinou seems legit
16:43 Calinou mount: /dev/ptmx already mounted or /dev/pts busy :x
16:44 thexyz PilzAdam: landmine tries to be oldcoder
16:44 thexyz (just guessing)
16:44 cisoun PilzAdam: someone explain me that too, by the way TL;DR
16:45 cisoun I let english speakers moderate this thread if necessary
16:45 T_A_N_K WOWW (pos, oldnode, digger) have to be in order
16:46 VanessaE thexyz: actually, Oldcoder did post that
16:46 thexyz really? umm
16:46 cisoun wut
16:46 VanessaE MisaelReview is Oldcoder.
16:46 VanessaE but I can't say I agree with that being posted.
16:46 PilzAdam i mean: can someone explain me the whole "thing" with landmine?
16:47 T_A_N_K it would have helped to know that in the api
16:47 cisoun So there is LandMine and Landmine.
16:47 VanessaE PilzAdam: simple.  LM is psychotic and is attacking everyone who appears to have some weakness.
16:47 Jordach however
16:48 Jordach im the onlyone without one so far
16:48 cisoun Not sure if the forum is the right place to post that.
16:48 PilzAdam VanessaE, and why make such a "big deal" about it
16:49 Jordach if you wonder about this http://irc.minetest.ru/minetest/2012-09-14#i_2502732
16:49 VanessaE well Oldcoder is making a big deal now because apparently LM has been making death threats.
16:49 VanessaE me, I just don't much care anymore, I'm tired of that whole damn mess (which is why I just ban LM when he shows up)
16:50 mika__ just tuned in and seems like somewhere is a psycho
16:51 Calinou people care so much about death threats? seriously
16:51 thexyz T_A_N_K: know what?
16:51 Calinou *DOU-BLE FACE-PALM*
16:51 T_A_N_K what
16:51 thexyz (20:45:48) T_A_N_K: it would have helped to know that in the api
16:52 Jordach VanessaE - PM
16:52 T_A_N_K oh, that things have to go in order
16:53 T_A_N_K (pos, oldnode, digger)
16:53 T_A_N_K because i had the last 2 swapped
16:53 mika__ Calinou, it can be serious. but are they from the same country, and then there still can be a long distance in the middle
16:53 VanessaE Calinou: the problem is Oldcoder believes these threats are likely to be followed through
16:53 Calinou resolutions:
16:53 thexyz T_A_N_K: that's documented pretty well
16:53 Jordach call cops
16:53 thexyz in any lua book
16:53 VanessaE and that LM or some cohort of his, possibly Oldcoder's own brother, has the capability to do it.
16:54 Calinou 1) Nothing happens. Everyone but the guy making threats is happy, because he looks like an idiot.
16:54 Calinou 2) 1)
16:54 Calinou 3) 1)
16:54 cisoun 42)
16:54 jin_xi T_A_N_K:  thats the case in most languages. some support keywords for arbitrary argument order
16:54 Calinou Jordach: yes, free protection, let's do like greece :D
16:55 Jordach [17:54:37] <Calinou> Jordach: yes, free protection, let's do like greece :D - they should go back to their gods
16:55 Jordach while we "educated" people play minetest
16:58 neko259 joined #minetest
17:00 T_A_N_K pilzadam, are you there?
17:00 PilzAdam yes
17:10 Calinou Jordach: want to xonotic 1v1?
17:11 khonkhortisan I tried 1v1 I was bad at it
17:17 PilzAdam item_drop has new sounds: https://github.com/PilzAdam/item_drop (thanks to T_A_N_K)
17:20 Jordach me waits for winRAR
17:20 khonkhortisan haha my rubik's cube spawned with the colors on the inside
17:20 Jordach khonkhortisan - make a mesecon version
17:21 Jordach Calinou - which server>
17:23 Jordach exile?
17:23 Jordach 1v1?
17:24 Calinou Jordach: mine :p
17:26 Jordach address?
17:26 * VanessaE pokes Jeija
17:26 Jeija ouch
17:26 VanessaE it was just a gentle poke :-)
17:26 Calinou Jordach: connect calin.sytes.net
17:27 Calinou in console
17:27 * Jordach nodes
17:27 Jordach nods
17:28 Calinou brb restarting server, one sec
17:29 Jordach facepalm
17:30 T_A_N_K check it out! https://github.com/jordan4ibanez/Minetest-Essentials/commit/f4fa05689e4c3284ea55c8f655ff46da48051fe2
17:31 * Jordach opens link to find nyan cats
17:31 Calinou Jordach: done
17:31 VanessaE http://digitalaudioconcepts.com/vanessa/hobbies/minetest/images/nc_front.png
17:31 Jordach address?
17:32 VanessaE here's a nyancat for you, Jordach
17:32 Calinou Jordach: calin.sytes.net
17:32 Calinou or search in list "calinou's server"
17:32 thexyz Calinou: have you installed xdoors2?
17:32 Calinou thexyz: not right now, there are players on the server
17:32 Calinou don't want to lose any players
17:33 thexyz > (21:27:12) Calinou: brb restarting server, one sec
17:33 Calinou talking about xonotic server
17:33 Calinou :P
17:33 thexyz oh
17:40 T_A_N_K thexyz: i love your signs & door
17:40 cisoun joined #minetest
17:44 Jeija left #minetest
17:47 khonkhortisan what does it mean when it says "oldmetadata is in table format"? How do I get_string()?
17:49 Calinou gtg
17:50 khonkhortisan got it. oldmeta.fields.cube_center
17:52 McKay left #minetest
18:05 PilzAdam gtgt
18:05 PilzAdam -t
18:05 PilzAdam bye
18:08 BartoCH joined #minetest
18:09 khonkhortisan on_punch = function(pos, puncher) minetest.chat_send_player(puncher:get_player_name(), "hi") end,   should work, no?
18:10 khonkhortisan wah, I got the parameters wrong like TANK
18:19 khonkhortisan my useless rubiks repo is up
18:20 Phitherek_ hah, I made my first english MT video ;)
18:20 Phitherek_ http://www.youtube.com/watch?v=HzTIW05HUJM&amp;feature=youtu.be enjoy! :)
18:21 khonkhortisan What language is your accent from?
18:23 Jordach sounds a little polish
18:23 Jordach or a lot
18:23 Jordach oh god
18:24 Jordach ambiance mod
18:24 khonkhortisan yep
18:24 Jordach o.o
18:24 Jordach 2:13 eastern feeling, my own song
18:25 Phitherek_ yeah, you' re right, I'm Polish :P
18:25 khonkhortisan Is it better to use nodes and triple the 26 nodes already defined, or to use entities for full rotation and see if I can dig them?
18:25 Jordach +1 for whoisd
18:25 Jordach +1 for whois
18:26 Phitherek_ Jordach: You make great songs ;)
18:26 Phitherek_ by the way
18:26 Phitherek_ i really like them
18:26 Jordach i chose a mix of japan over some western
18:26 Jordach you also (from vlog) look pretty damn good
18:27 Jordach VanessaE - lol'd at the nc
18:28 Jordach Phitherek_ - i have a soundcloud if you want more of my stuff, so does T_A_N_K
18:28 Phitherek_ is it a mix or do you do it yourself on synths?
18:28 Jordach synths
18:29 Jordach pure and simple 64bit
18:29 Phitherek_ nice :)
18:29 Jordach i oversample at high quality on output to mp3 / ogg
18:29 T_A_N_K spawn protection; block placing added! https://github.com/jordan4ibanez/Minetest-Essentials/commit/a1b154ae28c62b815078dcd4c4efe74b88363a30
18:29 T_A_N_K i think i can release this as an early pre alpha on the forum, or is that not allowed?
18:29 Jordach at 320kbps with the mixer at 512-bits and plugins that support high quality modes
18:29 Phitherek_ I played a little with the synths, I use ZynAddSubFX mostly ;)
18:29 Jordach T_A_N_K it should be fine
18:30 T_A_N_K ok
18:30 * Jordach decides to make a list of contribs for mt and the like
18:31 Jordach [19:29:51] <Phitherek_> I played a little with the synths, I use ZynAddSubFX mostly ;) using fl studio i see?
18:31 Jordach (me thinks thats a sytrus plugin)
18:32 Phitherek_ not really
18:32 Phitherek_ Zyn is a separate softsynth
18:32 Phitherek_ multiplatform, opensource, totally free
18:32 Phitherek_ and for me it sounds totally awesome
18:32 Jordach aye
18:32 Phitherek_ for the rest - well, I do not have hardware and the cables
18:33 Jordach my dads an electrician
18:33 Phitherek_ I see
18:33 Jordach he makes a lot of conversion cables. (tv + pc gaming = console gaming)
18:34 Phitherek_ nice :)
18:35 Phitherek_ all I actually need is http://www.dealextreme.com/p/usb-to-midi-cable-with-16-midi-input-output-channels-1-8-meter-11277 and a fast desktop computer with Ubuntu Studio and JACK ;)
18:35 Phitherek_ and then I will be able to play with it some more
18:36 Phitherek_ for now, all I' ve created was on the regular computer keyboard and Zyn (and Hydrogen as percussion synth)
18:37 Phitherek_ not much
18:39 cisoun joined #minetest
18:40 NekoGloop joined #minetest
18:41 NekoGloop Good mornin'
18:41 Crisco joined #minetest
18:41 Phitherek_ good evening, NekoGloop :D
18:41 NekoGloop Lol
18:42 Phitherek_ no, really, it' s almost 9 PM for me
18:42 NekoGloop I guess it is afternoon *just looked at a clock*
18:42 NekoGloop It's almost 3 pm here
18:47 T_A_N_K neko you are on the east coast of the us?
18:48 NekoGloop Yes.
18:50 T_A_N_K so am i
18:50 T_A_N_K who is a server runner?
18:50 NekoGloop That's cool.
18:50 T_A_N_K "who runs servers in here"?
18:51 T_A_N_K because i need someone to run a quick one for me, so i can release this plugin
18:52 Jordach T_A_N_K; i can
18:52 Jordach for an hour
18:52 T_A_N_K okay good
18:52 Jordach but hold on
18:53 T_A_N_K here: https://github.com/jordan4ibanez/Minetest-Essentials rename the file to minetest_essentials
18:54 Jordach T_A_N_K - remember my 8px pack
18:54 Jordach im adding mod support
18:54 T_A_N_K yes
18:54 T_A_N_K good
18:56 Jordach minetest.zapto.org : 30000
18:58 iqualfragile1 joined #minetest
18:59 * NekoGloop pokes realbadangle
19:00 NekoGloop RealBadAngel*
19:00 bas080 left #minetest
19:05 Jordach player entry intro works http://i.imgur.com/NldVl.png
19:06 servvs joined #minetest
19:11 LAD joined #minetest
19:13 LAD joined #minetest
19:13 LAD_ joined #minetest
19:14 LAD joined #minetest
19:14 LAD_ joined #minetest
19:14 LAD joined #minetest
19:15 LAD joined #minetest
19:15 LAD joined #minetest
19:16 LAD_ joined #minetest
19:17 LAD joined #minetest
19:17 LAD joined #minetest
19:17 T_A_N_K now jordach: delete the minetest_essentials folder, redownload it from github, rename the folder, and put it back in to test the bug-fixes
19:17 Jordach tch
19:17 Jordach more bandwidth
19:18 T_A_N_K what?
19:18 T_A_N_K i meant stop the server first lol
19:18 LAD srry about all the loging and out
19:18 Jordach dammit
19:18 Jordach ser the wool on fire
19:18 T_A_N_K lol
19:20 Jordach dammit
19:20 Jordach closed g chrome
19:20 Jordach you made a bukkit mod
19:20 Jordach props to you
19:21 T_A_N_K yes yes, this is what the game needed
19:21 Jordach shoulda been for bp
19:21 T_A_N_K lol, the api was not good enough 6 months ago (i think)
19:21 Jordach heck
19:21 Jordach take the digging anim out
19:21 Jordach that was awesome
19:22 Jordach rather than twisting your hand
19:22 khonkhortisan the game needs wallmounted+facedir at the same time
19:22 MiJyn yeah
19:23 T_A_N_K jordach, is server up?
19:23 Jordach why yes
19:23 T_A_N_K now: with server essentials, no more blocks needed to protect the spawn area
19:25 rubenwardy left #minetest
19:30 Jordach that line fails
19:30 T_A_N_K jordach
19:31 T_A_N_K instead of it being if mathingx < protection_radius * -1 or mathingx > protection_radius or mathingz < protection_radius * -1 or mathingz > protection_radius or minetest.check_player_privs(digger:get_player_name(), {server=true}) then
19:31 T_A_N_K it would be if mathingx < protection_radius * -1 or mathingx > protection_radius or mathingz < protection_radius * -1 or mathingz > protection_radius or minetest.check_player_privs(digger:get_player_name(), {server=true}) or spawn_place_return then
19:31 T_A_N_K oh wait nevermind!
19:31 Jordach nix nada
19:32 T_A_N_K this is giving me a headache, just forget about adding that to line 111
19:33 Jordach actually
19:33 Jordach that line you gave me works
19:33 T_A_N_K let me go in and see
19:34 T_A_N_K it's these tiny little 1 line bugs that give me such a headache
19:38 Jordach up
19:44 cosarara97 "and" replacing "&&" is not part of standard C++, is it?
19:46 MiJyn <cosarara97> "and" replacing "&&" is not part of standard C++, is it?
19:46 MiJyn I don't think so
19:46 MiJyn I think you are referring to python
19:46 thexyz cosarara97: gcc can handle this
19:47 cosarara97 yeah, I ask because g++ said nothing about it and my code is working
19:48 MiJyn wow
19:48 cosarara97 wow what?
19:49 Jordach T_A_N_K least we know it works#
19:49 T_A_N_K yep
19:50 T_A_N_K something need to be fixed
19:50 T_A_N_K but i can fix them in a bit
19:50 T_A_N_K time to release the mod
20:05 Jordach night
20:11 khonkhortisan 235: attempt to index field '?' (a nil value)
20:19 khonkhortisan ^ caused by accessing more dimensions than an array has, or something like that
20:23 NekoGloop joined #minetest
20:29 NekoGloop Good afternoon! :D
20:30 RealBadAngel hi NekoGloop
20:30 RealBadAngel whassup?
20:30 NekoGloop Not much
20:31 thexyz http://minetest.net/forum/viewtopic.php?pid=43220#p43220 lol
20:32 cosarara97 heh
20:32 NekoGloop That's laughable
20:32 RealBadAngel jeez what a moron
20:32 sciopat joined #minetest
20:36 NekoGloop Whats new in technic?
20:38 RealBadAngel rewriting the tubes code
20:39 NekoGloop I see
20:39 RealBadAngel and farming: http://realbadangel.pl/scr1.png
20:40 T_A_N_K what would a numerical statement be called?
20:40 T_A_N_K like a true/false statement is a bool
20:41 T_A_N_K oops, answered my own question
20:42 NekoGloop Like a baws
20:42 * NekoGloop flees
20:44 mrtux joined #minetest
20:45 sfan5[iPod] joined #minetest
21:06 NekoGloop Meow?
21:14 T_A_N_K lol
21:28 MuadTralk joined #minetest
21:30 RealBadAngel hi sdzen
21:43 Octupus joined #minetest
21:44 Octupus Hello
21:44 Octupus MuadTralk,why did u revoke my privs on your server
21:45 MuadTralk I was a tad worried about future greiving
21:46 Octupus im not a griefer to your server u shud know that
21:47 NekoGloop He meant keegan
21:47 Octupus oh
21:47 Octupus but y did that make me get my privs taken away
21:47 T_A_N_K http://minetest.net/forum/viewtopic.php?pid=43233#p43233
21:48 NekoGloop Make a bed for people who want to play a more legit way (w/o commands)
21:48 NekoGloop It sets the spawn of the player who sleeps in it.
21:49 Octupus nice
21:49 T_A_N_K it took me 2 freakin hours to write all that
21:50 Octupus tank is it finished?
21:50 NekoGloop Now make a bed version.
21:50 T_A_N_K not even close
21:50 T_A_N_K it's in 0.35 alpha
21:51 T_A_N_K the main commands work, sethome, setspawn, and spawn, but the rest of it i'm going to need help with
21:51 T_A_N_K and basic spawn anti-grief
21:51 NekoGloop Make a bed that calls the setspawn!
21:51 * VanessaE peeks in
21:51 Octupus hola vaneesa
21:52 VanessaE hey
21:52 NekoGloop Look at single player commands of minecraft if you need ideas.
21:52 Octupus ok
21:52 thexyz +1 for no commands
21:52 T_A_N_K good idea
21:53 NekoGloop How about a command that drowns an area aroung the player?
21:53 T_A_N_K +1 for what? i am fuzzled
21:53 NekoGloop (places some water sources above the player some distance)
21:53 thexyz T_A_N_K: implementing things that work without any chat commands
21:53 NekoGloop Well we want some commands.
21:53 T_A_N_K oh okay
21:53 NekoGloop But maybe a bed for setspawn
21:54 NekoGloop And a special node that sets home whereever it's placed?
21:54 T_A_N_K you can design that man, it'd be very easy, but right now i am too worn out, if you design a bed code i can put it in right away
21:55 thexyz NekoGloop: how about button in inventory? for me it seems a good way
21:55 NekoGloop Oh that too.
21:55 NekoGloop Inventory button ftw.
21:55 NekoGloop Except only one mod is allowed to change the inventory; any further changes will overwrite.
21:56 NekoGloop We do need some less "filler" space in the inventory.
21:57 T_A_N_K why does not someone make the inventory 2x2 so we can have some crafting tables?
21:57 thexyz i thought inventory+ mod handles this
21:57 NekoGloop Workbench mod, as well as a bit else
21:57 thexyz T_A_N_K: well, make it
21:57 NekoGloop Inventory+?
21:57 T_A_N_K i will
21:57 NekoGloop What magic is this?
21:58 thexyz http://minetest.net/forum/viewtopic.php?id=3100
21:59 Octupus any1 know how to check minetest codes
21:59 NekoGloop Make the craftgrid 2x2 by default.
21:59 Octupus like block code or something
22:02 thexyz Octupus: what?
22:03 Octupus like to see the code for water or wood
22:03 thexyz default/init.lua
22:03 Octupus gracias
22:05 T_A_N_K when you're on the 4th pixel (where your pointer is) hanging off the side of a block, you cannot jump
22:06 VanessaE I already told c55 about that bug
22:09 khonkhortisan I get  '=' or 'in' expected near '[' at the line for loadpos[axes[1]] = -1, 1 do. Can I not make a for loop directly change a variable in an array?
22:11 VanessaE dunno
22:12 khonkhortisan it doesn't like for loadpos[axes[1]] = -1, 1 do   but it likes   for firstaxis = -1, 1 do loadpos[axes[1]] = firstaxis
22:22 T_A_N_K joined #minetest
22:30 khonkhortisan how do I catch right-clicking on a node?
22:32 khonkhortisan Do nodes only have on_punch, on_dig, and no on_rightclick like entities do?
22:33 khonkhortisan I hope I don't have to surround nodes with entities just to get all three actions
22:41 Octupus NO CALINOU
22:41 Octupus he gonna get griefed
22:42 RealBadAngel khonkhortisan, rightclick is used when node has defined formspec
22:42 khonkhortisan So if I define a formspec I can rotate the face of a rubik's cube counterclockwise?
22:43 khonkhortisan right click, bring up a menu that rotates the cube and immediately disappears
22:43 RealBadAngel you want to rotate something?
22:43 RealBadAngel use screwdriver for it
22:44 khonkhortisan a screwdriver on a rubiks cube would make it explode
22:44 RealBadAngel heheh
22:44 RealBadAngel tried to look at the code?
22:44 khonkhortisan haven't seen the screwdriver
22:45 RealBadAngel http://www.youtube.com/watch?v=SDeeim14g7Q&amp;feature=plcp
22:45 RealBadAngel theres nodebreaker and screwdriver in action
22:46 Octupus calinou is gonna get griefied
22:52 RealBadAngel by who?
22:52 Octupus landmine
22:53 Octupus hes under a name Zero
22:53 Octupus he griefed m13 yesterday
22:53 RealBadAngel that asshole should be castrated
22:54 T_A_N_K he should try my plugin
22:54 T_A_N_K http://minetest.net/forum/viewtopic.php?id=3110
22:54 * T_A_N_K nudges octopus
22:54 T_A_N_K it's got anti-grief
22:54 Octupus let me see
22:54 T_A_N_K it
22:54 T_A_N_K it's not landmine proof yet, but it's getting there
22:54 T_A_N_K i just need to learn how to remove falling entities
22:55 Octupus whats item drops?
22:55 T_A_N_K like when you mine a block it drops an item
22:55 Octupus ohh like mc
22:55 T_A_N_K yes, exactly, it's toggleable too
22:56 Octupus right now im having a confersation with zero
22:56 khonkhortisan now my cube rotates clockwise when you hit the center, but it leaves the facedirs of the nodes the same
22:56 Octupus any1 have any mods i can test?
22:57 khonkhortisan you can test mine, it's only functional
22:58 khonkhortisan https://github.com/khonkhortisan/rubiks
22:58 Octupus ok
22:58 Octupus whats it do?
23:00 khonkhortisan it's a rubiks cube. You place the cube on a stand, remove the stand, punch it, and it expands to 3x3x3. When you dig any part of it, you get the cube back. When you punch the center of a face, that side rotates clockwise. I still have to get the individual nodes to rotate, and make the crafting recipe work.
23:00 khonkhortisan node name is 'rubiks:cube'
23:00 Octupus use give?
23:01 Octupus i get this
23:01 khonkhortisan yeah, for now.
23:01 Octupus moderror
23:01 Octupus where do i put the mod
23:02 RealBadAngel how much space it needs to expand?
23:02 Octupus khonkhortisan where do i put it
23:03 cornernote joined #minetest
23:03 Octupus in games,minetest_game,mods
23:03 cornernote hey
23:04 RealBadAngel got it workin
23:04 RealBadAngel nice
23:04 Octupus where do u put it rba
23:04 RealBadAngel but why you havent used wool for it?
23:04 cornernote got a release ?
23:05 cornernote oh, sorry i thought u were talking to me
23:05 cornernote lol
23:05 cornernote wrong window
23:05 Octupus rba where ya put it
23:05 khonkhortisan Octupus, I put it in ~/.minetest/mods/minetest/
23:05 Octupus im getting an error
23:05 Octupus ok
23:05 RealBadAngel stripped mods name?
23:06 RealBadAngel i mean directory
23:06 khonkhortisan and make sure the folder is called rubiks, not khonkhortisan-rubiks-131bb04
23:06 RealBadAngel khonkhortisan, with wool it could look real nice
23:06 NekoGloop joined #minetest
23:07 NekoGloop good afternoon
23:07 Octupus khonk it failed to run the inti file
23:09 Octupus I got it to work :)
23:10 Octupus i got a rubix cube lol
23:10 RealBadAngel khonk, but from the very start it rotates wrong i think
23:10 RealBadAngel when you rotate complete one wall
23:10 Octupus ima use it high in the sky
23:11 RealBadAngel the side strips shall rotate too
23:11 RealBadAngel and yet theyre mixing
23:11 RealBadAngel like you have rotated another wall too
23:12 Octupus ok i reached the bigger part
23:13 LAD joined #minetest
23:13 NekoGloop has anyone here heard of a game called Junk Jack?
23:13 Octupus its very good but kinda of difficult
23:14 NekoGloop hm?
23:14 NekoGloop you talkin' to me? :P
23:14 Octupus no khonk
23:14 NekoGloop k
23:15 Octupus rba u managed to fix it yet?
23:16 Octupus ahh i get it now only the middle block is legal
23:17 Octupus Great mod khonk
23:18 NekoGloop trying out pilzadam's mobs mod now
23:19 Octupus i shall try it
23:19 NekoGloop requires latest dev minetest
23:19 Octupus 4.3?
23:19 NekoGloop "dev" not "stable"
23:20 NekoGloop 0.4.3-4a11323
23:20 Octupus ok i got it
23:20 NekoGloop github or look at pilz's post
23:20 Octupus i cant find his mod
23:20 Octupus found it
23:21 NekoGloop lol
23:21 Octupus neko what to save it as?
23:21 NekoGloop mobs
23:22 Octupus ok
23:23 Octupus it failed to run
23:23 NekoGloop are you sure you did it right?
23:23 NekoGloop debug.txt in pastebin please.
23:25 Octupus ok
23:26 khonkhortisan back. I got the nodes to rotate around the centers on the cube, but I didn't want to try facedir until I knew they would actually rotate
23:26 RealBadAngel khonkhortisan, you read what i wrote?
23:26 RealBadAngel you made two walls rotatin the same time
23:26 Octupus http://pastebin.com/pBMbsNVF
23:27 khonkhortisan I did?
23:27 RealBadAngel yup
23:27 Octupus for neko
23:27 Octupus khnk i like the mod
23:27 khonkhortisan which ones? What do you do to do that?
23:27 RealBadAngel when i punch side wall, bottom rotates also
23:27 khonkhortisan any side wall?
23:27 RealBadAngel lemme check
23:28 Octupus Neko u read it yet
23:28 khonkhortisan three stickers on four faces are supposed to move, and no more
23:28 RealBadAngel all sides
23:28 RealBadAngel one move for them is fucked up
23:29 Octupus khonk i personally like it
23:29 RealBadAngel when you rotate it 4 times to get to the start point
23:29 NekoGloop wow that's so unhelpful
23:29 RealBadAngel once youre rotatin wrong wall
23:29 NekoGloop mind giving me MORE of the debug.txt?
23:29 Octupus ok
23:30 khonkhortisan Are you rotating a second wall before returning the first one to the start?
23:30 Octupus http://pastebin.com/dFbBxanL
23:30 Octupus there ya go neko
23:30 RealBadAngel the point is no
23:30 RealBadAngel i shall have on the sides 3 same couloured boxes
23:30 RealBadAngel when rotatin the wall
23:31 RealBadAngel and i keep gettin 2 of the coulour and one of another
23:31 NekoGloop octupus, try unzipping the init.lua as well as the rest of the files.
23:31 Octupus i extracted the,
23:31 khonkhortisan Yeah, it's supposed to do that. The nodes actually rotate, but their facedirs don't yet.
23:31 Octupus them
23:31 NekoGloop extract them all?
23:31 Octupus yep
23:32 RealBadAngel ah so
23:32 khonkhortisan Three of the color, then one color and two stone, then three stone, then two stone and one color, then three colors.
23:32 RealBadAngel yes
23:32 Octupus im going to dload it from github
23:33 RealBadAngel that normaly should happen when you roatate another wall
23:33 Octupus still didnt work
23:33 khonkhortisan If I use facedir, I can rotate it in four directions along only the y axis. If I use wallmounted, I can have it point on any axis, but then I can't rotate it. I'll have to register extra nodes to be able to do the rotations correctly.
23:33 khonkhortisan Is there a default recipe for wool?
23:34 RealBadAngel theres a solution i think
23:34 NekoGloop wallmounted rotates nodeboxes but forgets textures.
23:34 RealBadAngel make it node
23:34 Octupus neko it didnt work even from the github
23:34 NekoGloop it doesnt work for me either
23:34 NekoGloop but not that error
23:35 RealBadAngel and on two extra needed rotations use 2 extra defined nodes
23:35 NekoGloop so shut up and dance.
23:35 Octupus ohhh
23:35 NekoGloop :D
23:35 Octupus :D
23:35 Octupus any1 got any other mods for me to test
23:36 NekoGloop i still remember when i said "anything you say can and will be used against you, so shut up and dance!" :D
23:37 Octupus im testing randoms drowning mod
23:38 NekoGloop cool
23:38 RealBadAngel shut up and make treetap
23:38 khonkhortisan Using the red-white edge as an example, I need 1) top red side white 2) top white side red 3) left red right white 4) right red left white 5) bottom red side white 6) bottom white side red, with facedirs to rotate along the y axis.
23:38 NekoGloop shhhh! I'm not making the treetap! :D
23:38 NekoGloop ah man. notepad++ just crashed
23:39 RealBadAngel shut up and dance with treetap i meant
23:39 khonkhortisan If I used entities, I could get all the rotations, but then I lose the dig function.
23:39 Octupus it failed to run drowning mod also?
23:39 NekoGloop but what if i dont want to? :D
23:39 NekoGloop octu: put the mods where they belong -_-
23:39 Octupus so in minetest_game
23:40 Octupus for mods like that
23:40 NekoGloop minetest\mods\
23:40 NekoGloop fdnskjalfh
23:40 RealBadAngel khonkhortisan, hmmm you dont really need to do that such way
23:40 NekoGloop minetest\mods\minetest\...
23:40 khonkhortisan what way would be good?
23:40 RealBadAngel name faces 'a' 'b'  and 'c'
23:40 Octupus i put it there neko
23:41 RealBadAngel on the corners
23:41 NekoGloop then give it a cookie
23:41 Octupus some ppl need to fix there mods
23:41 RealBadAngel a->b b->c c->a
23:41 RealBadAngel thats the rotation
23:41 NekoGloop octu, it's your end.
23:41 NekoGloop latest gloopores. try it.
23:42 Octupus ok
23:42 NekoGloop if it fails as well it's your end; mod loads fine for me.
23:42 khonkhortisan so there would be three a/b/c rotations for each of the eight corners in each of the eight places. 3x8x8 = 192 nodes just for the corners.
23:42 Octupus which version
23:42 NekoGloop the latest
23:42 Octupus 1.1
23:42 NekoGloop y'know, the one with the highest version number.
23:42 RealBadAngel hmmm
23:43 Octupus ik your ip neko XD
23:43 NekoGloop and you think i care?
23:43 NekoGloop if i cared I'd remove it from my hostname
23:43 RealBadAngel half of it
23:44 RealBadAngel since 3 are visible
23:44 RealBadAngel other 3 can be mirrors
23:44 NekoGloop ?
23:44 Octupus what to name it neko
23:44 NekoGloop gloopores, like it's called in the download?
23:44 Octupus didnt work
23:44 RealBadAngel so 192/2
23:44 NekoGloop OH I KNOW WHAT YOUR PROBLEM IS
23:45 NekoGloop unzip it and then remove the folder from inside the folder that gets unzipped
23:45 Octupus which is
23:45 NekoGloop move that folder into the mods\minetest
23:45 Octupus all of them
23:45 NekoGloop you should have gloopores\gloopores\
23:45 1JTAAC4XY joined #minetest
23:45 NekoGloop move gloopores\gloopores\ to mods\minetest\
23:46 Octupus OHH i get it now
23:46 NekoGloop so you just have mods\minetest\gloopores
23:46 1JTAAC4XY what fucked nick it gave me
23:46 1JTAAC4XY lol
23:46 NekoGloop idk but your hostname still say ~RealBadAn
23:46 Octupus it worked now LOL
23:46 Octupus i feel dumb
23:47 NekoGloop :P
23:47 1JTAAC4XY and i cant change that nick
23:47 NekoGloop because it's associating your hostname. you went from [~RealBadAn@user18-205.satfilm.net.pl] to [~RealBadAn@2002:4d5b:12cd::4d5b:12cd]
23:48 1JTAAC4XY ipv6?
23:48 NekoGloop idk?
23:48 1JTAAC4XY funny
23:48 NekoGloop try relogging
23:48 NekoGloop and lol your name is as long as mine
23:49 RealBadAngel_ joined #minetest
23:49 NekoGloop meh close enough
23:49 RealBadAngel_ way better
23:49 Taoki joined #minetest
23:49 khonkhortisan that was rba-6?
23:49 Octupus i wonder where the mobd are
23:49 RealBadAngel_ somehow i came up on ipv6
23:50 khonkhortisan Can I get wool in default without /giveme?
23:51 Octupus yes
23:51 Octupus coal = sand
23:51 RealBadAngel_ with farming mod for example
23:51 Octupus snad + wool
23:51 NekoGloop farming is the best mod ever
23:51 NekoGloop no wait, that's technic
23:51 NekoGloop farming is second best
23:51 RealBadAngel_ treetap....
23:52 NekoGloop I'm working on it, k?
23:52 NekoGloop trying to get the stuff into player inventory
23:52 RealBadAngel_ good, want a cookie?
23:52 NekoGloop sure :3
23:52 M13 joined #minetest
23:52 RealBadAngel_ nah, no cookies left, beer will do?
23:52 NekoGloop ew
23:53 khonkhortisan Octupus, what mod does coal+sand=wool?
23:53 RealBadAngel_ i guess a weird one
23:53 NekoGloop ask <insert idiot here>
23:53 Octupus wool
23:53 RealBadAngel_ with such recipe i make silicon wafers lol
23:53 NekoGloop Phiterek_ is a quitter!
23:54 NekoGloop technically you use alloy furnace & that recipe but w/e
23:54 RealBadAngel_ yes
23:54 khonkhortisan my copy of wool only has dye crafting
23:54 NekoGloop my copy of wool has awesomesauce
23:54 NekoGloop :D
23:54 RealBadAngel_ but anyway which normal person puttin together sand and coal could get wool outta that??
23:55 Gizmokid2005 joined #minetest
23:55 khonkhortisan when we have sheep we'll have better recipes
23:55 khonkhortisan I just need to know what to depend on
23:55 NekoGloop steve can *shot for minecraft reference*
23:55 RealBadAngel_ we solved that with farming mod
23:55 NekoGloop farming mod is the win.
23:55 RealBadAngel_ cotton->strings->wool
23:56 NekoGloop technic mod is the *dies because there is no word to describe it*
23:57 RealBadAngel_ rotfl
23:57 RealBadAngel_ you were supposed to dance not write bullshit ;)
23:58 NekoGloop i am dancing
23:58 NekoGloop with a treetap
23:58 NekoGloop :foreveralone:

| Channels | #minetest index | Today | | Google Search | Plaintext