Time Nick Message 01:24 cheronemill hi. How can I trigger a function using a chat command param? e.g. /my_command create, to create something; or /my_command delete to delete it. 01:25 Ruslan1 no 08:42 MinetestBot paramat: Mar-07 14:13 UTC I didn't insult ANYONE, I voiced my opinion about the current way you release 5.0.X ... Also if devs would implement more features server owners actually WANT they would likely also be motivated to test those features... but as of now many useful server features were ignored or even denied 08:47 paramat well i mean, you were offensive to core devs =) 08:48 paramat p_gimeno "is there a way to control the amount of cracks at the surface level?" yes, increase the 'spread' parameters of 'cave1' 'cave2' noises, then decrease 'cave_width' to compensate 11:12 p_gimeno I'll try, thanks 11:49 p_gimeno hm, there's no 'cave1' or 'cave2' in a world just generated (at least with mgv7 in mt5). It seems they are generated when you enter the world for the first time, so I guess that around the spawn point some caves may be generated with the other parameters 12:29 JDCodeIt p_gimeno, I think it is generally true - blocks don't generate unless something triggers that - like a player entering the world 12:42 dustfinger Hi, I have a pi 3B with the vc4-fkms-v3d driver enabled. I also have minetest 0.4.17 installed. It fails to load with a segmentation fault. when I ran minetest with trace or verbose it showed that it was failing to open some ogg files in ~/.minetest/sounds/. That path does not exist. The last thing that it printed to the screen was: OpenAlSoundManager: "main_menu" not found. 12:44 sfan5 missing sound files are not a fatal error 12:44 JDCodeIt Did you install Minetest from the repository for your distro of linux - e.g. using apt-get? 12:44 sfan5 it's more likely that it's crashing because something is wrong with the OpenGL stuff 12:44 dustfinger yes, I installed it using apt-get from the raspbian buster repository. 12:45 dustfinger The vc4-fkms-v3d is the "fake" kms driver. When I tried loading with full kms I had a blank screen, so I switched to the fakm kms. 12:45 dustfinger Perhaps that is the problem? 12:47 dustfinger I looked in the ~/debug.txt file and all there is are seperator blocks. Nothing was logged beyond that. 12:50 JDCodeIt Looks like buster is in Soft Freeze status - not officially released? 12:51 JDCodeIt Freeze target is March 12 12:55 dustfinger I know, I needed this version of minetest in order con connect with the server that I wish to connect with. I think that the problem might be an issue with glx providers: https://pastebin.com/bRELvD29. Although, I am not sure if that is an old log or not. xorg does not appear to log human readable timestamps. 12:56 sfan5 generally, opengl support on the rpi is weird 12:56 sfan5 natively supported is only GLES, but there's an OpenGL driver that sorta works 12:56 sfan5 if you can get Minetest to build with GLES it should work 12:56 JDCodeIt to check OpenGL you might try the utility from command line glxinfo 12:59 dustfinger Apparently those timestamps are seconds to boot. I think those logs are from March 06 and are probably from when I was trying to get the full kms driver working. I don't think they are valid. I will try to glxinfo. Also, I will look into GLES. Thanks! 13:16 dustfinger I have DRI support. Here is the output from glxinfo: http://paste.debian.net/1072221 13:21 dustfinger interesting though. I can't run glxgears. It segmentation faults. 13:22 twoelk keep having crashes of the mt5 client after flying around a lot on VEC similar to this https://i.imgur.com/jtaxpj9.png 13:24 twoelk the debug.txt usually just stops in the middle of random stuff (mesh loading, window resize, sound playing etc.) 13:25 twoelk should the buildpaths be visible like that? 13:31 JDCodeIt Did you try to recompile from source code on the pi? 13:34 sfan5 twoelk: it means you're out of ram 13:38 twoelk hmm, probably nothing mt can do then - or is that also luajit related? 13:38 sfan5 I don't think so 16:44 benrob0329 Pocket Piston (Zipper) Elevator Mesecons Tutorial: https://youtu.be/WRcRdHtBBMU 17:08 twoelk pfff, and crash with bogart, so mt5 doesn't run as well on older machines :-( 20:41 Andrey01 hi, can anybody point at the line number where "sound_table" starts in lua_api.txt please? I can not search out it. 20:53 Andrey01 i mean where is "sound parameters table" in lua_api.txt 20:53 GreenDimond ctrl+F sound parameter 21:00 JDCodeIt line 790 Sounds, line 816 example parameters tables 21:22 Wikiwide What's the maximum size of minetest world? 21:24 Wikiwide I was wandering if there is some add-in which allows to construct a minetest world (geography and such, possibly buildings and infrastructure) based on a part of real world (from OpenStreetMap or something) 21:24 Wikiwide wondering * 21:26 Wikiwide And then, with accelerated minetest time, and data from https://bom.gov.au/ , model weather (clouds, rain, sun, fire, flood, storm), from around 1900 to around 2100 (using predictions from a simple climate model) 21:36 p_gimeno the world is ~63 km wide 21:36 p_gimeno and ~63 km high 21:53 nri Hello 22:03 Wikiwide p_gimeno: Thank you! That's... Not that much, but enough for putting in highway, bus, train, and things like that. Probably no airport, though. 23:39 powerolive hi 23:40 powerolive can i use minetest on android4.0.3 23:41 powerolive and why the fdroid show the license is lgpl3.0?