Time Nick Message 01:59 ANAND Greetings! Is there a lua_api.txt sort of reference for CSMs? 02:00 entuland damn, those acronyms... could you expand it? 02:02 entuland ANAND ^ 02:03 ANAND Client-Side Mods :) 02:03 entuland the whole api file in the doc folder is for modding, afaict 02:03 entuland did you find that file? 02:03 ANAND lua_api? 02:03 entuland yep 02:04 ANAND that's for normal mods 02:04 paramat there's one for CSM 02:04 ANAND there is? 02:04 paramat client_lua_api.txt 02:04 entuland ah, sorry, then I'm misunderstanding the scope of "client-side" mods :) 02:05 ANAND entuland, https://wiki.minetest.net/Mods and https://wiki.minetest.net/Help:Installing_Client-Side_Mods 02:05 ANAND paramat, looks like I don't have any such file in my docs dir 02:06 lumberJ ANAND: https://github.com/minetest/minetest/blob/master/doc/client_lua_api.txt 02:06 ANAND can't find it in 0.5.0-dev either 02:07 ANAND Why do I not have it? :O 02:07 lumberJ not sure. how did you install? 02:07 ANAND git clone 02:07 entuland oh well, the name is a bit misleading... but now I get the difference, thanks 02:07 lumberJ not sure why it wouldn't be there 02:07 ANAND there are so many more files in the docs dir! I only have 5 02:08 paramat weird :) 02:09 ANAND lua_api, menu_lua_api, world_format, texture_packs and LICENSE 02:09 ANAND all are .txt ofc 02:10 lumberJ can't imagine why they wouldn't be there with git clone 02:10 ANAND oh wait! I forgot I'm on Windows now 02:11 ANAND got both 0.5.0-dev and 0.4.17-dev from sfan5's pre-builts 02:12 lumberJ Windows... 02:12 ANAND :( 02:12 lumberJ :P 02:12 lumberJ can't really blame windows for this one i guess :D 02:12 ANAND lol 02:13 ANAND why are most of the docs not included in sfan5's pre-builts tho? o_O 02:22 scr267 you could build it yourself on windows... not a whole lot of fun though... When I had the misfortune of trying to do that, I found that a few of the libraries required were hardly available anymore. 02:23 lumberJ not really worth building just for the docs though 02:23 scr267 no, of course not. 02:24 scr267 Just mentioned it in case there might be any other oddities... The nice thing about building it is the flexibility in the compile time options, amongst other things. 02:28 ANAND I did try building on Windows twice; coming to think of it, even banging my head on a wall would've been more productive... 02:45 scr267 haha 07:59 hisforever Hi Just wanted to let youknowthat I got installing mods fixed all I did was upload new ones :) 09:07 andirc8000 is there a way to prevent flora spreading (in creative mode)? 09:58 Catbug hu 09:59 Catbug hello? 10:01 ANAND Hello 10:24 qwebirc316747 Hi! 10:24 qwebirc316747 I want to install CaptureTheFlag in a own server 10:25 qwebirc316747 Someone knows how to? 10:25 qwebirc316747 I have decompress the master.zip in the worlds directory 10:25 ANAND It's very easy if you already know how to run a server 10:25 qwebirc316747 The game starts, but no flag, etc 10:26 qwebirc316747 no teams, only a normal world 10:26 qwebirc316747 Is there any manual/guide? o faqs? 10:26 ANAND You have to get the (sub-)game from github.com/rubenwardy/capturetheflag 10:27 qwebirc316747 I have it 10:27 ANAND in the minetest/games directory? 10:28 qwebirc316747 yes i put it in the minetest/games and in the minetest/worlds 10:28 ANAND it should only be placed in minetest/games 10:29 ANAND and then create a new world (singlenode mapgen) with capturetheflag selected 10:31 qwebirc316747 singlenode mapgen is a application? Or a normal minetest client? 10:31 ANAND singlenode is a mapgen 10:31 ANAND when you create a world, you'll be presented with a few options like mapgen, game, seed, etc 10:32 qwebirc316747 ah ok 10:32 qwebirc316747 i'm going to try 10:32 qwebirc316747 thanks!! 10:33 ANAND mapgen should be "singlenode" and game (or subgame) should be capturetheflag 10:33 ANAND your welcome : 10:33 ANAND :) 10:47 qwebirc316747 ServerError: AsyncErr: ServerThread::run Lua: Runtime error from mod 'sfinv' in callback on_joinplayer 10:47 qwebirc316747 I use 0.4.16 10:48 ANAND paste the last few lines into pastebin and post the link 10:50 qwebirc316747 https://pastebin.com/vSVP0vSb 10:53 ANAND looks like you don't have the ctf_crafting mod installed 10:53 ANAND not ctf_crafting, sorry 10:54 ANAND just crafting 10:54 ANAND which is a sub-module 10:55 ANAND place this into capturetheflag/mods/crafting https://github.com/rubenwardy/crafting/tree/97c8731b63492bd17cfbd6c09694f3a648e6ca8b 10:55 ANAND afk for abit 10:55 ANAND a bit* 10:58 qwebirc316747 It already exists 10:58 qwebirc316747 https://pastebin.com/rpN0xF3j 11:11 ANAND qwebirc316747, how about ctf_pvp_engine? 11:12 qwebirc316747 i put it too 11:14 ANAND qwebirc316747, do you get the errors at load-time? Does the game load up at all? 11:16 qwebirc316747 https://imgur.com/a/YM6sxhc 11:16 qwebirc316747 at load-time 11:17 qwebirc316747 The load bar gets the 100% and shows the error 11:29 qwebirc316747 I can see the game for an instant 11:30 qwebirc316747 Less than a second 11:30 qwebirc316747 and get the error 11:30 rototom Helllo, I just set up a server to play a game with a friend. How can I register a user and grant admin privileges to him? 11:31 lumberJ rototom, once he logs in use grant command 11:31 ANAND qwebirc316747, try disabling crafting and ctf_crafting mods, and see if it works 11:31 qwebirc316747 removing the dirs? 11:33 ANAND no just disable them in-game 11:35 qwebirc316747_ Sorry i disconect 11:35 qwebirc316747_ ANAND, i remove the dirs and it works 11:38 qwebirc316747_ it's no need to have crafting to play? 11:38 qwebirc316747_ it not important 11:38 qwebirc316747_ ? 11:39 ANAND no not necessary 11:39 ANAND it's just a new crafting system 11:39 ANAND you can ask rubenwardy for help 11:39 ANAND I have to go now, bye! 11:40 qwebirc316747_ thanks!! 12:11 rototom How can I make myself to an admin? 12:13 NathanS21 in what? 12:13 NathanS21 In singleplayer you just run /grant singleplayer all 12:20 rototom I set up a dedicated server on my debian root 12:21 lumberJ rototom, in your minetest.conf add a line that says name=rototom 12:21 lumberJ or whatever your player name is 12:21 lumberJ when that player joins should have admin privs 12:21 lumberJ *all privs 14:50 LOL_ irccccCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCccccccccccccccccccccccccCCCCCCCCCCCCCCCCCCCccccccccccccccccccccccccccccccccccCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCcccccccccccccccccccccccccccccccCCCCCCCCCCCCCCCCCCCCCCCCCCCCCccccccccccccccccccccccccccccCCCCCCCCCCCCCCCCCccccccccccccccccccccccccccccCCCCCCCCCCccccccccccccCCCCCCccccCCCCCCccCCCCCCCcccccCCCCccccCCCCCcccCCCCCCc 14:56 lumberJ how sad an pointless your life must be... 14:58 andirc8000 is there a way to prevent flora spreading (in creative mode)? 14:58 andirc8000 I have some flowers spreading onto my road I've built ... 15:14 lumberJ andirc8000 not that I know of, short of disabling the abm the handles flower spread. 15:15 lumberJ whats the road made out of? 15:16 * andirc8000 reading up on abm's 16:28 shangul Hi, what are these underground buildings? 19:17 [k00l]shamoanjac Calinou: mind if I /msg you? 19:24 Out`Of`Control hi 19:24 Out`Of`Control Does Aliases work for items in locked chest ? 19:25 Calinou [k00l]shamoanjac: sure, go ahead :) 22:31 Ruslan1 anyone know ravenchat survival 22:47 Ruslan1 greeter 22:49 Ruslan1 greeter are you here