Time Nick Message 00:40 DI3HARD139 How can I replace the default skyboxes thats included in minetest 00:40 DI3HARD139 ? 00:41 sofar read lua_api.txt 00:47 DI3HARD139 Does minetest use multiple images for the default sky or does it just adjust the color? 00:48 sofar did you, read lua_api.txt? 00:49 DI3HARD139 somewhat. Im like 1/4 the way done. 00:49 sofar https://github.com/minetest/minetest/blob/master/doc/lua_api.txt#L2664 00:50 sofar but, by all means, read the whole thing :D 00:52 Eater4 It would be cool to change the big picture of a cave on the website with a web gl thing. Someone could build welcome 00:52 Eater4 On www.minetest.net 00:54 DI3HARD139 Ok. Now whats the max resolution/file size MT will allow for skybox textures? 04:40 wilkgr How can I give the npcf builder the materials? 05:34 Miner_48er wilkgr: which mod? 05:34 wilkgr Hi Miner_48er 05:34 wilkgr npcf 05:34 wilkgr by Stu 05:34 Miner_48er hi 05:35 wilkgr Here's the forum link... https://forum.minetest.net/viewtopic.php?f=13&t=7321 05:35 wilkgr Couldn't find the instructions though :( 05:53 kaeza o/ 05:54 Miner_48er o/ 05:55 Miner_48er should be a formspec for that: https://forum.minetest.net/viewtopic.php?p=112535&sid=afea657555e1af57d27d613384e9d0f6#p112535 05:56 Miner_48er kaeza do you know of an equivalent mod to this: https://forum.minetest.net/viewtopic.php?f=13&t=7321 05:58 kaeza Miner_48er, nope :/ 05:58 kaeza well, there's MOBF... 05:59 kaeza but you don't want to go down that rabbit hole 05:59 wilkgr Miner_48er - There is a formspec, but there's nowhere to put the items 06:02 Miner_48er try the dev branch: https://github.com/stujones11/minetest-npcf/tree/npcf_ng 06:03 wilkgr I will :) 06:03 wilkgr Thanks:) 06:12 wilkgr Bye :( 06:13 wilkgr I wish Blockmen would still make mods and not have left 08:07 afflatus Considering making use of leaftest - I guess cloning into ~/bin would be the WTG? 08:09 afflatus Probably should wait for est31 to wake up before asking awkward questions 08:25 ghjfgjgg anyone know about minegeld notes? 08:26 ghjfgjgg i turned them into bundles can they be turned back to individual notes? 10:32 Samson1 IS GABO ON HERE? 10:33 Samson1 The server owner of Gabo's Test Server 10:55 afflatus Samson1 I assume you can't see the list? 10:55 Samson1 switchNo 10:55 Samson1 No* 10:56 afflatus no he isn't 10:56 afflatus It's best to just ask the question 12:00 kaeza o/ 12:04 sfan5 o/ 13:45 Fixer o\ 16:32 Jeija A different kind of minetest game controller: https://www.youtube.com/watch?v=W3ALEUs_7kA 16:32 sfan5 !title 16:32 MinetestBot sfan5: ESP8266 DIY Smartwatch: Minetest controler with MPU-9250 - YouTube 16:33 sfan5 smartwatch. 16:33 sfan5 fancy 16:33 Jeija mostly meant as a demo for the HTTPFetchRequest Lua API 16:33 sfan5 was it actually merged yet? 16:33 est31 cool 16:34 Jeija 13 days ago, but the security fix hasn't been merged yet 16:34 est31 needs a second +1 16:34 est31 https://github.com/minetest/minetest/pull/3785 16:34 Jeija yes, that one 19:27 Lluri Helloooo people :D 19:27 Lluri Mr newbie is back 19:27 Lluri <- me 19:28 Lluri With a 50$ questions :) 19:28 Lluri question* only one actually 19:29 Lluri (If you win you need to pay 10$ by western union to get your 50$ because of postal fees) 19:29 Lluri (Joke) 19:29 Lluri Well anyway, here is my question 19:30 Lluri I've created a server on my laptop and I'm using the local internet router with an open port to make it work (don't know if my sentance as a sense, I don't understand everything...) 19:31 Lluri My girlfriend and I are playing on it together when we're at home and every thing works perfectly. 19:32 Lluri At the begenning I had troubles with random people landing on my server, so here some dudes told me to enter the minetest.conf file and to add myserver_announce = false 19:32 Lluri Now it's perfect cause no one else is coming 19:32 Lluri BUT 19:33 Lluri My girfriend is away half of the week, and she would like to play. If she tries now from her place (of course my computer is running and the server is running too...) she has a "connexion timed out" 19:34 sfan5 well you obviously have it set up correctly as random people managed to get one 19:34 sfan5 -e 19:34 Lluri What should I do ? Does she need to enter my extern IP (cause I think she entered my local one) ? 19:34 sfan5 yes she needs to enter your external ip 19:34 Lluri I just need to find it :D 19:34 sfan5 http://myip.is 19:35 sofar whitelist may be better way to deter others 19:35 Lluri ok so I ask her to try :) 19:49 Lluri it is workiiing 19:53 Lluri got a problem with the GUI of WorldEdit 19:53 Lluri Every thing works 19:55 Lluri but 19:55 Lluri I can't acces the classic inventory list of nodes anymore 19:55 Lluri I mean I can't switch on another page 19:55 Lluri It is stucked on page 1 19:56 Lluri so for now I have to disable the GUI in the world.mt file, take the thing I need, and come back.... 20:18 Ronsor` here's my advice 20:18 Ronsor` don't want trouble 20:19 Ronsor` don't be on the public server list 20:19 Ronsor` if you want my server, pm me, because i've had enough 20:19 sofar you could change your serverlist to rubenwardy's 20:19 sofar where you submit to 20:22 Ronsor` wait 20:22 Ronsor` rubenwardy has a server list? 22:21 Hijiri I just realized function(...) return f(...) end is not the same as f