Time Nick Message 00:02 DoyleChris got it now what 00:02 NathanS21 you have to extract it. 00:03 NathanS21 tar xvcf or something 00:03 NathanS21 I'd have to google it 00:03 NathanS21 not sure the commands off the top of my head. 00:03 NathanS21 tar xvzf 0.4.17.tar.gz 00:03 NathanS21 oh wait 00:04 NathanS21 tar xvzf 0.4.17.1.tar.gz 00:04 DoyleChris do i need to make a minetest diretory or 00:04 DoyleChris will it make one 00:04 NathanS21 I think that will extract into the directory the tar.gz file resides in 00:04 NathanS21 if you just downloaded into home or downloads you probably want to make a directory for Minetest 00:05 NathanS21 looks like it will create a directory 00:05 DoyleChris ok 00:05 NathanS21 so you should just be able to execute that command. 00:08 DoyleChris what file do i run 00:08 NathanS21 cd into 0.4.17.1/bin 00:08 NathanS21 and then run minetestserver 00:11 DoyleChris bash: minetestserver: command not found 00:11 NathanS21 what does ls report? 00:11 DoyleChris debug.txt minetestserver 00:11 NathanS21 oh, you have to do ./minetestserver 00:12 DoyleChris ./minetestserver: error while loading shared libraries: libhiredis.so.0.13: cannot open shared object file: No such file or directory 00:12 DoyleChris fresh install of raspbian 00:13 NathanS21 hmmm 00:14 NathanS21 you might need to install that 00:14 Glorfindel maybe 00:14 NathanS21 that was one of the dependencies I had to download to compile. 00:15 NathanS21 the dependency name was libhiredis-dev 00:15 DoyleChris same for 5.0 to 00:15 NathanS21 yes. 00:16 NathanS21 I only downloaded the dependencies once. The two different versions are just from different source code. 00:16 NathanS21 exact same compile flags. 00:16 DoyleChris i am downloading libhiredis-dev 00:19 DoyleChris it worked sudo ./minetestserver 00:19 NathanS21 I don't think it should need to be sudo 00:20 NathanS21 not sure if that should really matter if it's only for a local server. 00:20 Glorfindel yeah don't sudo it 00:20 NathanS21 I didn't have to do sudo on any of my testing. 00:21 DoyleChris i created a minetest account 00:21 DoyleChris well im going to try it 00:23 DoyleChris well i can connect to 5.0 00:24 NathanS21 my pi ran at about 30% when running mapgen 00:24 NathanS21 there was a bit of lag, but the pi is only connected to the network with WiFi and isn't in a great location for a good signal... 00:25 DoyleChris 4.17 is good 00:25 DoyleChris i just need to download libhiredis-dev 00:26 NathanS21 I'll take note of that. 00:26 DoyleChris i just need to get samba loaded to share the directory 00:28 NathanS21 I don't know how to change the game, world, or mods that the server wants to load, but that should be easy to find information on. 00:29 NathanS21 probably either with flags when launching the server, or in a config file someplace. 00:29 DoyleChris with flags 00:30 Glorfindel -worldname world 00:31 NathanS21 Don't use that 5.0 file I uploaded. I screwed up on it, working on fixing it now. :S 00:33 NathanS21 or maybe I messed up the 0.4.17 one. I'll fix check both. 00:33 NathanS21 I think one has the wrong version of Minetest_game 00:33 NathanS21 it won't effect how it works if you are using your own world 00:33 NathanS21 but it might have an error with mods in the game if they are the wrong version. 00:41 NathanS21 Okay, sources updated. 00:41 NathanS21 no need to re-download though. 00:43 DoyleChris i do or dont need to download 00:43 NathanS21 do not need to. 00:44 NathanS21 I just fixed the Minetest_game versions 00:44 NathanS21 I had the 0.4.17.1 game in the 5.0 version 00:44 NathanS21 which would be using the old methods, and didn't have all the features. 00:45 NathanS21 I also didn't download the games via git, so I shaved off about 7MB from both of the archives. 00:46 DoyleChris so no to both 00:46 NathanS21 correct 00:47 NathanS21 well actually not sure. I guess it depends on things. If you are copying a custom game over for the server it won't be pulling anything from Minetest_game 00:47 NathanS21 if you're adding mods to Minetest_game you might need too. 00:47 DoyleChris i just need to get to the directory 00:47 NathanS21 if you don't have any problems probably are okay. 00:48 NathanS21 you can also just download the game from Github, and only download the game, as that's all I changed in the archive. 00:48 NathanS21 I have no idea how to setup a server or any of the file layout for that, so I'm not really the right person to give answers on this topic. 00:48 NathanS21 :) 00:49 DoyleChris well if it runs which it did i had my hard drives connected before 00:49 NathanS21 ya so you should be fine. 00:50 DoyleChris ooooooo i think i got it to work and copy 00:50 DoyleChris mods are moving 00:50 DoyleChris next worlds 00:52 DoyleChris later i can put it on one of my drives and run it from there 00:52 DoyleChris here goes ./minetestserver --worldname Server 00:53 DoyleChris ooooo 00:54 DoyleChris you the man 00:54 NathanS21 it's working? 00:54 DoyleChris yep my world with all the mods running on my pi 00:54 NathanS21 sweet 00:55 DoyleChris how can i just chat with you in irc 00:57 NathanS21 You using a client or a webpage? 00:57 DoyleChris webpage 00:57 NathanS21 hmm, can you right click on my username? 00:58 NathanS21 if you can you'd want to look for something like open dialog 02:15 DoyleChris https://forum.minetest.net/viewtopic.php?f=42&t=21723 02:15 DoyleChris there it is 02:17 DoyleChris good night 04:13 MinetestBot 02[git] 04paramat -> 03minetest/minetest_game: Fix small pine leafdecay: New schematics, new leafdecay radius 137fa03c7 https://git.io/fhYbp (152019-01-04T04:12:07Z) 07:53 Xiong NathanS++ 09:08 MinetestBot 02[git] 04nerzhul -> 03minetest/minetest: Player file directory must be only created when using file backend. 130717719 https://git.io/fhOfb (152019-01-04T09:06:46Z) 09:22 MinetestBot 02[git] 04nerzhul -> 03minetest/minetest: Fix various player save issues (performance penalty on sql backends +… 13c1d7dbf https://git.io/fhOJg (152019-01-04T09:20:04Z) 10:34 MinetestBot 02[git] 04nerzhul -> 03minetest/minetest: Fix on_successful_save -> onSuccessfulSave 134a7c97c https://git.io/fhOIs (152019-01-04T10:33:04Z) 11:56 MinetestBot 02[git] 04nerzhul -> 03minetest/minetest: Make sqlite3 default auth & player backends for new worlds (#8043) 13022b1ec https://git.io/fhOYu (152019-01-04T11:55:07Z) 13:18 MinetestBot 02[git] 04nerzhul -> 03minetest/minetest: Bump android version code for next Play Store version 136b978f8 https://git.io/fhOZf (152019-01-04T13:16:45Z) 14:22 jas_ https://forum.minetest.net/viewtopic.php?f=3&t=156&p=339927#p339927 14:24 Krock jas_: is that carpathian? 14:24 jas_ minetest default v7 14:24 jas_ seed 2 i believe 14:25 jas_ hey krock maybe you know, are v7 floatlands on by default? 14:25 Krock mgv7 has so many various landscapes, but has a serious lack of lava 14:25 jas_ OMG DO NOT TELL ME THAT 14:25 jas_ now i really need to install caverealms... 14:25 Krock https://github.com/minetest/minetest/blob/master/builtin/settingtypes.txt#L1486 14:25 Krock > nofloatlands 14:25 jas_ haha u RTFM'd me 14:26 jas_ ok ty 14:26 jas_ :) 14:26 Krock !next 14:26 MinetestBot Another satisfied customer. Next! 14:26 Krock the good thing about RTFM is that you know where to look :D 14:26 jas_ that's a start 14:27 jas_ i can't tell from looking at this believe it or not, i'ma launch mt and try advanced settings lmao 14:27 jas_ i was just gonna look in minetest.conf.example or something, maybe the one in mtg 14:28 jas_ aw it's off ok, i gotta turn it on and get a way up 14:28 jas_ ty 14:46 majochup https://www.youtube.com/watch?v=J7dLxJUYlRA look at that :P 14:46 jas_ !server Glitchtest 14:46 MinetestBot jas_: Glitchtest | dcbl.duckdns.org | Clients: 0/15, 0/0 | Version: 5.0.0-dev / Glitchtest | Ping: 129ms 14:47 jas_ now with caverealms and floatlands. 14:47 jas_ do they only appear at 1200 or something? 14:47 jas_ oh cool minetest video 14:47 jas_ !title 14:47 MinetestBot jas_: Minetest CTF + Memes - YouTube 14:47 jas_ i guess i have to leave a like 14:48 Calinou Memetest CTF :P 14:50 Krock Kids in 2010: xXxSuperMasterxXx2001 14:51 Krock Kids in 2019: xXxSuperMasterxXx2009 14:51 Krock interesting how persistent the birth year number is in usernames 15:04 majochup lol 15:47 MinetestBot 02[git] 04nerzhul -> 03minetest/minetest: Drop libgmp on Android and use mini-gmp (#8047) 139854340 https://git.io/fhOuq (152019-01-04T15:45:37Z) 19:56 Giorge Hello once again Minetesters 21:37 entuland o/ 21:53 entuland anyone knows about https://github.com/paramat/flexrealm and how it should work? I've installed it as a mod in 0.4.16, created a new world using v7 mapgen and launched it, stuck in a orange screen with the console spitting [flexrealm] along with numbers and nothing else 21:55 entuland ahahah I was stuck in the middle of a big lava cave without anything loading around me 22:39 hecks jas_ are you around, something crashed your server 22:48 hecks t anyone; does the inventory formspec always have a blank name? Any way to change it, or do I need to treat blank as the player inventory? 22:53 jas_ oh no! 22:53 jas_ yes hecks always "" 22:54 jas_ afaik, can't be changed 22:54 jas_ same with node formspecs? 22:54 hecks I wonder how does that work with more complicated inventory specs, like ones with tabs 22:55 rubenwardy contexts 22:56 rubenwardy !book formspec 22:56 MinetestBot rubenwardy: Formspecs - https://rubenwardy.com/minetest_modding_book//en/players/formspecs.html 22:57 jas_ terminal mod, bad argument to pairs, table expected, got nil ^_^ 22:57 hecks ha ha 22:58 hecks I told you it's a vulnerability buffet 22:58 hecks be glad it's just DoS 22:58 jas_ all you can eat 22:58 hecks wasn't me by the way, this other guy was at spawn and messing with terminals I suppose 22:59 jas_ oh ok, well spotted anyway 22:59 jas_ i installed dfcaverns 22:59 jas_ :O 22:59 hecks rubenwardy thanks but I'm solving this differently; I suppose I'll wait until I actually need tabs to figure out how to hack them in 23:00 rubenwardy well, just don't trust client submissions 23:00 jas_ local beds = beds.beds (probably unwise) 23:00 hecks also inventories are nasty in that I don't get a notification when someone opens one, now do I 23:02 jas_ there, i just plopped github.com/facedeer/dfcaverns in and am currently 'hoping for the best' 23:03 jas_ that's a good point hecks, i think only notification that it was closed, but not opened 23:03 hecks yeah because close is always a submit event 23:04 hecks it *should* be good enough to know the player, I suppose, because other mods already work with that and nothing more 23:04 hecks I guess tabs are just redefining inventory specs 23:05 hecks jas_ get on the server I got a handful of fresh bugs for you 23:08 hecks and there's our terminal hacker 23:23 jas_ oh cool, i just started some laundry and have some coffee brewing. oh right got work in a bit but yeah i'm logging on 23:23 jas_ if it's still up