Time Nick Message 00:26 swift110 hey Mati 10:16 MaybeDragon rubenwardy, https://rubenwardy.com/minetest_modding_book/en/chapters/readmore.html Lua API - HTML version -> 404 10:47 jluc http://demos.littleworkshop.fr/infinitown 10:53 ensonic ^^ nice 15:42 jas_ https://www.twitch.tv/videos/206632749?from-redirect=true 4 1/2 hours of small_fire.ogg (i fell asleep) 15:58 jluc shouldnt fire run out of fuel ? 15:59 jluc very realistic sound - almost smell the smoke 16:02 jas_ it's fire_small.ogg from fire mod. just with random offsets using this PR: https://github.com/minetest/minetest/pull/6719 16:02 jas_ (thanks btw) 16:03 jas_ https://gist.github.com/jastevenson303/8e90bb3188d654da0dca9b7f25128c5e 16:04 jas_ i always had problems with minetest.sound_fade tho, even before this pr. it seems like i can't use minetest.sound_stop and minetest.sound_fade, I have to use either or. or that minetest.sound_fade ignores minetest.sound_stop, or something happens there but i really don't know what. 16:05 jas_ if i just want a regular fade out on a sound and don't care about any other detail it works ok. but if i want to fade in, or cut fades short, or fade to particular gains using particular steps, it never seemed to work (but i will continue testing, and then make a bug report if i can pinpoint it, or even if i can't.) 16:58 rubenwardy MaybeDragon https://rubenwardy.com/minetest_modding_book/lua_api.html 16:58 rubenwardy will fix though 22:31 MaybeDragon Why do I sometimes hear the item-pickup sound while afk in the main menu? What does that mean? 22:31 Surfer2010 what can be the reason why someone cannot access a server "connection timeout" 22:32 Surfer2010 IPv6? ... or some other settings? ... ping works / game is the basic download nothing changed 22:32 MaybeDragon Only one specific server? 22:32 Surfer2010 yes 22:33 Surfer2010 hcykuc9nywcmslhg.myfritz.net port 30009 22:35 MaybeDragon Tried the IP directly? 22:38 sfan5 !up hcykuc9nywcmslhg.myfritz.net 30009 22:38 MinetestBot hcykuc9nywcmslhg.myfritz.net:30009 is up (26ms) 22:39 sfan5 well that should definitely work 22:39 Surfer2010 he says his connection "only talks IPv6" and this might cause the trouble 22:39 Surfer2010 because he can ping me 22:40 sfan5 that doesn't seem likely as 70% of all websites wouldn't work without IPv4 support 22:41 Surfer2010 but in wifi it's not working and if he uses mobile data it works 22:42 swift110 hey al 22:43 Surfer2010 any idea 22:44 sfan5 his network is configured incorrectly 22:48 MaybeDragon Maybe try p2E531A42.dip0.t-ipconnect.de 22:49 sfan5 yeah that would be ipv4-only, you should try that 22:50 Surfer2010 his network is IPv6 only with dual stack lite 22:52 Surfer2010 does not work either 22:53 sfan5 then it's a misconfiguration 22:53 sfan5 he should be able to access IPv4 sites too 22:53 sfan5 !up p2E531A42.dip0.t-ipconnect.de 30009 22:53 MinetestBot p2E531A42.dip0.t-ipconnect.de:30009 is up (23ms) 22:53 sfan5 yeah it's his network 22:53 Surfer2010 connection timeout 22:54 Surfer2010 seems like it works 22:54 Surfer2010 yeahhh 22:54 Surfer2010 so what is the secret behind this adress? 22:54 sfan5 the above address is simply your ipv4 address in hostname form 22:54 sfan5 typing it out as numbers would actually be shorter 22:55 Surfer2010 thanks great guys :) 22:56 Surfer2010 where can i get this adress? must change every time my network provider reconnects me ? 23:06 Surfer2010 sfan5: how/where do i get this adress? 23:12 Surfer2010 how do i get textures to load on my server (working just with the console? 23:22 MaybeDragon Surfer2010, You can get that address with an reverse DNS lookup 23:23 MaybeDragon My ping does that on default 23:23 MaybeDragon Under windows ping -a
might work