Luanti logo

IRC log for #minetest, 2020-05-26

| Channels | #minetest index | Today | | Google Search | Plaintext

All times shown according to UTC.

Enable nick filtering
Time Nick Message
00:02 rschulman Nice, thank you.
17 more elements. Show/hide.
03:42 guzzi playing nodecore.  i seem to have or something.  all i see is black
03:42 guzzi anyway to killme or reset.  or am i just stuck?
03:44 guzzi of course now i have nothing to dig with
03:48 guzzi changed my view and i was only one block in so i dug out
03:48 guzzi f7 saved me
04:00 Emerald2 Are you playing on the server guzzi? Some of us are on NodeCore Community.
28 more elements. Show/hide.
12:18 gh00p So.. in a private world, I did a bunch of building, then wandered away and have lost track of the location I was building stuff in. Any way to find coordinates of previous activity?
12:20 sfan5 look into debug.txt
3 more elements. Show/hide.
13:02 gh00p sfan5: ah, I see activity with coordinates there. Is there a way to see my current coordinates in the hud?
13:02 sfan5 press f5
13:03 gh00p Hmm, no f5 on android, but i guess I can copy the world to a real computer for investigation../
13:05 gh00p Also hmm, there is no keymap_toggle_debug in minetest.conf on android. I wonder how that works! :)
16 more elements. Show/hide.
15:06 hisforever Hi I'm having trouble with the billboard mod? here is a pastebin copy https://pastebin.com/FhQ2nZqM
2 more elements. Show/hide.
15:17 Ravise Can you point me to the billboard mod source?
4 more elements. Show/hide.
15:39 hisforever here is a pic of the error? https://imgur.com/a/fE8OdcA
15:40 Ravise I've got the idea from the pastebin - now, where did you get billboard from?
15:41 hisforever gitgub
15:41 hisforever I'll get the url
15:42 hisforever https://github.com/acmgit/billboard
15:42 hisforever there you go :)
15:45 Pie-jacker875 joined #minetest
15:48 Ravise I don't get the error when I'm running game with the mod - try pulling the source and running the server again
15:49 Ravise The error suggests there is syntax error in the source, but since I can run it, it seems to be fixed
2 more elements. Show/hide.
15:56 hisforever ok Rsvise thanis
15:58 Ravise Or did you make some edits in the code? The source looks old enough
21 more elements. Show/hide.
17:50 MinetestBot [git] Wuzzy2 -> minetest/minetest: Devtest: Fix crash in player unittest (#9937) 1afd6d6 https://git.io/JfwSV (2020-05-26T17:49:02Z)
3 more elements. Show/hide.
18:28 oil_boi Is there an http api example?
18:31 NetherEran I've used it once, here's the code https://notabug.org/NetherEran/The_End/src/master/mods/misc/update_checker/init.lua
18:35 Krock oil_boi: https://github.com/minetest-mods/skinsdb/blob/master/skins_updater.lua
18:36 oil_boi Krock, this is literally exactly what I was looking for, thank you
18:36 Krock !next
18:36 MinetestBot Another satisfied customer. Next!
18:36 Krock though NetherEran's example is easier to understand
18:37 oil_boi This is the official place where we store player skins?
18:38 Krock http://minetest.fensta.bplaced.net ? not official, but the most often used source
18:38 gh00p joined #minetest
18:41 oil_boi base64, this is genius!
18:44 Krock no, it's a damn workaround
18:44 Krock binary data transfer did not work properly when this was written
18:45 oil_boi Binary data transfer?
18:45 Krock minetest.features.httpfetch_binary_data = true,
18:45 Krock yes. transferring the 0 byte
18:45 Krock which otherwise marks the end of text
18:45 oil_boi You can load new textures into the game as it's running?
18:46 Krock how did the topic move from HTTP to ingame?
18:46 Krock no, all textures must exist on server start, and cannot be loaded afterwards
18:49 Verticen joined #minetest
18:55 oil_boi What if we could make this a bit better
18:55 oil_boi hmm
2 more elements. Show/hide.
19:05 oil_boi It saves the data onto the hard drive?? :O
19:06 Conradish006 I made LimeCht work!
19:06 Conradish006 *limeChat
19:06 Conradish006 Hopefully I won't randomly disconnect anymore
20:08 Jhalman joined #minetest
20:13 Wuzzy How do you rightclick in Android?
20:15 Jhalman Pretty sure right click in Android is Double tap?
20:15 nephele always bumped me out that minetest android does not support mice on android.. :)
20:15 Conradish006 Right click by holding your finger on the button until a little menu pops up
20:15 Conradish006 I tried using a mouse as well
20:16 Conradish006 I was disappointed to find it didn't work
14 more elements. Show/hide.
21:35 MinetestBot [git] rubenwardy -> minetest/minetest: Fix devtest being ignored by .gitignore 8713924 https://git.io/JfwNO (2020-05-26T21:33:16Z)
4 more elements. Show/hide.
22:11 MinetestBot [git] paramat -> minetest/minetest: Devtest game: Update biome registrations (#9936) ba553e2 https://git.io/JfwAR (2020-05-26T22:11:33Z)
22:18 MinetestBot [git] sfan5 -> minetest/minetest: Fix liquids refusing to flow in X+ or Z+ in some cases (#9874) 58f523e https://git.io/JfwA6 (2020-05-26T22:17:23Z)
5 more elements. Show/hide.
22:59 oil_boi Is there a way to make a combined string that's going to be a texture into a texture and then add onto it?
23:01 rubenwardy you can group modifiers using ()
23:01 rubenwardy you can't use it to exceed the limit though
23:02 proller joined #minetest
23:06 Conradish006 I'm having issues with the protection on my server
23:06 scr267 joined #minetest
23:06 Conradish006 It was working, then I started seeing some griefing and found out that it is no longer working
23:07 Conradish006 The areas say that they're protected, but it still allows breaking of items by any player in the protected area
23:08 Conradish006 I used the areasprotector mod for Blocky Survival as it works with the built in protection via commands
23:09 Conradish006 Here is the link to the mod https://github.com/BlockySurvival/areasprotector
23:10 sfan5 have you tried asking the mod author?
23:10 Conradish006 Not yet
23:12 Conradish006 I believe the same mod as what is used on VE's servers
23:12 Conradish006 So possibly she knows
23:15 guzzi Emerald2, I am not playing on the server.  I setup my own.
23:18 PGimeno left #minetest
23:21 Conradish006 I forgot to mention that even areas protected by command are not working
23:24 Lone_Wolf joined #minetest
23:41 oil_boi Can you not do "blank.png^[combine:5,10:1,1=p.png^[colorize:#FFFFFF:255]:2,1=p.png^[colorize:#FFFF00:255]"?
23:41 oil_boi oops one second "blank.png^[combine:5,10:1,1=p.png^[colorize:#FFFFFF:255:2,1=p.png^[colorize:#FFFF00:255"
23:42 oil_boi Or am I doing something super wrong here?
23:52 testman joined #minetest
23:56 rubenwardy try using ()

| Channels | #minetest index | Today | | Google Search | Plaintext