Time Nick Message 00:37 cheapie I think my newplayer mod might be the first colored-text-enabled mod... 00:52 thefamilygrog66 what does it do, cheapie? 00:52 cheapie thefamilygrog66: It's one of those "show people rules" things: https://forum.minetest.net/viewtopic.php?f=9&t=14634 00:52 cheapie Currently in use on most of VanessaE's servers. 00:53 thefamilygrog66 ah, cool. 00:53 cheapie It is compatible with older clients/servers, but falls back to non-colored text in that case. 00:53 thefamilygrog66 I need new mod ideas 00:54 cheapie You could help with streets. webdesigner97 does have a todo list, and some of the stuff there I don't feel like working on. 00:56 thefamilygrog66 I'd kinda rather just write a new mod from scratch, based on a fresh idea 01:02 cheapie I don't currently have any ideas (used them all up). 01:09 thefamilygrog66 I hear ya, cheapie 01:09 * cheapie cleans up /home/cheapie 01:18 DI3HARD139 Is there a rubenwardy around? 01:18 rubenwardy there is 01:19 DI3HARD139 Question for ya. How can I increase the amount of flags that need to be captured before ending a round? 01:20 rubenwardy add more to each team 01:20 rubenwardy and also delete flags when captured, some how 01:21 rubenwardy the round ends when only one team exists 01:21 rubenwardy teams are deleted when their last flag is captured 01:22 rubenwardy you'll need to edit the code to make a flag disappear on being captured, currently it will change color (but that doesn't matter as the round then ends) 01:22 DI3HARD139 So essentially change for "i = 1, #ctf_match.registered_on_winner do" to "for i = 10, #ctf_match.registered_on_winner do" 01:22 rubenwardy no 01:22 rubenwardy that's a call back loop 01:22 rubenwardy to run registered callbacks 01:23 rubenwardy You'll want to change the setting, ctf.match.teams I think 01:23 DI3HARD139 ok 01:23 rubenwardy DI3HARD139, https://github.com/rubenwardy/capturetheflag/blob/master/minetest.conf#L36-L42 01:24 rubenwardy oh wait, that only allows fixed number of flags 01:24 rubenwardy you'll need to also change the code to that match.team.X.pos accepts multiple flags 01:24 DI3HARD139 ok 01:24 rubenwardy also that should be ctf.match, not match 01:25 rubenwardy corrected 01:26 rubenwardy I suggest match.team.1.pos = 1,2,3;4,5,6 for two flags, (1,2,3) and (4,5,6) 01:31 sofar why not make all separators the same, easier parsing 01:32 sofar pos1 = part1/2/3, pos2 = part4/5/6 01:32 sofar only one split() 01:43 rubenwardy true 01:43 rubenwardy and only one for loop 08:58 tima_gt How to compile minetest 0.3.1 on Debian 8? 10:15 whiskeyPete WARNING[Main]: Irrlicht: PNG warning: Interlace handling should be turned on when using png_read_image 10:16 whiskeyPete how do I turn on interlace handling? 10:25 sfan5 whiskeyPete: this is an "internel" error from how irrlicht works 10:25 sfan5 you can safely ignore it 10:25 Calinou I don't think you have control over it, like sfan5 says 10:25 sfan5 (and you can't even fix it) 10:25 Calinou same for the sRGB profile errors you can find in libpng-using games 12:33 Hirato sfan5: I'm not convinced they can do much either, it's been around in sdl_image for the last 7 years or so 14:34 oats if the lighting engine were to be altered, what part of the game would be changed? 14:35 oats could it be a mod, or would the game engine itself need to be modified 15:36 STHGOM Id guess the lighting engine is inside the game engine, so you'd have to change the game engine to change the lighting engine 15:38 rubenwardy If you're talking about Minetest, then Minetest is the game engine 15:38 rubenwardy So you'd need to modify the mesh building code in C++ 15:39 rubenwardy Not that I'd know how to do that 16:18 ShadowNinja irc_commands now works with SRP (recent git of engine required). It also works with custom auth handlers now. 16:29 CWz ShadowNinja that news is good news 16:42 GnomeKris If I've previously used git and cmake to build minetest using -DRUN_IN_PLACE=TRUE...do I have to use this variable again after doing git pull for an update? 16:42 GnomeKris Or can I just use cmake . 16:42 GnomeKris ?? 16:45 GnomeKris In addition, can I use this update as a chance to use other options during the cmake process? like using -DENABLE_GETTEXT=1, where I didn't use it before? 17:01 kahrl GnomeKris: no, you don't have to pass variables again, unless you deleted the cmake cache in the meantime. 17:01 kahrl GnomeKris: but yes, if you pass them, you can change them that way. 17:02 GnomeKris Awesome, thanks for the infor kahrl 17:03 kahrl (sometimes cmake gets stuck in a weird state where I have to delete the cmake cache and start over, but it only happens rarely to me) 18:09 Hunterz howto use new colored chat? 18:10 KaadmY Hunterz: you're using 0.4.14? 18:10 Hunterz git build 18:14 Amaz Add minetest.colorise(colour, string_to_colorize) in a mod that sends chat or something 18:15 Hunterz its not posible write colored in chat like minecraft/irc or something? 18:15 Amaz Not directly 18:15 Hunterz for example &[1-16]text ? 18:15 Amaz https://gist.github.com/Amaz1/b3b5c64d59fac5a59e50a87617cd6522 18:15 Amaz That's a little something I wrote for trying it out :) 18:16 Hunterz thx 18:16 Amaz np 20:52 AlyssaVahlberg old coder banned me for no reasin and he just slash ignoored me 20:55 sillycat does anyone have a server similar to old coder's? 21:04 GnomeKris OldCoder 21:04 GnomeKris Come help figure this out. sillycat here seems kina upset. 21:11 sofar the public server list is public, you can just look at it to find more servers 21:11 sofar as for oldcoder, he usually has good reasons to ban/ignore people 21:19 OldCoder GnomeKris, sofar... 21:19 OldCoder It is believed that this person is either an adult or a teenage troll 21:19 OldCoder In 4 years I have rarely banned people here 21:20 OldCoder But will not hesitate to do so in this case 21:20 OldCoder PM me for particulars 21:20 OldCoder GnomeKris, sofar ^ 21:20 OldCoder There are possible legal issues. Proceeding to ban her now. 21:27 GnomeKris Sounds good to me OldCoder. You've always seemed pretty chill and laid back with this sort of thing. I'll take your word for it. 21:31 DI3HARD139 Uh Oh. Sounds like I missed something 21:32 OldCoder Wait 21:32 OldCoder We'll see if he's persistent 21:33 OldCoder sillycat, I've had enough of this after four years. Good bye. 23:26 yang2003 Is ShadowNinja here? 23:30 H-H-H hi guys is it just me or is it impossible to make stainless steel in technic mod 23:31 yang2003 Hmm.. I think it is craftable? 23:32 yang2003 Try to download unified_inventory and see craft guide 23:32 yang2003 https://forum.minetest.net/viewtopic.php?t=3933 23:32 yang2003 there is the link 23:32 yang2003 good luck :) 23:33 H-H-H i already have a craft guide and it should be craftable by putting wrought iron and chromium into alloy furnace but they dont recognise it 23:34 ungali Is the inchranet irc server down for anyone else? 23:34 yang2003 wait, let me try 23:34 yang2003 Me too ungali 23:34 yang2003 It can't be connect 23:34 yang2003 I tried and try again 23:34 yang2003 Maybe only me, try this adress 198.27.68.162 23:36 yang2003 stainless steel right? 23:36 ungali Their web registration expired too 23:36 H-H-H yep 23:36 yang2003 lol thats why 23:37 yang2003 198.27.68.162 this is vanessa's inchranet, Idk can it work. 23:37 yang2003 H-H-H, what did you put in the alloy furnace? 23:38 H-H-H 10 wrought iron dust and 10 chromium dust have also tried ingots 23:38 yang2003 lol 23:38 yang2003 let me try 23:38 yang2003 ah 23:38 yang2003 that was carbon ingot 23:39 yang2003 try it 23:40 H-H-H gives carbon steel 23:40 VanessaE yang2003: use daconcepts.com 23:40 VanessaE not the IP address 23:40 VanessaE irc.daconcepts.com should also work 23:40 yang2003 It say ETIMEDOUT 23:40 H-H-H hey VanessaE how do you make stainless steel in technic mod 23:41 VanessaE no idea, H. 23:41 yang2003 XD 23:41 H-H-H ive tried wrought iron and chromium in a alloy furnace like wiki says but it doesnt do anything :| 23:41 VanessaE I think you use an alloy furnace along with chromium and regular steel 23:41 VanessaE ninja'd./ 23:41 H-H-H lol 23:41 yang2003 H-H-H 23:41 yang2003 Try 23:42 yang2003 I done it 23:42 yang2003 using 23:42 yang2003 three carbon steel and one chromium 23:42 VanessaE H-H-H: did you supply them in the right proportions? 23:42 VanessaE damn it, ninja'd again. 23:42 yang2003 ShadowNinja! 23:43 yang2003 The time need him he is not here.. 23:43 VanessaE inchra.net domain has expired and he can't do anything about it. 23:43 yang2003 but I tried daconcepts.com 23:43 VanessaE like I said, use [irc.]daconcepts.com instead 23:43 H-H-H lol ty guys the carbon steel and chromium worked lol but i swear the wiki doesnt say that unless im blind lol 23:43 yang2003 It said ETIMEDOUT 23:43 yang2003 Hmm.. 23:43 VanessaE WHAT said "ETIMEDOUT" ? 23:43 yang2003 yes 23:43 VanessaE what is "it"? 23:44 H-H-H sorry i mean this recipe list http://technic.kosyak.info/ 23:44 yang2003 want a screenshot? 23:44 VanessaE no, just tell me what "it said" means 23:44 VanessaE what is "it"? 23:44 VanessaE a web browser? IRC client? minetest client? something else?? 23:44 H-H-H if theres a better one you have a link to i would apreciate it 23:44 yang2003 KiwiIRC 23:45 VanessaE for that, us webchat.daconcepts.com 23:45 VanessaE use* 23:45 H-H-H is it on default irc port 6667 23:45 yang2003 https://kiwiirc.com/client/daconcepts.com/#ve-servers 23:45 VanessaE no, use the link I just gave you 23:45 yang2003 k 23:46 yang2003 ah, work 23:46 yang2003 thanks 23:46 VanessaE yep, works for me, as expected. 23:46 yang2003 Is it blocked for kiwiirc? 23:46 VanessaE no? 23:46 VanessaE I wouldn't know. 23:47 VanessaE I don't know who "runs" the upstream kiwiirc website. 23:47 yang2003 lol 23:48 yang2003 H-H-H, I know why you can't do the stainless steel 23:48 yang2003 The recipe is old one.. 23:50 yang2003 VanessaE, can we use this adress? osiris.inchra.net 23:50 H-H-H yang2003 do you have a link to more upto date info :) 23:50 yang2003 Just use the unified inventory 23:50 yang2003 https://forum.minetest.net/viewtopic.php?t=3933 23:51 VanessaE yang2003: it's inchra.net so no 23:51 VanessaE that domain has expired. 23:51 yang2003 ok 23:51 H-H-H i use a minecraft like setup so dont want to use unified inventory however i might have to if its the only thing that properly shows all the recipes etc 23:52 yang2003 lol 23:53 yang2003 Minecraft have it too 23:53 yang2003 Its same lol 23:53 yang2003 Its ok if you don't want 23:54 H-H-H minecraft has a 2x2 crafting grid 23:54 yang2003 You can try this H-H-H , https://forum.minetest.net/viewtopic.php?t=2334 , craft_guide sign 23:54 H-H-H minetest by default has a 3x3 23:54 H-H-H i think thats what im using 23:55 H-H-H nope that the old one that doesnt show groups properly 23:55 yang2003 You can try this H-H-H , https://forum.minetest.net/viewtopic.php?t=2334 , craft_guide sign 23:55 yang2003 lol 23:55 yang2003 afk 23:56 H-H-H i just said thats the old one that doesnt show groups properly