Time Nick Message 21:25 erlehmann specingluatic if i wanted to speak websockets from a CSM (to talk to intiface) how would i do that? 21:26 erlehmann basically, i want to have a rumble effect whenever the player is hurt 21:26 erlehmann and intiface seems to be the easiest solution 22:12 MTDiscord could someone give me an example of the vein ore that works? 22:30 MTDiscord cause im not getting anything with this minetest.register_ore({ ore_type = "vein", ore = "default:stone", wherein = { "air" }, column_height_min = 2, column_height_max = 6, y_min = 0, y_max = 31000, noise_threshold = 0.9, noise_params = { offset = 0, scale = 3, spread = {x=30, y=30*2, z=30}, 22:30 MTDiscord seed = 25391, octaves = 4, persist = 0.5, flags = "eased", }, random_factor = 0, }) 22:31 MTDiscord this is irc use pastebin 22:36 calcul0n__ there are lots of examples in mtg: https://github.com/minetest/minetest_game/blob/master/mods/default/mapgen.lua 22:36 erlehmann MisterE https://mister-muffin.de/paste 22:36 MTDiscord thanks 22:36 MTDiscord ok, but those are not the vein type 22:38 MTDiscord https://github.com/minetest/minetest/issues/7364 wonders what google is 22:38 MTDiscord more specifically https://github.com/minetest/minetest/issues/7364#issuecomment-391485092 22:39 MTDiscord yes I found that on my own, tried it, and it doesnt seem to do anything 22:39 MTDiscord why is your wherein a table? 22:40 MTDiscord mapgen loves to fail silently 22:40 MTDiscord it isnt now, but it was, having been copied from magma_conduits 22:41 calcul0n__ a table is fine 22:42 MTDiscord https://pastebin.mozilla.org/ifW7f2TH 22:42 MTDiscord I have that now 22:43 MTDiscord and it is not giving me viens of rock in air 22:44 calcul0n__ not sure random_factor=0 is a good idea 22:44 MTDiscord can I just remove it? 22:45 MTDiscord removed, still nothing 22:45 calcul0n__ well i don't really understand what it does but i guess something is multiplied by it 22:45 calcul0n__ it's 1 by default 22:58 MTDiscord not even this works 22:58 MTDiscord https://pastebin.mozilla.org/oPKBgP6E 22:58 MTDiscord so something is not right 23:01 MTDiscord what is not right is that the code I am writing is haveing absolutely no effect... now to figure why ? 23:08 MTDiscord its working now. I suppose it helps if the engine reads your code 23:08 MTDiscord thx guys 23:20 MTDiscord erlehmann: Considering how limited CSMs are due to (valid) security concerns (and planned addition of SSCSM) you'll most likely have to use a modified client. 23:31 erlehmann luatic can CSM do anything, like IPC or HTTP? 23:31 erlehmann luatic if SSCSM are added, ima gonna make CSSSM ;) 23:32 MTDiscord that would require you to do actual work, which you seem opposed to doing 23:32 erlehmann Jonathon i have tested a lot of stuff. every time you see me complaining, i spent 20 minutes to several hours not complaining. 23:33 erlehmann and of most stuff i test you don't hear anything bc i don't complain when it works 23:33 erlehmann by testing i mean “figuring out if this or that PR breaks a bunch of games i have installed or specific mods in particular” 23:34 erlehmann for example, i can tell you that the recent hud bar re-positioning breaks nothing 23:34 erlehmann i wouldn't have spoken about it bc there is no need 23:34 erlehmann but i did spend some time on that 23:35 erlehmann Jonathon, also how do you think i have issues with recompiling if i am not recompiling for … some … reason (e.g. git bisect) 23:51 specing erlehmann: there's a luanic mod for digilines, maybe you can copy most of it client side 23:52 erlehmann specing, link? 23:53 specing don't have one