Time Nick Message 00:02 TextureSurprise Hey. Does anyone have an explanation of how texture files work? I thought I had a pretty good grip on 3d modeling, but I cant even start to figure out how to even choose the right size for a texture file, much less what part corresponds to what part of the model. 00:03 sfan5 I think you might have a better chance at an answer for this if you ask on the forums. 00:04 blaise I suppose that would be relative to what you're trying to throw a texture on, no? 00:04 TextureSurprise I miss .mtl already =( 00:04 TextureSurprise Its just- sorta of UV map, right? 00:06 dogetest https://rubenwardy.com/minetest_modding_book/en/chapters/creating_textures.html 00:07 dogetest TextureSurprise: ^ 00:07 TextureSurprise That link applies to block textures, doesnt it? Not UV mapping onto a .obj? 00:08 TextureSurprise Yeah, I think that's node texturezs 00:08 TextureSurprise I mean this type: http://dev.minetest.net/texture 00:09 TextureSurprise Well, no, thats both 00:09 TextureSurprise Ugh. 00:15 dogetest :/ 00:54 luizrpgluiz hello 03:12 himatdothello Hey people 03:13 Emperor_Genshin Lo 03:36 jordan4ibanez What are the best technical mods like technic and mesecons? Stuff that adds machinary in the game to assist with mining and such 03:38 ThomasMonroe digtron is pretty good 03:38 ThomasMonroe pipeworks is nice too 03:40 jordan4ibanez Very nice 03:43 Genshin Anyone seen this yet? https://www.youtube.com/watch?v=q_s-SZHuWck&feature=youtu.be 03:44 jordan4ibanez ThomasMonroe: Do you know what version of Technic is most recent? 03:44 ThomasMonroe nope, sorry 04:06 jordan4ibanez Calinou: Moreblock's stairs don't use facedir :c 05:26 jordan4ibanez Is there any documentation on the main menu's lua code? 05:28 swift110-phone_ Hey jordan4ibanez 05:29 bigfoot547 Not as far as I know... 05:32 jordan4ibanez Hey swift110-phone_ 05:32 swift110-phone_ How are you jordan4ibanez 05:32 swift110-phone_ Whoa hey bigfoot547 05:32 bigfoot547 Sup swift 05:37 swift110-phone_ How are you bigfoot547 05:37 bigfoot547 Pretty good :) 05:37 bigfoot547 you? 05:38 swift110-phone_ Good wyd 05:38 bigfoot547 wyd? 05:39 swift110-phone_ What are you doing 05:39 bigfoot547 ah 05:39 bigfoot547 handy-dandy Internets on Rizon xD 05:39 bigfoot547 I just started weechat on my debian 9 VM 05:39 bigfoot547 I need to configure it all :L 05:40 bigfoot547 wbu? 05:56 swift110-phone_ Oh ok 10:21 Arcelmi How can I calculate the exact position of the camera of a player in lua? 12:00 danSNDBX hi everyone 12:30 danSNDBX Can someone please check out my latest video and give me some feedback about the content, not the technical issues (fps)? would be great: https://youtu.be/EzJXXtujNQw 15:55 progysm weird, I'm scratching my head since yesterday, can't connect to my server using my external ip, even if I add a port forwarding... I guess I'm missing something 15:56 pgimeno_ progysm: last time that happened it was a missing zero in the port number - 3000 was used instead of 30000. Check that, and ensure the protocol is UDP. 15:57 progysm Minetest 30000 192.168.1.20 30000 Protocol: BOTH (TCP/UDP) 15:57 sfan5 did your local IP change? 15:57 progysm connecting from 192.168.1.20:30000 works 15:58 progysm i've checked iptables rules, there is none on that debian server 15:59 sfan5 did your public ip change then? 15:59 progysm no static ip since 9 years 16:00 progysm webserver and mail server works from outside (but they are in TCP) 16:00 sfan5 !up 69.70.71.74 16:00 MinetestBot 69.70.71.74:30000 is up (104ms) 16:00 pgimeno_ you can ask MinetestBot privately if !up 16:01 sfan5 well it's up 16:01 pgimeno_ sfan5 beat me to it 16:01 progysm maybe, but I can't connect to it, maybe it's an inside/outside/inside problem 16:01 t20kdc ...I'm having a sense of deja vu here 16:03 Krock nice looking IP btw. 16:04 Krock but I can't connect. the connection times out 16:04 red-001 0.5 or 0.4.x? 16:05 progysm old 0.4, i'm currently compiling 0.5.0-dev 16:05 Krock I tried 0.5.0-dev on that IP.. I'd get an error 16:05 Krock but instead of getting an error for being incompatible, the connection times out 16:05 red-001 who changed how text boxes work? 16:06 progysm make[2]: *** No rule to make target '/usr/lib/libjsoncpp.so', needed by 'bin/minetestserver'. yeah... 16:06 srifqi What's changed, red-001 ? 16:06 sfan5 progysm: make clean and re-run cmake 16:06 Krock red-001, for any bugs, see https://github.com/minetest/minetest/pull/6787 16:07 progysm been the 5 times I'm rebuilding, problem with libjson... :-p 16:07 red-001 Krock, you forgot to fix the pause menu XD 16:07 sfan5 you can also try -DUSE_SYSTEM_JSONCPP=0 16:07 progysm yeah, that's what I use 16:07 sfan5 ENABLE instead of USE actually 16:07 Krock red-001, nothing to fix. 16:08 red-001 idk, editing the pause menu seems a bit weird 16:08 progysm cmake . -DRUN_IN_PLACE=TRUE -DBUILD_SERVER=TRUE -DBUILD_CLIENT=FALSE -DENABLE_SYSTEM_JSONCPP=TRUE 16:09 progysm but I had libjsoncpp-dev from jessie, then installed from jessie-backports to get the version 1, ... 16:10 red-001 Krock, unless it was some other PR that now lets Textareas that you couldn't edit before be editinged 16:10 red-001 edited* 16:12 Krock all textareas with a name set can be edited... 16:13 progysm !up 69.70.71.74:30001 16:13 MinetestBot progysm: use 'example.org 1337' instead of 'example.org:1337' 16:13 red-001 all textareas can be edited 16:13 red-001 ftfy 16:13 progysm !up 69.70.71.74 30001 16:13 MinetestBot 69.70.71.74:30001 seems to be down 16:13 progysm !up 69.70.71.74 30000 16:13 MinetestBot 69.70.71.74:30000 is up (107ms) 16:15 Krock duh. I see o.o 16:19 pgimeno_ progysm: if you try to connect from your LAN to the same LAN through your router, some routers will refuse to do that 16:21 progysm it works for TCP, not sure about UDP 16:23 red-001 https://i.imgur.com/RA2X3J2.jpg 16:30 Krock red-001, adding the fix to my PR too 16:32 Krock red-001, it's a trivial 2-line fix :) 16:51 pgimeno_ I reported that here some time ago, but neglected to open an issue, sorry 16:54 pgimeno_ http://irc.minetest.net/minetest/2018-01-05#i_5191161 16:56 swift110-phone_ Hey Krock 16:57 Krock hi swift110-phone_ 16:57 swift110-phone_ How r u Krock 16:57 progysm hm.. I've got a 53 UDP (dns) port open too, seems to works 16:58 swift110-phone_ Oh 16:58 swift110-phone_ So what are the plans for minetest this year? 16:58 swift110-phone_ I look forward to continue telling people about it and enjoying it myself 17:03 progysm hm, same compiling error No rule to make target '/usr/lib/libjsoncpp.so' 17:17 progysm ah there you go... ln -s libjsoncpp.so.0 libjsoncpp.so in /usr/lib 17:27 MinetestBot 02[git] 04red-001 -> 03minetest/minetest: [CSM] Remove `on_connect` callback (#6941) 1349ff1d2 https://git.io/vN2Ic (152018-01-21T17:27:27Z) 17:36 progysm damn it.. they fix the min server protocol to 36... 17:37 dogetest Am I going to need .5 client for .5 servers? 17:37 sfan5 0.5 servers are only compatible to 0.5 clients 17:37 progysm it's funny because i've git clone the stable-0.4 branch 17:37 dogetest there are .5 clients for windows? 17:38 sfan5 there's builds on the forums 17:41 dogetest sfan5: thanks 17:49 t20kdc Hmm. I'm wondering if servers are going to be allowed to give clients clientmods. 17:50 Calinou I looked at GitHub, and I can only say… current status of Minetest development: "the world is on fire" 17:51 red-001 https://static01.nyt.com/images/2016/08/05/us/05onfire1_xp/05onfire1_xp-master768-v2.jpg 17:58 jordan4ibanez Is stairsplus depricated? :c 17:59 jordan4ibanez Wait what, there's like 3 repos for moreblocks this is cray 18:02 dogetest I've started a server but I dont know the admin user/pass 18:02 progysm you have the name= configuration in the minetest.conf where you set the name of the admin 18:34 Calinou jordan4ibanez: Stairs+ is part of More Blocks since 3 years ago at least 18:36 Krock s/since 3 years ago/for 3 years/ 19:05 Elon_Satoshi[m] Hey guys I'm hosting a whynot server, look up "Elon_Satoshi's WhyNot server" 19:12 Krock Elon_Satoshi[m], what's special about it? 19:13 Elon_Satoshi[m] It uses the whynot subgame, it's my first server, it has aliveai, I keep dying in it 19:20 swift110 hey Calinou 19:21 danSNDBX hi 19:33 swift110 how are you danSNDBX 19:36 danSNDBX i am fine swift110 how are you :)? 19:36 danSNDBX I am testing builds for Spheres 19:37 swift110 im good danSNDBX 19:38 swift110 nice 19:40 danSNDBX i did the easy ones from 1 to 8. now it gets interesting 21:13 jordan4ibanez how does one force generate/load an area? 21:29 pgimeno_ with forceload? 21:29 pgimeno_ hm, that can be something else 21:30 jordan4ibanez Well I'm forcing terrain to generate, then I'm trying to delete it and then write over it again, and it keeps giving an issue " Map::getNodeMetadata(): Block not found" 21:30 sfan5 you can ignore that warnings 22:00 progysm oh I think I know what I got wrong... the -b stable-0.4 22:27 MinetestBot 02[git] 04Wayward1 -> 03minetest/minetest: Change include from "cmake_config.h" to "config.h" 13684e704 https://git.io/vN2RW (152018-01-21T22:25:04Z) 22:52 blaise those faregates tho 22:52 blaise XD 22:53 TESTER_ :) 23:12 blaise hey, would anyone like to come check out my subway station? 23:12 blaise I just put the finishing touches on 23:31 blaise well, I guess not 23:32 * Calinou goes into a train in the subway station without paying a ticket 23:37 swift110 really 23:46 blaise swift110: really what? 23:46 blaise swift110: wanna come check this out? 23:46 blaise =D 23:48 blaise Calinou: I give an initial ammount of minegeld, so it is kinda free 23:49 blaise I give enough so someone can get established and not die, after that they have to earn their minegeld