Time |
Nick |
Message |
00:00 |
* hoodedice |
should clone in desktop ASAP |
00:00 |
Peacock |
oh well, i dont wanna set strict_protocol yet, not until 0.4.8 is out |
00:00 |
hoodedice |
(Weird that I have github thingy lying on my desktop* |
00:01 |
hoodedice |
Peacock, waterworld is fun, but not my style ;/ |
00:01 |
hoodedice |
So...Yeah |
00:01 |
Peacock |
well its still experimental |
00:01 |
Peacock |
theres nothing technically preventing people from building artificial islands |
00:01 |
Peacock |
and i could grant paysage to trusted players |
00:02 |
Peacock |
in any case i still got startest :-) but it was dead this afternoon so i decided to experiment :P |
00:03 |
hoodedice |
This *afternoon* I was sleeping -.- |
00:03 |
hoodedice |
brb |
00:03 |
Peacock |
i know :P and most ppl couldn't connect |
00:03 |
Menche |
i'm drowning standing on one of those light stripes |
00:04 |
Peacock |
thats weird :/ |
00:04 |
Peacock |
there are solid nodes under the light strips :/ |
00:04 |
Exio4 |
the drowing damage is client-made, that is what happens |
00:04 |
hoodedice |
hmm. Check the code for the neons |
00:04 |
Exio4 |
you can comment one line and don't drow |
00:04 |
Exio4 |
+n |
00:05 |
Menche |
can get infinite oxygen with a modified client? |
00:05 |
Exio4 |
yes |
00:05 |
Menche |
suppose that would be hard for the server to check |
00:06 |
|
bas080 joined #minetest |
00:06 |
Menche |
note to self: don't teleport yourself to a location named "prison" |
00:06 |
Exio4 |
lol? |
00:06 |
NekoGloop |
Android Hell is a real place. |
00:07 |
Peacock |
everyone teleports to prison lol |
00:07 |
* Menche |
failed the stupidity check |
00:07 |
Peacock |
autojail doesn't work without a prison teleport pad :p |
00:08 |
Peacock |
same thing with spawn, which makes them easy to move ingame |
00:09 |
Peacock |
at least Spawnia has a garden, oil and lava tanks :-) |
00:10 |
NekoGloop |
tanks? |
00:10 |
Peacock |
i pump it up from underground and into tanks (which re-ups the pressure) |
00:10 |
NekoGloop |
... tanks? |
00:10 |
|
Beast joined #minetest |
00:11 |
Peacock |
lol yes tanks :p |
00:11 |
Peacock |
check it out if you dont believe me :P brb (smoke, balcony) |
00:12 |
VanessaE |
hi all. |
00:12 |
Menche |
ihi |
00:12 |
Menche |
woo, made it to the waterworld seafloor |
00:12 |
VanessaE |
*skimmed the scrollback, tl;dr :-) * |
00:12 |
NekoGloop |
VanessaE, tanks? |
00:13 |
VanessaE |
? |
00:13 |
VanessaE |
oh |
00:13 |
NekoGloop |
also wtf this isn't working https://github.com/GloopMaster/glooptest/commit/11d2d8ec1b697c4cf05f8b2d01812012b2dfe038 |
00:13 |
VanessaE |
pipeworks has 'em, but they do nothing useful in upstream. Peacock rewrote some parts of his fork and made it work |
00:14 |
NekoGloop |
VanessaE, please check the above link for any possible errors. |
00:14 |
Peacock |
NekoGloop not the same tanks |
00:15 |
VanessaE |
NekoGloop: I don't know anything about the biome stuff in the engine |
00:15 |
NekoGloop |
the biomes are fine |
00:15 |
Peacock |
mine stores any liquid, ups the pressure to 200 and has an inventory slot to mix and produce new liquids |
00:15 |
NekoGloop |
download the mod and try it in a v7 world. |
00:16 |
NekoGloop |
it doesn't load the biome module -at all- |
00:16 |
VanessaE |
I'll pass |
00:16 |
Exio4 |
WTF |
00:16 |
Exio4 |
PilzAdam: your game is weird |
00:17 |
NekoGloop |
VanessaE, any idea why it's not loading the module at all |
00:17 |
PilzAdam |
Exio4, in which way? |
00:17 |
Exio4 |
do you break water nodes? |
00:17 |
PilzAdam |
with a bucket, yes |
00:18 |
Peacock |
pronounced, bouquet |
00:19 |
VanessaE |
NekoGloop: at first, of course, you're setting it to false by default, but that aside, don't do "if xxxx == true then". Do "if xxxx then". |
00:19 |
PilzAdam |
VanessaE, that shouldnt change anything |
00:19 |
VanessaE |
PilzAdam: I know. |
00:19 |
NekoGloop |
VanessaE, the variable is nil |
00:20 |
NekoGloop |
Regardless of the entry. |
00:20 |
VanessaE |
just reminding him of the "right" way to do it is all. |
00:20 |
Exio4 |
making the code clear is the first step for fixing bugs |
00:20 |
Exio4 |
that is true |
00:20 |
PilzAdam |
VanessaE, so writing SETTING = 0 would activate it |
00:20 |
VanessaE |
NekoGloop: checking |
00:20 |
NekoGloop |
To me, "if xxxx then" says if it exists, not if it's true. |
00:21 |
Peacock |
if xxx then sleep(5) return end :P |
00:21 |
Exio4 |
if xxxx then, wouldn't be true if "xxxx" = false |
00:21 |
PilzAdam |
writing == true in this case is perfectly valid |
00:22 |
hoodedice |
... |
00:22 |
NekoGloop |
Oh, what the hell? |
00:23 |
NekoGloop |
Apparently, the "true" is not a "true", according to notepad++ |
00:23 |
VanessaE |
er |
00:23 |
Exio4 |
lol |
00:23 |
VanessaE |
that's just a regular syntax highlighting, I figure? |
00:24 |
VanessaE |
highlighting fail that is |
00:24 |
NekoGloop |
Script highlighting isn't on in the .cfg files, and copying it to the .lua file makes it not be highlighted. |
00:24 |
NekoGloop |
Well, maybe one of the characters isn't correct? idk |
00:24 |
VanessaE |
could be |
00:24 |
VanessaE |
but it looks perfectly fine to me |
00:24 |
PilzAdam |
<PilzAdam> maybe something is messed up in your workspace or so |
00:25 |
NekoGloop |
ok, now it's highlighting, but it's still not working... gnfjdkagnfkda |
00:25 |
NekoGloop |
I blame this build of minetest |
00:25 |
VanessaE |
mixed up end-of-line chars maybe? |
00:25 |
NekoGloop |
mmm, maybe? |
00:25 |
NekoGloop |
no. |
00:27 |
NekoGloop |
Ah, so it WAS that build of minetest...? |
00:27 |
VanessaE |
I don't see anything obviously wrong with this code |
00:28 |
NekoGloop |
other than mountains being everywhere & too damn flat, there isn't. |
00:29 |
NekoGloop |
Or, wait, it's working on the other build now...? |
00:29 |
NekoGloop |
... I DON'T KNOW ANYMORE, I'M JUST GOING TO ACCEPT THIS AS A SUCCESS AND MOVE ON! |
00:30 |
Menche |
GGA has said for the 2nd time that he finished the "Comes Alive" mod and uploaded something that definitely is not a mod |
00:30 |
Peacock |
lol |
00:30 |
|
Evergreen joined #minetest |
00:30 |
Menche |
that's a Minecraft mod the he posted? |
00:31 |
PilzAdam |
VanessaE, https://forum.minetest.net/viewtopic.php?id=6853 ban him already |
00:31 |
PilzAdam |
Menche, seems so |
00:31 |
PilzAdam |
it contains .class files and stuff |
00:31 |
Menche |
so he takes a minecraft mod, puts "MT" in the archive name, and calls it a MT mod |
00:31 |
NekoGloop |
I know that mod, actually. |
00:31 |
PilzAdam |
and that in a week |
00:31 |
hoodedice |
Wow |
00:31 |
NekoGloop |
It's not even a good MC mod. |
00:31 |
Peacock |
i wouldn't download anything from that guy lol |
00:32 |
Peacock |
probably some embedded nigerian prince scam virus in there somewhere lol |
00:32 |
PilzAdam |
Peacock, I will download everything from him, you never know what you get |
00:32 |
Menche |
<THEGGABOOK77> The Link is Actualized |
00:32 |
Menche |
what does that mean? |
00:32 |
Menche |
lol |
00:32 |
Peacock |
he passed it by an actuary :P |
00:33 |
hoodedice |
!g the link is actualized |
00:33 |
MinetestBot |
hoodedice: http://www.thefreedictionary.com/actualised |
00:33 |
hoodedice |
Google, you fail. |
00:33 |
Peacock |
the speaking clock is on vacation :p |
00:33 |
Menche |
aww, you deleted it? |
00:33 |
Menche |
should keep threads like that in an "Examples" forum |
00:34 |
|
kaeza joined #minetest |
00:34 |
hoodedice |
Examples of pure stupidity, that is |
00:34 |
VanessaE |
PilzAdam: I'll send him a warning, close the thread, and toss it in the trash. |
00:34 |
Peacock |
what about tossing him in the trash? |
00:35 |
Menche |
so you can port minecraft mods my adding "MT" to the archive name? |
00:35 |
PilzAdam |
Menche, yes |
00:35 |
hoodedice |
init.lua not found |
00:35 |
PilzAdam |
hoodedice, try again |
00:35 |
* Menche |
renames his minetest folder to minetest-fast-notbuggy |
00:35 |
Peacock |
thanks to MT's new JAR interpreter |
00:35 |
hoodedice |
Dude, joke. |
00:36 |
hoodedice |
Peacock, does that mean I can play those old Nokia games on minetest? |
00:36 |
Peacock |
give it some time im sure someone will port them :p |
00:37 |
Menche |
especially if all you have to do is take a week and rename the file |
00:37 |
Guest85328 |
menche be aware that cmake stores absolute paths in the makefiles |
00:38 |
Peacock |
6.5 days of naughty movies, and 0.5 days of renaming a MC mod :p |
00:38 |
Peacock |
skill level = infinity |
00:38 |
hoodedice |
XD |
00:38 |
Guest85328 |
so be sure to rm CMakeCache.txt |
00:40 |
Guest85328 |
also. |
00:40 |
Guest85328 |
derp |
00:40 |
* VanessaE |
pokes Guest85328 with a nickname starting with a 'k' |
00:40 |
Peacock |
ku klux... ? |
00:40 |
PilzAdam |
I cant stop laughing at that: http://youtu.be/ORGu20C2-I4 |
00:41 |
Guest85328 |
writing on a phone is shit |
00:41 |
Menche |
? |
00:45 |
|
NiffyWhiffy joined #minetest |
00:45 |
NiffyWhiffy |
Hey guys |
00:45 |
NiffyWhiffy |
Like dis nick? <3 |
00:45 |
Peacock |
very gay, tape miss Brahms! |
00:45 |
|
jemadux joined #minetest |
00:45 |
NiffyWhiffy |
:3 |
00:45 |
Peacock |
:P |
00:46 |
Peacock |
im prolly the only fan of are you being served though lol |
00:46 |
|
babyface1031 joined #minetest |
00:47 |
NiffyWhiffy |
hehe |
00:47 |
NiffyWhiffy |
Sfan |
00:47 |
NiffyWhiffy |
Can you link me to your build thingy? |
00:48 |
PilzAdam |
"build thingy" |
00:48 |
PilzAdam |
the correct term is build script, or buildbot |
00:48 |
Menche |
asks a question and quits |
00:48 |
|
Niften joined #minetest |
00:48 |
Niften |
Back sorry. |
00:49 |
Niften |
Now, what were you saying @PilzAdam? |
00:49 |
kaeza_ |
lel |
00:49 |
PilzAdam |
see logs |
00:49 |
Peacock |
build doohickey |
00:49 |
Niften |
Umm... |
00:49 |
Niften |
I restarted. |
00:49 |
Niften |
the irc. |
00:49 |
Peacock |
thingamejig is also acceptable |
00:50 |
Niften |
Please do me the kindness of repeating what you said, PilzAdam? |
00:50 |
PilzAdam |
look at the topic of this channel, there is a link to the logs |
00:51 |
Niften |
It's a temporary term PilzAdam. |
00:51 |
Niften |
>.> |
00:51 |
Menche |
http://irc.minetest.ru/minetest/today |
00:52 |
Peacock |
http://irc.minetest.ru/minetest/tomorrow doesn't seem to be working for me :( |
00:53 |
PilzAdam |
Peacock, works for me... |
00:53 |
Menche |
with the firefox temporal extension? :P |
00:53 |
Peacock |
or witchcraft :p |
00:54 |
hoodedice |
*YAwn* |
00:58 |
* Peacock |
looking for one pic in a 5 gig folder of mt screens lol |
00:58 |
Peacock |
wouldn't be surprised if zimg went bust because of me :p |
01:09 |
|
Miner_48er joined #minetest |
01:14 |
PilzAdam |
bye |
01:14 |
hoodedice |
Peacock |
01:14 |
hoodedice |
Still experimenting? |
01:14 |
Peacock |
trying to reproduce the infinity bug |
01:15 |
hoodedice |
wut? |
01:15 |
Peacock |
earlier i got dragged/transporter to inf position, so im trying to reproduce with verboseness level 4 |
01:16 |
hoodedice |
NFSW is so empty nowadays |
01:17 |
Peacock |
nfsw? |
01:17 |
hoodedice |
!g nfsw |
01:17 |
MinetestBot |
hoodedice: http://world.needforspeed.com/home |
01:17 |
Peacock |
oooh |
01:17 |
Peacock |
i used to play stunts on msdos :p |
01:17 |
hoodedice |
!title |
01:17 |
MinetestBot |
hoodedice: Need for Speed World - Home |
01:17 |
Peacock |
loved making racetracks |
01:18 |
Peacock |
never could drive for shit, nor on computer or IRL lol |
01:18 |
NekoGloop |
That sounds like a game that someone made just so they could say "NSFW" without everyone thinking of what everyone refers to it as. |
01:19 |
|
sdzen joined #minetest |
01:21 |
hoodedice |
Hmm. |
01:21 |
hoodedice |
Six months ago, I used to play with right hand on arrow keys, left hand on spacebar, and numbers |
01:22 |
hoodedice |
Now, It's left hand WASD, numbers, spacebar, and right hand on chin |
01:22 |
Peacock |
i have to play with whichever cyst hurts less lol |
01:23 |
hoodedice |
Game is so full of noobs... I mean even people with Level A cars can't race me (Level C/D) |
01:26 |
hoodedice |
That game... |
01:26 |
hoodedice |
Stunts |
01:27 |
hoodedice |
Awesomeness |
01:32 |
NekoGloop |
Google, you fail me. I just want to know the name of some kind of red stone, but noooooo |
01:36 |
kahrl |
Oh why do you care / About redstone, NekoGloop? / Are you a traitor? |
01:36 |
|
VargaD joined #minetest |
01:36 |
* NekoGloop |
slaps kahrl |
01:36 |
sdzen |
he is the arch traitor stanley tweedle of course |
01:37 |
VanessaE |
NekoGloop: name of what exactly? |
01:37 |
NekoGloop |
just any random stone that has a red color because I want to |
01:38 |
Menche |
old red sandstone? |
01:38 |
NekoGloop |
think canyons |
01:38 |
VanessaE |
ah |
01:38 |
Menche |
how do you search for red stone without getting lots of minecraft related results |
01:39 |
VanessaE |
NekoGloop: catlinite |
01:39 |
VanessaE |
http://www.geotimes.org/aug08/aug08WOE.jpg |
01:39 |
VanessaE |
(apropos :-) |
01:39 |
NekoGloop |
red stone -minecraft |
01:39 |
VanessaE |
http://www.geotimes.org/whereoneartharchive.html |
01:39 |
NekoGloop |
Is that seriously the name? |
01:39 |
VanessaE |
search: stone, images only, by color (red) |
01:39 |
VanessaE |
yep, read the page. |
01:40 |
NekoGloop |
Oh my god it is. |
01:40 |
NekoGloop |
my life is now more complete |
01:40 |
Menche |
make it spawn kittens |
01:40 |
Menche |
a craft ingredient for a kitten spawner |
01:41 |
VanessaE |
NekoGloop: some kinds of slate are also red |
01:41 |
Menche |
there's pink granite |
01:41 |
Menche |
and some sandstone |
01:42 |
jin_xi |
http://i.imgur.com/178jgEj.png |
01:42 |
VanessaE |
of course naturally-occurring ruby ore is sometimes red (usually a very deep, almost-dried-blood red) |
01:43 |
NekoGloop |
I've already got rubies though ;) |
01:45 |
VanessaE |
franklinite can also be red |
01:45 |
VanessaE |
er, zincite |
01:45 |
VanessaE |
http://skywalker.cochise.edu/wellerr/mineral/zincite/zincite1.htm |
01:46 |
VanessaE |
rhodonite can also be red. |
01:46 |
VanessaE |
http://www.geos.mn/index.php?lang=mn&pid=21&id=56 |
01:46 |
NekoGloop |
Well, i suppose we already have red stone |
01:46 |
VanessaE |
need other colors? :) |
01:47 |
NekoGloop |
For some reason I keep thinking that desert stone is like this orangey color. |
01:47 |
VanessaE |
didn't I tone the color of that down recently? |
01:48 |
|
ssieb joined #minetest |
01:48 |
NekoGloop |
Yeah it's not really orange, it's more of a light red. |
01:49 |
VanessaE |
the sand used to be bright orange though |
01:49 |
Menche |
i liked the old desert sand |
01:49 |
NekoGloop |
And now the normal sand is eye-searing! :D |
01:50 |
Menche |
now the ordinary sand is almost white |
01:50 |
VanessaE |
Menche: only if shaders are blowing it out |
01:50 |
VanessaE |
the natural color is a light tan, about like real sand |
01:51 |
NekoGloop |
Yeah, that's just the game rendering it like that. |
01:51 |
VanessaE |
the game way overexposes the tops of the nodes now |
01:51 |
VanessaE |
at least when shaders are on |
01:51 |
VanessaE |
instead of just barely lightening the top and dimming the sides like it should |
01:52 |
VanessaE |
(it also depends on your video driver, some drivers will make it look *really* overbright) |
02:00 |
Tesseract |
VanessaE: .../pipeworks/flowing_logic.lua:81: bad argument #1 to 'get_node' (table expected, got nil) |
02:01 |
|
hoodedice joined #minetest |
02:01 |
hoodedice |
so... |
02:02 |
VanessaE |
Tesseract: are you sure you have the latest pipeworks? |
02:02 |
VanessaE |
you should never get that error |
02:04 |
VanessaE |
no examples of that error (or anything mentioning get_node) in the past ~18 hours on my server, or at all in my client's log |
02:05 |
Tesseract |
VanessaE: Someone on my server triggered it. pipeworks was pulled today or yesterday. |
02:05 |
VanessaE |
I wonder if that's being caused by some turned-off option in pipeworks_settings.txt |
02:06 |
VanessaE |
can you pastebin some log excerpt so I can see what happened at the time? |
02:06 |
VanessaE |
wait...those unknown nodes someone mentioned... |
02:06 |
Tesseract |
Affraid it's too late for that :/ |
02:06 |
VanessaE |
that might be the issue |
02:07 |
VanessaE |
too late? |
02:07 |
Tesseract |
Yes, I have a lot of unknown nodes, this wouldn't be the first time I helped a modder find a bug related to that... |
02:07 |
Tesseract |
It is burried in the backlog now. |
02:07 |
VanessaE |
can you get me the nodeid of any one of the unknown nodes? |
02:08 |
VanessaE |
(you should be able to just dig it and watch the log) |
02:08 |
Tesseract |
Mostly mesecons. |
02:08 |
VanessaE |
O.o |
02:09 |
VanessaE |
*looks at flowing_logic.lua anyway* |
02:09 |
VanessaE |
yeah |
02:09 |
VanessaE |
it must be hitting an unknown node |
02:10 |
Tesseract |
Well G'night. :-) |
02:10 |
VanessaE |
wait! |
02:11 |
hoodedice |
Peacock |
02:12 |
NekoGloop |
http://i.imgur.com/Tam7HvF.png Look familiar to anyone...? :3 |
02:12 |
hoodedice |
2h Rune sword? |
02:12 |
hoodedice |
From RunEscape? |
02:12 |
NekoGloop |
lol, no |
02:13 |
VanessaE |
Tesseract: can you pull pipeworks and see if that fixes it? |
02:13 |
Tesseract |
VanessaE: Sorry, i really have to go, I will tell you tomorow. |
02:13 |
VanessaE |
agh! |
02:14 |
NekoGloop |
Nobody can decipher my image? |
02:14 |
VanessaE |
ruby-tipped mithril sword? :) |
02:14 |
hoodedice |
It's purple |
02:14 |
hoodedice |
And Red |
02:15 |
NekoGloop |
It's alatro |
02:15 |
hoodedice |
alatro? |
02:15 |
hoodedice |
!g altro sword |
02:15 |
MinetestBot |
hoodedice: http://www.afnews.info/wordpress/2013/07/12/the-sword-altro-film-da-fumetto/ |
02:15 |
VanessaE |
kaliatro sword? ;) |
02:15 |
hoodedice |
!g alatro sword |
02:15 |
MinetestBot |
hoodedice: http://irc.minetest.ru/minetest/2012-09-20 |
02:15 |
NekoGloop |
It's a Ruby Encrusted Alatro Sword |
02:15 |
NekoGloop |
I have to find where alatro swords are on that now xD |
02:15 |
hoodedice |
Google. I love you. |
02:15 |
hoodedice |
Joke |
02:16 |
NekoGloop |
Oh, I said alatro once on that page. |
02:16 |
NekoGloop |
:l |
02:16 |
hoodedice |
Yes. |
02:16 |
hoodedice |
The irony is that it redirected there -.- |
02:17 |
hoodedice |
What is this mapgen math? |
02:17 |
NekoGloop |
it's funny |
02:17 |
hoodedice |
ooooooooh mod manager |
02:17 |
NekoGloop |
and unplayable without glooptest. |
02:17 |
hoodedice |
Why? |
02:17 |
NekoGloop |
no trees. |
02:17 |
NekoGloop |
glooptest's treasure chests have wood in them; lots of wood actually. |
02:18 |
hoodedice |
I only play creative. Makes no difference |
02:19 |
hoodedice |
What in the name of? |
02:20 |
NekoGloop |
http://www.youtube.com/watch?v=HDAFivGsKX4 |
02:20 |
NekoGloop |
!title |
02:20 |
VanessaE |
can someone else try replicating Tesseract's issue? |
02:20 |
MinetestBot |
NekoGloop: [♪] Portal - Making Science - YouTube |
02:20 |
NekoGloop |
making science~ making science~ |
02:20 |
VanessaE |
I think it'll be sufficient to build a proper pipeline (water->pump->pipe->pipe->spigot->large hole) and surround it with any other node, then remove the mod for that "other" node and see what happens |
02:21 |
hoodedice |
v7 and v6, what's the difference? |
02:21 |
VanessaE |
hoodedice: everything |
02:21 |
VanessaE |
literally |
02:21 |
NekoGloop |
one has lots of stone and one is normal |
02:21 |
NekoGloop |
;) |
02:22 |
VanessaE |
the only similarity they share is that most mods work with both, and that they produce terrain :) |
02:22 |
hoodedice |
Voxelmanip |
02:22 |
hoodedice |
Which one? |
02:22 |
VanessaE |
vmanip works in v6 also. |
02:22 |
hoodedice |
comes by default in? |
02:22 |
hoodedice |
7? |
02:22 |
VanessaE |
it's part of the engine in general |
02:22 |
hoodedice |
oh |
02:23 |
hoodedice |
IMO, v7 is better |
02:24 |
NekoGloop |
except stone? :P |
02:24 |
hoodedice |
But should add more plains |
02:24 |
VanessaE |
there will be more biomes |
02:24 |
hoodedice |
Ah, ze stone IST ze best part |
02:24 |
VanessaE |
hmmmm already released a bit of code to give it several standard ones |
02:24 |
hoodedice |
Miles and miles of stone |
02:24 |
hoodedice |
And more stone |
02:24 |
hoodedice |
Wut more can ze want? |
02:24 |
NekoGloop |
glooptest will be adding a selection of biomes as well |
02:25 |
hoodedice |
Mountains are more 'realistic' |
02:25 |
NekoGloop |
primarily, big tall things and flat grassy things |
02:26 |
hoodedice |
Though I'm also getting some sheres here |
02:26 |
hoodedice |
*Spheres |
02:26 |
NekoGloop |
Now if only I could use L-system with decorations :P |
02:27 |
VanessaE |
soon, I'm sure |
02:27 |
NekoGloop |
I'd like randomness in my trees |
02:27 |
NekoGloop |
without ten million schematics. |
02:28 |
hoodedice |
Do we have a roadmap? |
02:28 |
NekoGloop |
... roadmap? |
02:28 |
VanessaE |
does the output of minetestmapper count? ;P |
02:28 |
VanessaE |
but yes, sorta |
02:29 |
VanessaE |
http://dev.minetest.net/TODO |
02:29 |
VanessaE |
about as close to a roadmap as I can think of |
02:33 |
hoodedice |
Looks like 0.4.8 will be mostly magen changes? |
02:33 |
hoodedice |
*Mapgen |
02:33 |
VanessaE |
nope: http://dev.minetest.net/Changelog |
02:35 |
hoodedice |
Added weather support |
02:35 |
hoodedice |
... |
02:36 |
hoodedice |
The last time I checked the weather mod, it was snowing in the desert |
02:36 |
hoodedice |
sand desert |
02:36 |
hoodedice |
Clean up rendering code a bit <--- If I'm right, the fix was to hardcode the value of e |
02:37 |
hoodedice |
Can't you hardcode other values too? |
02:37 |
NekoGloop |
maybe it's just really white sand falling from the sky because giants were playing in the sand. |
02:37 |
hoodedice |
Black snowflakes too |
02:37 |
hoodedice |
-.- |
02:37 |
NekoGloop |
don't be racist man! |
02:40 |
hoodedice |
Girl jokes are bad |
02:40 |
hoodedice |
Perios |
02:40 |
hoodedice |
*Period |
02:41 |
sdzen |
goodnight increasingly fetid faggots! |
02:41 |
|
sdzen left #minetest |
02:42 |
|
kaeza joined #minetest |
03:09 |
hoodedice |
... |
03:14 |
MinetestBot |
GIT: celeron55 commited to minetest/minetest: Don't freak out when a client sends multiple TOSERVER_INIT packets; also log one thing more. 35c5ccfad3 2013-08-07T20:11:43-07:00 http://git.io/Mmhdjg |
03:24 |
|
bas080 joined #minetest |
03:32 |
|
YoungDerp joined #minetest |
03:37 |
* NekoGloop |
pokes YoungDerp |
03:41 |
Kacey |
there... |
03:42 |
* Kacey |
wants to know who (or what) keeps using his nick... |
03:42 |
NekoGloop |
http://i.imgur.com/3679xB3.png ~ |
03:43 |
NekoGloop |
That used to be dirt but I applied like a million effects to it. |
03:44 |
kaeza |
may be useful for... something |
03:44 |
NekoGloop |
rocks! |
03:45 |
VanessaE |
ok, my server needs some testing again |
03:45 |
VanessaE |
anyone wanna connect and see if it works right? :) |
03:45 |
VanessaE |
c55 pushed a change he believes will correct the connection bug |
03:52 |
NekoGloop |
So why does everyone assume that "coder" = "ubergenius who can look at a terminal and immediately know what to type"? |
03:52 |
VanessaE |
kaeza: still connecting/downloading? |
03:53 |
VanessaE |
NekoGloop: two words. War Games. |
03:53 |
VanessaE |
that damn movie kinda set the standard for the "computer geek who knows it all" |
03:53 |
Kacey |
and how come everyone on XBL is a "hacker""? |
03:54 |
NekoGloop |
heh... Well, looks like the best solution here is to nuke the glooptest repo, because git is a derp |
03:54 |
VanessaE |
why nuke it? |
03:54 |
VanessaE |
what went wrong? |
03:55 |
NekoGloop |
because it seems to not realize that this is an edit of the latest commit, not the second-to-latest? |
03:55 |
NekoGloop |
aka detached head |
03:55 |
VanessaE |
ohh |
03:55 |
NekoGloop |
I can't fucking figure out what it wants me to do. |
03:56 |
NekoGloop |
I can't commit nor roll back my local copy. |
03:56 |
VanessaE |
when shit like that happens, I make a copy of the repo, git reset --hard to the last good commit, then copy everything over manually and commit again |
03:57 |
NekoGloop |
It's just stupid because it literally gives me no options for any actions. |
03:58 |
|
kaeza joined #minetest |
03:58 |
* NekoGloop |
prepares the anti-repo cannon |
03:58 |
kaeza |
VanessaE, yes, it did connect |
03:58 |
VanessaE |
you timed out though. crash? |
03:58 |
VanessaE |
oh, ping timeout |
03:58 |
kaeza |
blame the modem |
03:58 |
VanessaE |
stupid wireless :) |
03:58 |
kaeza |
:P |
03:59 |
kaeza |
I jusy noticed connection becomes less stable as CPU load increases |
03:59 |
kaeza |
well, duh |
03:59 |
VanessaE |
winmodem? |
03:59 |
kaeza |
just* |
03:59 |
kaeza |
nope |
04:00 |
VanessaE |
huh |
04:00 |
VanessaE |
just a shitty driver :) |
04:00 |
kaeza |
it only came with Windows drivers, but my nephew has the same model for his OLPC |
04:01 |
kaeza |
(somebuntu) |
04:01 |
NekoGloop |
https://github.com/GloopMaster/glooptest yay |
04:01 |
VanessaE |
Sugar or something? I forget the name of that branch |
04:01 |
kaeza |
no, it's regular Ubuntu (I think XUbuntu) |
04:02 |
NekoGloop |
the repo works now yay |
04:02 |
VanessaE |
oh ok |
04:02 |
NekoGloop |
(it also says 1 commmit. Minor side-effect.) |
04:03 |
kaeza |
I has to configure this thing manually, but not sure if I did it well :| |
04:03 |
kaeza |
so far it works........most of the time :P |
04:03 |
VanessaE |
heh |
04:04 |
NekoGloop |
It's not like anyone but me made commits anyway |
04:04 |
NekoGloop |
or like anyone but me plays with the mod :l |
04:04 |
VanessaE |
NekoGloop: glooptest is your baby, no one can maintain it but you :) |
04:04 |
kaeza |
I do use it |
04:04 |
VanessaE |
and it IS on my server after all |
04:04 |
kaeza |
or at least gloopores :D |
04:04 |
NekoGloop |
heh |
04:05 |
NekoGloop |
http://www.youtube.com/watch?v=HDAFivGsKX4 I love this song |
04:05 |
NekoGloop |
!title |
04:05 |
MinetestBot |
NekoGloop: [♪] Portal - Making Science - YouTube |
04:06 |
NekoGloop |
Goddammit |
04:06 |
NekoGloop |
Github put shit all over my files. |
04:08 |
kaeza |
o.O |
04:09 |
NekoGloop |
Oh just ignore me. |
04:09 |
VanessaE |
haha |
04:10 |
NekoGloop |
Everyone else does :P |
04:10 |
NekoGloop |
Is this uglyass stone biome hardcoded to always be active? :P |
04:11 |
kaeza |
random: this is the guy: http://repositorio2.masoportunidades.com.ar/ARG01/62/10/10333326/fotos//10333326_3_2012414_20_19_45.jpg |
04:11 |
VanessaE |
mgv7? that's the default biome is all |
04:11 |
kaeza |
wanted dear or alive |
04:11 |
kaeza |
dead* |
04:11 |
NekoGloop |
VanessaE, I have like 5 biomes registered, why is it still generating? |
04:11 |
VanessaE |
dunno |
04:12 |
VanessaE |
maybe it has to be overridden by another biome def or something? |
04:12 |
NekoGloop |
Maybe. Which means I'm probably going to have to hunt through c++ to find out what the hell they called it. |
04:13 |
VanessaE |
it'll be defined in a .lua file somewhere |
04:14 |
NekoGloop |
ooooo, hold on... |
04:14 |
NekoGloop |
es_BiomeTerrainType[] what's that? |
04:15 |
kaeza |
an array |
04:16 |
VanessaE |
derp :) |
04:16 |
NekoGloop |
I know that -_- |
04:16 |
NekoGloop |
What are it's contents relevant to? |
04:17 |
kaeza |
dunno :P |
04:17 |
VanessaE |
well, obviously the terrain type for a particular biome, duh ;) |
04:25 |
|
AndrewPH joined #minetest |
04:39 |
|
hoodedice joined #minetest |
04:47 |
hoodedice |
Jordach |
04:47 |
VanessaE |
...is probably asleep. |
04:48 |
hoodedice |
Which software does he use to do this: |
04:49 |
hoodedice |
https://forum.minetest.net/viewtopic.php?id=6270 |
04:49 |
hoodedice |
!title |
04:49 |
MinetestBot |
hoodedice: More skins for mods that use custom skins. (Page 1) — Texture Packs — Minetest Forums |
04:49 |
hoodedice |
And, you, Vanessae ? |
04:49 |
VanessaE |
probably just a Minecraft skin editor. |
04:49 |
VanessaE |
I don't make skins myself |
04:49 |
VanessaE |
but if I did, I'd do the same |
04:49 |
hoodedice |
Not asleep? You must be Asian -.- |
04:49 |
VanessaE |
oh, nope |
04:49 |
VanessaE |
it's only 12:49 am here. |
04:50 |
hoodedice |
ONLY |
04:50 |
VanessaE |
yup |
04:51 |
VanessaE |
my usual bedtime is anywhere from 1 am to about 5 am |
04:51 |
* VanessaE |
<-- nightowl |
04:51 |
hoodedice |
Girls. |
04:51 |
]DMackey[ |
Yup, Agreed Vanessa |
04:51 |
hoodedice |
How do they not sleep =.= |
04:51 |
VanessaE |
ah, he IS alive. |
04:51 |
VanessaE |
morning Dan |
04:51 |
]DMackey[ |
Easy, find something interesting, Screw sleep |
04:52 |
]DMackey[ |
I home with my wife, taking care of her, she has Stage 4 lung cancer, doctor gave her less than 6 months. |
04:52 |
VanessaE |
oh man :( |
04:53 |
hoodedice |
mmm |
04:53 |
]DMackey[ |
She had 2 strokes, Right side leg/arm are almost useless and her speech is real hard to understand |
04:53 |
]DMackey[ |
right now she sleeps a lot, not eating or barly drinking |
04:53 |
VanessaE |
damn |
04:53 |
]DMackey[ |
things have been rough for sure. |
04:54 |
]DMackey[ |
I have my Asus Transformer tablet as an IP Webcam, I can watch her while I'm in the C=Dungeon here |
04:57 |
|
neko259 joined #minetest |
04:59 |
VanessaE |
ok, time to get to bed. |
04:59 |
VanessaE |
night all |
04:59 |
kaeza |
night V |
05:01 |
VanessaE |
bbl |
05:01 |
Kacey |
11:01 pm here... |
05:02 |
Kacey |
i should probably go to sleep... but the internet says no |
05:03 |
|
Wuzzy2 joined #minetest |
05:04 |
hoodedice |
Yes |
05:04 |
hoodedice |
10:30. I should go too |
05:04 |
hoodedice |
But then again |
05:04 |
hoodedice |
10:30 AM. |
05:05 |
* Kacey |
is off to sleep now |
05:14 |
|
rsiska joined #minetest |
06:06 |
|
khor joined #minetest |
06:13 |
kaeza |
ok, time to sleep; night all |
06:25 |
VanessaE |
meh, can't sleep. |
06:26 |
|
mirda joined #minetest |
06:29 |
|
reactor joined #minetest |
06:33 |
|
urban joined #minetest |
07:15 |
|
Calinou joined #minetest |
07:47 |
|
Weedy_lappy joined #minetest |
07:55 |
|
smoke_fumus joined #minetest |
07:57 |
|
PenguinDad joined #minetest |
07:58 |
PenguinDad |
Good Morning and happy world cats day! |
08:04 |
|
Shifty_ joined #minetest |
08:22 |
|
urbanizator joined #minetest |
08:30 |
|
smoke_fumus joined #minetest |
08:40 |
sfan5 |
!op |
08:40 |
|
Topic for #minetest is now http://minetest.net | NEWS: Minetest 0.4.7 released | RULES: be patient, respect other users, here and in other channels | CORE DEVS: #minetest-dev | SERVERS: http://minetest.net/servers | IRC LOGS: http://irc.minetest.ru/minetest/ | WIKI: http://wiki.minetest.net | Today: World Kitten day! |
08:40 |
sfan5 |
!deop |
08:48 |
|
Calinou joined #minetest |
08:49 |
reactor |
Pwned. |
08:50 |
JamesTait |
Good morning all, happy Happiness Happens Day! :-D |
08:57 |
|
iqualfragile joined #minetest |
08:58 |
reactor |
Shit happens, happiness doesn't. |
09:02 |
|
aheinecke joined #minetest |
09:02 |
svuorela |
!op |
09:03 |
|
smoke_fumus joined #minetest |
09:03 |
PenguinDad |
!title http://no.pe |
09:03 |
MinetestBot |
PenguinDad: nope.avi |
09:05 |
|
smoke_fumus joined #minetest |
09:13 |
* sfan5 |
puts a kitten on PenguinDad's head |
09:14 |
* Calinou |
puts Rainbow Dash on sfan5's head |
09:15 |
sfan5 |
yeeeeeeeey |
09:15 |
sfan5 |
I need a button for that7 |
09:15 |
sfan5 |
-7 |
09:16 |
* sfan5 |
puts Derpy Hooves on Calinou's head |
09:17 |
* sfan5 |
puts Rainbow Dash on ShadowBot's head |
09:17 |
|
jin_xi joined #minetest |
09:21 |
* PenguinDad |
puts Fluttershy on MinetestBot's head |
09:22 |
* MinetestBot |
puts Pinkie Pie on PenguinDad's head |
09:31 |
|
nyuszika7h joined #minetest |
09:35 |
|
proller joined #minetest |
09:43 |
|
NekoGloop joined #minetest |
09:44 |
NekoGloop |
World Kitten day~ |
09:55 |
sfan5 |
face palm |
09:55 |
sfan5 |
biggest f**king facepalm |
09:57 |
sfan5 |
http://i.imgur.com/fZD5jpR.png |
09:59 |
PenguinDad |
sfan5: i have seen that *facepalm* |
10:01 |
|
jemadux joined #minetest |
10:02 |
|
TheLastProject joined #minetest |
10:07 |
|
Jordach joined #minetest |
10:10 |
|
drizz joined #minetest |
10:11 |
NekoGloop |
I've stopped looking at offtopic |
10:12 |
* Jordach |
laughs |
10:14 |
Jordach |
brb |
10:15 |
|
Exio joined #minetest |
10:21 |
NekoGloop |
VanessaE, perhaps you should edit the gloopblocks post to reflect my changes that I made forever ago. |
10:23 |
Jordach |
NekoGloop, she's forked gloopblocks |
10:24 |
NekoGloop |
I've noticed. |
10:24 |
NekoGloop |
https://github.com/VanessaE/gloopblocks/commit/d230811872e1a1e95a943d24048e52ca8bac7606 *cough* |
10:28 |
NekoGloop |
http://www.youtube.com/watch?v=HDAFivGsKX4 ~ |
10:30 |
|
q66 joined #minetest |
10:39 |
thexyz |
> what is a text editor |
10:39 |
thexyz |
https://forum.minetest.net/viewtopic.php?pid=104330#p104330 |
10:40 |
* Jordach |
sounds the idiot alarm |
10:40 |
Jordach |
TO THE SHELTERS!! |
10:40 |
thexyz |
we should add to the rules: "shitposting is disallowed" |
10:43 |
Jordach |
my minetest just went up shit creek |
10:43 |
Jordach |
blocks dug kept their appearance even though i dug them |
10:46 |
|
Semilevel joined #minetest |
10:46 |
|
cisoun joined #minetest |
10:52 |
|
kag joined #minetest |
10:55 |
|
Ipos joined #minetest |
10:57 |
* Jordach |
puts a kitten on MinetestBot's head |
10:57 |
* MinetestBot |
puts Fluttershy on Jordach's head |
10:57 |
* Jordach |
throws a kitten at MinetestBot |
10:57 |
MinetestBot |
meow |
10:58 |
sfan5 |
!op |
11:00 |
Jordach |
what are you doing sfan5!? |
11:00 |
sfan5 |
I gave him 1 chance |
11:01 |
sfan5 |
!deop |
11:01 |
Jordach |
sfan5:humility(false) |
11:01 |
sfan5 |
!op |
11:02 |
|
GNADev|zRokh joined #minetest |
11:02 |
GNADev|zRokh |
hello friends and other people |
11:03 |
Jordach |
serious case of wtf: i get better fps with HDX D: |
11:04 |
|
Peacock joined #minetest |
11:05 |
PenguinDad |
hi Peacock |
11:05 |
Peacock |
howdy |
11:06 |
GNADev|zRokh |
Jordach, nice :D |
11:06 |
GNADev|zRokh |
i cant even run Minetest, if thats the game your playing :D |
11:07 |
GNADev|zRokh |
i get a OpenGL error, and i cant find the configuration file... |
11:07 |
PenguinDad |
D: |
11:07 |
|
Calinou joined #minetest |
11:07 |
GNADev|zRokh |
when i was on Windows, i could run it but i got like 1-3 FP/S |
11:08 |
sfan5 |
Jordach: can you stream this using VLC? http://sfan5.duckdns.org/video08-08-2013_12.14.mp4 |
11:08 |
* Jordach |
watches it in chrome |
11:09 |
* GNADev|zRokh |
gets stuck at 00:03 |
11:10 |
Jordach |
red eclipse |
11:10 |
Jordach |
?? |
11:11 |
Jordach |
buffering like boss over here |
11:11 |
GNADev|zRokh |
it looks good....like Quake III Arena |
11:11 |
GNADev|zRokh |
:D |
11:11 |
GNADev|zRokh |
lucky sob :D |
11:11 |
GNADev|zRokh |
i wont swear here, because i promised sfan5 that i wont be immature |
11:11 |
GNADev|zRokh |
so i replace them with something |
11:12 |
Calinou |
>Quake III Arena >looks good |
11:12 |
thexyz |
since when swearing is disallowed? |
11:12 |
Calinou |
GNADev|zRokh: swearing isn't immature |
11:12 |
Calinou |
excessive use of it is |
11:12 |
GNADev|zRokh |
it isnt, but i promised sfan5 |
11:13 |
thexyz |
why was you banned? |
11:13 |
sfan5 |
!deop |
11:13 |
GNADev|zRokh |
ok, i wont be like that 7 year old next door that learned the word Swag :D |
11:13 |
GNADev|zRokh |
i use shwag |
11:14 |
* Jordach |
installs RE + Xonotic |
11:14 |
GNADev|zRokh |
thexyz, do you use FTP alot to backup one directory/file alot? |
11:14 |
Calinou |
"alot" isn't a word, it's "a lot" |
11:14 |
GNADev|zRokh |
finger glitched |
11:14 |
GNADev|zRokh |
:D |
11:14 |
GNADev|zRokh |
thumb* |
11:14 |
GNADev|zRokh |
slipped* |
11:14 |
Peacock |
alot alot alot :P |
11:15 |
GNADev|zRokh |
a lot* a lot* a lot* << Grammar Not See |
11:15 |
GNADev|zRokh |
:D |
11:15 |
Peacock |
*knot see |
11:15 |
Peacock |
:P |
11:16 |
GNADev|zRokh |
ok, i stand co-erected... |
11:16 |
GNADev|zRokh |
:D |
11:16 |
GNADev|zRokh |
ok, lets stop this grammar crap... |
11:16 |
GNADev|zRokh |
rap* |
11:16 |
Peacock |
rap is crap with a silent c |
11:17 |
GNADev|zRokh |
true... maybe continue this at pm? |
11:17 |
GNADev|zRokh |
btw, slightly silent c |
11:19 |
thexyz |
GNADev|zRokh: no i don't |
11:19 |
GNADev|zRokh |
ok |
11:20 |
GNADev|zRokh |
how do i set a browser as default for opening links outside of the browser? (eg. IM clients etc.) |
11:20 |
|
PilzAdam joined #minetest |
11:21 |
PilzAdam |
Hello everyone! |
11:21 |
svuorela |
hello pulseaudio |
11:21 |
Peacock |
lol |
11:21 |
* PenguinDad |
puts Fluttershy on PilzAdam's head |
11:22 |
* Jordach |
throws a kitten at PenguinDad |
11:22 |
* Calinou |
puts Rarity on his head |
11:22 |
svuorela |
what's a fluttershy ? |
11:22 |
PenguinDad |
svuorela: My Little Pony |
11:23 |
Jordach |
Jordach:throw_grammar_exception("3RD person must contain 'self, own name' in place of 'his' ") |
11:23 |
Jordach |
Calinou, ^ |
11:23 |
GNADev|zRokh |
:D |
11:23 |
GNADev|zRokh |
nice |
11:24 |
GNADev|zRokh |
whitch bot can !define? |
11:24 |
GNADev|zRokh |
and how. it isnt working |
11:25 |
GNADev|zRokh |
i remember it worked some time ago |
11:25 |
Jordach |
dont abuse the bots |
11:25 |
Jordach |
MinetestBot doesnt deserve that |
11:25 |
PenguinDad |
ShadowBot: !define Witch |
11:25 |
GNADev|zRokh |
doesnt work |
11:26 |
GNADev|zRokh |
Jordach, define repo |
11:26 |
GNADev|zRokh |
.-. |
11:26 |
PilzAdam |
GNADev|zRokh, who unbanned you? |
11:26 |
Jordach |
a git repo is a public place where one can acess a project's code |
11:26 |
GNADev|zRokh |
sfan5 and i promised to behave and not be immature |
11:26 |
GNADev|zRokh |
so far so good |
11:26 |
GNADev|zRokh |
why? |
11:26 |
PenguinDad |
PilzAdam: sfan5 |
11:27 |
Jordach |
omfg |
11:27 |
Jordach |
sfan5, you can put a spoiler in a spoiler |
11:27 |
GNADev|zRokh |
:D |
11:27 |
|
q66 joined #minetest |
11:27 |
GNADev|zRokh |
its like "Are you sure you want to see the spoiler? WARNING: Spoils the fun!" |
11:28 |
Calinou |
tip: use "it's", "what's", "aren't" and all that, don't forget the ' |
11:29 |
Jordach |
http://i.imgur.com/CFjjJ1W.png |
11:30 |
thexyz |
> windows |
11:30 |
GNADev|zRokh |
i was just going to say that :D |
11:30 |
GNADev|zRokh |
windows 7! |
11:30 |
GNADev|zRokh |
beat you to it, didnt i :) |
11:30 |
thexyz |
is yer ' key brokin? |
11:31 |
GNADev|zRokh |
'? no |
11:31 |
GNADev|zRokh |
why? |
11:31 |
GNADev|zRokh |
wait, is it ' or that tilted one, its so tiny i cant tell the difference |
11:31 |
Jordach |
https://forum.minetest.net/viewtopic.php?pid=104649#p104649 |
11:32 |
PenguinDad |
http://xkcd.com/1238/ |
11:32 |
GNADev|zRokh |
rap, im banned... :D |
11:33 |
thexyz |
> You need to be on the forums for a few years. | this is not true and you know it |
11:34 |
PenguinDad |
the long answer is true :) |
11:34 |
Calinou |
GNADev|zRokh: he's on vistza |
11:34 |
Calinou |
-z |
11:34 |
Jordach |
thexyz, VanessaE is an exception |
11:35 |
thexyz |
there's no correlation |
11:35 |
GNADev|zRokh |
oh... |
11:35 |
Calinou |
I registered on august, was made mod in ~november 2011 |
11:35 |
Calinou |
that isn't a few years :P |
11:35 |
Jordach |
lol |
11:35 |
PilzAdam |
can someone ban this troll already: https://forum.minetest.net/viewtopic.php?id=6858 |
11:35 |
* Jordach |
didn't notice |
11:36 |
GNADev|zRokh |
can somebody tell me who that troll be? i cant see, im banned |
11:36 |
GNADev|zRokh |
:D |
11:36 |
Jordach |
moved to trash |
11:36 |
GNADev|zRokh |
Jordach, who was it? |
11:36 |
Jordach |
some dude |
11:36 |
Jordach |
asking random questions |
11:36 |
GNADev|zRokh |
oh :D |
11:37 |
GNADev|zRokh |
in HTML, how to make a table row, <tr></tr> ? |
11:37 |
Jordach |
GNADev|zRokh, GOOGLE.COM |
11:37 |
Jordach |
or #html |
11:37 |
GNADev|zRokh |
ok |
11:37 |
Jordach |
ask minetest related questions here |
11:37 |
* PilzAdam |
slaps Jordach with ixquick.com |
11:37 |
Jordach |
not fucking html |
11:38 |
Jordach |
* Calinou slaps PilzAdam with startpage.com |
11:38 |
Jordach |
^ Calinou |
11:38 |
* PilzAdam |
slaps Calinou with startmail beta |
11:38 |
* Jordach |
slaps PilzAdam with viewskew.com mail |
11:38 |
|
Jousway joined #minetest |
11:38 |
Jordach |
(thunderbird ftw) |
11:38 |
PilzAdam |
lol, markv joined #-dev with a webclient |
11:39 |
Jordach |
noob |
11:39 |
Jordach |
plol |
11:39 |
PenguinDad |
plol too |
11:39 |
Jordach |
"plol" is our thing now |
11:39 |
Calinou |
I watch it for the plol |
11:40 |
Jordach |
plol = physical lol |
11:40 |
PilzAdam |
Jordach, and who invented it? ;-) |
11:40 |
Jordach |
sfan5, can you take a byte out of crime |
11:40 |
* GNADev|zRokh |
is unable to plol due to not having a physical :) |
11:41 |
Jordach |
^ robot |
11:41 |
Jordach |
robots can only say lol |
11:41 |
GNADev|zRokh |
yeah, pretty much |
11:41 |
PenguinDad |
or ghost |
11:41 |
GNADev|zRokh |
im a bot |
11:41 |
Jordach |
!!op |
11:41 |
GNADev|zRokh |
made in lua |
11:41 |
Jordach |
we dont want your damn bot wars again |
11:41 |
GNADev|zRokh |
with the Minetest API |
11:42 |
Jordach |
> i cant even run Minetest, if thats the game your playing :D |
11:42 |
Jordach |
rather funny |
11:42 |
GNADev|zRokh |
yes, you cant run minetest inside minetest |
11:43 |
GNADev|zRokh |
when i was a bot on Windows then i was made in Java |
11:43 |
GNADev|zRokh |
i was re-programmed, but not restarted |
11:44 |
* GNADev|zRokh |
is Trolling like its hot, trolling like its hot, trolling like its hot |
11:46 |
Jordach |
!op |
11:46 |
Jordach |
careful. |
11:46 |
GNADev|zRokh |
me? |
11:46 |
Jordach |
* GNADev|zRokh is Trolling like its hot, trolling like its hot, trolling like its hot <- specifically |
11:46 |
* GNADev|zRokh |
is away |
11:47 |
* GNADev|zRokh |
is creating a python program |
11:47 |
Calinou |
cool story |
11:47 |
Jordach |
bro* |
11:47 |
Calinou |
ny* |
11:47 |
Jordach |
-ny* |
11:47 |
GNADev|zRokh |
no, really, i'll give you the code when its done |
11:48 |
Jordach |
it will never beat MinetestBot or ShadowBot; period |
11:48 |
Calinou |
what is it useful for? |
11:48 |
GNADev|zRokh |
how did you know, Calinou? |
11:48 |
GNADev|zRokh |
Jordach* |
11:48 |
GNADev|zRokh |
btw, im making a logging bot for my channel |
11:48 |
Jordach |
> my channel |
11:48 |
GNADev|zRokh |
yes |
11:48 |
Calinou |
as if there wasn't any logging bots available |
11:48 |
GNADev|zRokh |
#gnadev |
11:48 |
Jordach |
sounds like a ##channel |
11:49 |
GNADev|zRokh |
what? no |
11:49 |
Calinou |
I suggest not reinventing the wheel |
11:49 |
thexyz |
actually, are there any logging bots that don't suck? |
11:49 |
Jordach |
!g xkcd standards |
11:49 |
MinetestBot |
Jordach: http://xkcd.com/927/ |
11:49 |
Calinou |
thexyz: yours? |
11:49 |
Jordach |
^ that |
11:49 |
Calinou |
it seems to work pretty well |
11:49 |
GNADev|zRokh |
what if i go back to the past (before it was invented) and then invent it :D |
11:49 |
thexyz |
well no |
11:49 |
GNADev|zRokh |
out of iron |
11:49 |
* PilzAdam |
celebrates the World Kitten Day |
11:49 |
thexyz |
it doesn't log quits |
11:49 |
Calinou |
usually not important |
11:50 |
thexyz |
also it sometimes produces invalid xml |
11:50 |
thexyz |
though it may be server-related stuff |
11:50 |
GNADev|zRokh |
my bot will only log what people say |
11:51 |
GNADev|zRokh |
and upload it to the internet every 5 minutes |
11:51 |
GNADev|zRokh |
:D |
11:51 |
Calinou |
thexyz's logging bot seems to upload it real time |
11:51 |
GNADev|zRokh |
python+bash |
11:51 |
thexyz |
and nickname colorization sucks as well |
11:51 |
GNADev|zRokh |
ok, every 5 seconds? |
11:51 |
* Jordach |
waves at Calinou |
11:51 |
Jordach |
RE |
11:51 |
Jordach |
+? |
11:51 |
* GNADev|zRokh |
waves at Akon |
11:52 |
Calinou |
only insta... |
11:52 |
thexyz |
and copypasting sucks as well |
11:52 |
Calinou |
well play.redeclipse.net has non-insta |
11:52 |
Jordach |
insta = ffs |
11:52 |
Calinou |
join play.redeclipse.net then |
11:53 |
* Jordach |
waits for installer |
11:53 |
thexyz |
and it doesn't inline pictures =( |
11:53 |
thexyz |
nor does it inline youtube |
11:54 |
thexyz |
so there're plenty of features to implement |
11:54 |
thexyz |
but yeah, there are logging bots that are much worse |
11:55 |
Calinou |
inline? |
11:55 |
Calinou |
well, you can just open it in new tab |
11:55 |
sfan5 |
!op |
11:56 |
thexyz |
Calinou: yeah, but that'd be a nice feature, don't you think? |
11:56 |
thexyz |
also, timezones, good search, real-time updates |
11:56 |
Calinou |
it would, but it's not necessary |
11:57 |
Jordach |
Calinou, wait a few mins; xonotic is finishiong |
11:57 |
Jordach |
-o |
11:57 |
thexyz |
it's also really mobile-unfriendly |
11:58 |
thexyz |
that was RE: reinventing the wheel |
11:58 |
Peacock |
why would people need to check the irc logs if theyre out having a life? lol |
11:59 |
Peacock |
or is it for people using their mobiles at home? |
11:59 |
Calinou |
Peacock: development purposes and such |
12:00 |
Peacock |
until we get a mobile version of minetest, seems like a mobile version of anything else minetest is kinda superfluous |
12:00 |
Calinou |
no? |
12:00 |
Calinou |
and then you say "open source purists keep saying "we don't need that""? :P |
12:00 |
thexyz |
that makes no sense |
12:00 |
Peacock |
well, i suppose if you really do need to be kept up to date on the go of the latest dist-war XD |
12:01 |
Peacock |
they need to implement useful features *everyone* uses, not obscure ones :p |
12:02 |
|
Evergreen joined #minetest |
12:02 |
Evergreen |
Today is world kitten day! :O |
12:02 |
Peacock |
but that's yesterday's discussion lol |
12:02 |
Evergreen |
*meow* |
12:03 |
Calinou |
Peacock: features you think they're obscure may be useful for some people |
12:03 |
Peacock |
(and stuff everyone wants but are hard to implement they claim no one needs :P) |
12:03 |
Evergreen |
Where is NekoGloop when you need hi,... |
12:03 |
Evergreen |
*him |
12:03 |
NekoGloop |
NO NEED TO FEAR! |
12:03 |
Peacock |
throw some kittens, he should show up |
12:03 |
Calinou |
well, implement the complicateds tuff then :p |
12:03 |
Evergreen |
:D |
12:04 |
NekoGloop |
NEKOGLOOP IS HERE! |
12:04 |
Evergreen |
x) |
12:04 |
NekoGloop |
Alright whaddya need |
12:04 |
Evergreen |
Hey NekoGloop , it's world kitten day |
12:04 |
Peacock |
i would, but then they'd say its not libre enough (or whatever buzzword theyll be using) |
12:04 |
NekoGloop |
I noticed |
12:04 |
Evergreen |
This is your day, since you are a cat of course |
12:05 |
NekoGloop |
Indeed. |
12:05 |
NekoGloop |
You shall all treat me with respect. |
12:05 |
* Evergreen |
bows to NekoGloop |
12:05 |
NekoGloop |
:3 |
12:06 |
PilzAdam |
NekoGloop, ><((((º> for you, since today is kitten day |
12:06 |
NekoGloop |
Ooo, another fishy |
12:06 |
* NekoGloop |
eats |
12:07 |
NekoGloop |
https://forum.minetest.net/viewtopic.php?pid=104647#p104647 |
12:08 |
thexyz |
there are too many people using minetest logo as an avatar |
12:08 |
thexyz |
why? |
12:09 |
Peacock |
we need more mt logos :p |
12:09 |
Jordach |
because PulseAudio |
12:09 |
Peacock |
(diff ones) |
12:09 |
thexyz |
rotated, mirrored, skewed |
12:10 |
Peacock |
and more voxely XD |
12:10 |
Peacock |
theres a gimp filter for that lol |
12:10 |
Jordach |
s/gimp/app |
12:10 |
Jordach |
s/filer/ / |
12:10 |
GNADev|zRokh |
im going away for a little while, be back soon... |
12:10 |
|
GNADev|zRokh left #minetest |
12:11 |
Evergreen|Idle |
You're right, we need a couple more logos |
12:11 |
Evergreen |
The one we have is very good, but it seems to be the only thing representing minetest |
12:12 |
Evergreen |
Therefore: It is overused |
12:12 |
Jordach |
Fun Fact: i wrote a tiny mod for my Logo Map |
12:12 |
Evergreen |
What is the mod? Air blocks that hold the water? |
12:12 |
Jordach |
mhm and a cooking recipe to make coal |
12:12 |
Evergreen |
From tree logs? |
12:12 |
Jordach |
yes |
12:12 |
Evergreen |
Ah, ok |
12:13 |
Jordach |
0.4.7 + that map = the usual skyblock experience |
12:13 |
Evergreen |
That would be useful |
12:13 |
Evergreen |
I'll have to start sruvival on there, it looks like fun |
12:13 |
Evergreen |
*survival |
12:13 |
Jordach |
Evergreen, go find the hidden chest which contains lava for the cobble generator |
12:14 |
Evergreen |
Okay, I was making it and I put the lava in the cave. |
12:14 |
Jordach |
(i was going to add simple mobs and hide a stone monster in there) |
12:15 |
Jordach |
hm, i could make it more difficult - by adding some shit; eg, mobs: cobblestone monster, dirt monsters etc |
12:15 |
Evergreen |
Ehm Jordach, when I spawned I wasn't on th island |
12:15 |
sfan5 |
Jordach: don't forget to add fish for the kittens |
12:16 |
Evergreen |
You need to add a mod that sets the spawn and respawn point |
12:16 |
sfan5 |
NekoGloop: ><(((((º> for your |
12:16 |
Jordach |
Evergreen, /home |
12:16 |
Jordach |
type it. |
12:16 |
Evergreen |
Ah, thanks |
12:16 |
Jordach |
if you fall off the island: /home |
12:16 |
* NekoGloop |
eats the fishy :3 |
12:16 |
Jordach |
and /sethome to change it |
12:16 |
Evergreen |
No, when I opened the world, I wasn't on the island |
12:16 |
Jordach |
strange |
12:16 |
Evergreen |
I was next to it |
12:17 |
Jordach |
must have been the games 0,0,0 spawning system |
12:17 |
PenguinDad |
Evergreen: i had the same issue |
12:17 |
Jordach |
it's a minetest bug |
12:17 |
Evergreen |
That's what I said, make a mod that spawns you in the right place. |
12:17 |
Jordach |
Evergreen, i cant do that shit. |
12:17 |
Evergreen |
Like the one on my skyblock map |
12:17 |
Jordach |
Evergreen, pass me the code |
12:18 |
Evergreen |
Alright, let me find it on github |
12:18 |
Evergreen |
https://github.com/4Evergreen4/skyblock/blob/master/Skyblock/worldmods/spawn/init.lua |
12:18 |
PenguinDad |
NekoGloop: <°)))>< |
12:19 |
* NekoGloop |
eats the fishy :3 |
12:19 |
sfan5 |
meow |
12:19 |
Evergreen |
It's like christmas for NekoGloop |
12:19 |
NekoGloop |
meow~~~ |
12:19 |
MinetestBot |
NekoGloop: special fish for you ><((((((((((((((((((((((((((((((((º> |
12:19 |
NekoGloop |
protip: cats do not celebrate christmas |
12:19 |
Evergreen |
What do they celebrate then? |
12:20 |
PilzAdam |
Kitten Day |
12:20 |
|
Topic for #minetest is now http://minetest.net | NEWS: Minetest 0.4.7 released | RULES: be patient, respect other users, here and in other channels | CORE DEVS: #minetest-dev | SERVERS: http://minetest.net/servers | IRC LOGS: http://irc.minetest.ru/minetest/ | WIKI: http://wiki.minetest.net | Today: World Kitten day! <°)))>< for everykitten! |
12:20 |
Evergreen |
Ofc |
12:20 |
|
Topic for #minetest is now http://minetest.net | NEWS: Minetest 0.4.7 released | RULES: be patient, respect other users, here and in other channels | CORE DEVS: #minetest-dev | SERVERS: http://minetest.net/servers | IRC LOGS: http://irc.minetest.ru/minetest/ | WIKI: http://wiki.minetest.net | Today: World Kitten day, <°)))>< for everykitten! |
12:20 |
sfan5 |
!deop |
12:20 |
Evergreen |
Yay for sfan5 |
12:21 |
Evergreen |
I still just creative'd my way back on to the island, so it's fine. |
12:21 |
Jordach |
Evergreen, license of the code |
12:22 |
Evergreen |
WTFPL, I don't really care about it |
12:22 |
Evergreen |
:P |
12:23 |
sfan5 |
s/WTFPL/Kitten License/ |
12:23 |
|
bas080 joined #minetest |
12:24 |
thexyz |
sfan5: by the way, you can make your bot to perform those substitutions |
12:24 |
sfan5 |
thexyz: yes, ik but ShadowBot had that feature and it was annoyibg |
12:25 |
sfan5 |
*annoying |
12:25 |
Jordach |
Evergreen, map upload updated with your code: it spawns you beside the tree |
12:25 |
Jordach |
nice and safely. |
12:25 |
Evergreen |
Okay |
12:25 |
thexyz |
oh |
12:25 |
Evergreen |
Good |
12:25 |
thexyz |
didn't work |
12:26 |
thexyz |
i find it interesting that people on this channel are so easily annoyed by stuff like that |
12:26 |
Jordach |
dafuq |
12:26 |
Jordach |
i was holding shift while clearing the leaves in a clone of the map: i fall off and land in the cave below |
12:27 |
thexyz |
but exactly the same people think it's ok for someone to !op !deop all the day and !c !c !c … |
12:29 |
sfan5 |
someone look at this https://code.google.com/p/v8/issues/detail?id=2828 |
12:31 |
PilzAdam |
google link -> nope.avi |
12:31 |
sfan5 |
godamnit pilz |
12:31 |
sfan5 |
its a bug report for v8 |
12:32 |
Evergreen |
IF it makes any of you happy, I updated firefox to only use DuckDuckGo |
12:32 |
thexyz |
what've you done to pa |
12:41 |
* NekoGloop |
sits in sfan5's lap |
12:42 |
* sfan5 |
puts Rainbow Dash on NekoGloop's head |
12:42 |
* NekoGloop |
dies |
12:42 |
* PilzAdam |
revieves NekoGloop |
12:42 |
* NekoGloop |
redies |
12:43 |
* PilzAdam |
repeats |
12:43 |
* NekoGloop |
reredies |
12:43 |
* PilzAdam |
repeats |
12:43 |
PilzAdam |
no kitten dies on Kitten Day |
12:44 |
* Evergreen |
picks up NekoGloop and throws him in a tub of fish |
12:44 |
sfan5 |
feeeeewwssssshhh |
12:44 |
NekoGloop |
I'm so ALIVE~ |
12:44 |
* NekoGloop |
eats all the fish |
12:46 |
Evergreen |
This certainly has been an invigorating day for NekoGloop so far |
12:46 |
NekoGloop |
:3 |
12:46 |
* sfan5 |
buys a kitten and throws it at NekoGloop |
12:46 |
NekoGloop |
except in reality I'm sitting here hungry. |
12:47 |
Evergreen |
Lol |
12:47 |
Jordach |
Evergreen, PilzAdam: wanna do a co-op on the Logo map? |
12:47 |
sfan5 |
Jordach: and you record it and post it as a video? |
12:47 |
Evergreen |
You mean as in playing it, or as in working on it |
12:47 |
Jordach |
playing: i can copy the map |
12:47 |
|
hoodedice joined #minetest |
12:48 |
Jordach |
if it matters: should i use the most recent build of minetest |
12:48 |
hoodedice |
So... |
12:48 |
Evergreen |
Well, I already started survival on the map, but I suppose it could work |
12:48 |
PilzAdam |
Jordach, maybe |
12:48 |
Jordach |
i've turned my own map into a flat land |
12:48 |
Evergreen |
I can't host though because my internet connection doesn't allow hosting |
12:48 |
Jordach |
Evergreen, i've already port forwarded |
12:48 |
* Jordach |
can do this right now |
12:48 |
Evergreen |
Okay |
12:48 |
* sfan5 |
could do too |
12:48 |
Jordach |
lemme unzip a fresh map |
12:48 |
Evergreen |
SUre, why not |
12:49 |
Evergreen |
I know where the secret chest is now |
12:49 |
Evergreen |
It isn't that hard to find |
12:49 |
Jordach |
let's ALL USE the most recent build |
12:49 |
Evergreen |
Okay, let me go build the most recent one |
12:49 |
Jordach |
Evergreen, but some people would expect it to be on top, like SkyBlock |
12:49 |
Evergreen |
Yop |
12:50 |
NekoGloop |
just let Jordach unzip his pants. |
12:50 |
Jordach |
that's why i hid it |
12:50 |
PilzAdam |
Jordach, I dont have time right now, Ill be back in half and hour or so |
12:50 |
* Jordach |
slaps NekoGloop with some <*))))))))< |
12:50 |
Jordach |
i slapped you with fish |
12:50 |
NekoGloop |
i'm not sure that's a fish |
12:51 |
Jordach |
best i can draw |
12:51 |
Evergreen |
Okay, my bash script is compiling it right now, shouldn't be too long |
12:51 |
sfan5 |
s/*/°/ |
12:51 |
sfan5 |
now it's a fish |
12:51 |
* Jordach |
uses windows so this takes 10 seconds |
12:51 |
PilzAdam |
sfan5, it was a dead fish |
12:51 |
sfan5 |
game:get("fish#dead"):revive() |
12:52 |
sfan5 |
game:get("fish"):give(NekoGloop) |
12:53 |
Evergreen |
Someone should make a mod that gives NekoGloop infinite fish on Kitten Day |
12:53 |
NekoGloop |
I could make that right now :P |
12:54 |
Evergreen |
That's one thing about minetest that would be great in IRL, if you want something, make a mod for it |
12:54 |
sfan5 |
while true game:new("fish"):give(NekoGloop) sleep(2, "sec") end |
12:54 |
|
Wuzzy joined #minetest |
12:55 |
thexyz |
methods chaining! |
12:56 |
hoodedice |
Jordach uses windows so this takes 10 seconds |
12:56 |
hoodedice |
YOU DONT SAY |
12:56 |
sfan5 |
we need a bot that actually has a lua environment with this methods and variables |
12:56 |
sfan5 |
*these |
12:57 |
Jordach |
!up 81.153.31.146 |
12:57 |
MinetestBot |
81.153.31.146:30000 is up (127ms) |
12:57 |
thexyz |
write it |
12:57 |
Jordach |
Evergreen, we are go |
12:57 |
Evergreen |
K, almost done compiling |
12:58 |
thexyz |
btw, what's the reason colors are disabled here? |
12:58 |
Jordach |
i changed my PCs name to NSA Spy so anyone who checks our hub network will lol |
12:59 |
sfan5 |
thexyz: IIRC you disabled them |
12:59 |
Jordach |
huh. i forgot i was good at minetest parkour |
13:00 |
* sfan5 |
is now afk for... dunno some time |
13:00 |
thexyz |
sfan5: well i disabled them because they were disabled before you enabled them |
13:00 |
Evergreen |
Okay, I tried connecting, but it was stuck on the connecting screen |
13:00 |
thexyz |
sfan5: or maybe not? |
13:00 |
Jordach |
thexyz, your sethome works somewhat |
13:00 |
Jordach |
81.153.31.146 <- Evergreen |
13:00 |
Jordach |
!up 81.153.31.146 |
13:00 |
MinetestBot |
81.153.31.146:30000 is up (182ms) |
13:01 |
|
GNA-Live-Logger joined #minetest |
13:01 |
thexyz |
Jordach: why wouldn't it? |
13:01 |
Jordach |
when falling off my skyblock: shit |
13:01 |
|
GNADev|zRokh joined #minetest |
13:01 |
Jordach |
seems to happen |
13:01 |
hoodedice |
Hmm, any way to decrease loding times on item definitons? |
13:01 |
Evergreen |
Loading media... |
13:01 |
hoodedice |
*loading |
13:01 |
GNADev|zRokh |
Jordach, http://gnadev.hj.cx/log |
13:01 |
GNADev|zRokh |
GNA-Live-Logger is logging |
13:01 |
hoodedice |
(Single Player) |
13:01 |
Jordach |
Evergreen, i am also streaming webradio |
13:02 |
GNADev|zRokh |
try it |
13:02 |
Tesseract |
thexyz: I believe it is in freenode's default CMODEs. |
13:02 |
Evergreen |
The media is taking a while to load, I think it will connect though |
13:02 |
hoodedice |
Not media |
13:02 |
thexyz |
Tesseract: yeah, that's true |
13:02 |
GNADev|zRokh |
its in real time :D |
13:02 |
hoodedice |
Item defs |
13:02 |
Jordach |
Evergreen, it does, it needs time as i have 0.3mb upload when using UDP |
13:02 |
GNADev|zRokh |
my bot works as expected |
13:02 |
hoodedice |
Takes 10-15 minutes for me |
13:03 |
GNADev|zRokh |
Jordach, go there, look that my bot works :D |
13:03 |
thexyz |
I wonder if people will misuse them |
13:03 |
GNADev|zRokh |
misuse what. my bot? |
13:03 |
GNADev|zRokh |
it just logs |
13:04 |
* GNADev|zRokh |
test |
13:04 |
GNADev|zRokh |
works with /me to |
13:04 |
thexyz |
colors |
13:04 |
GNADev|zRokh |
its a text file |
13:04 |
GNADev|zRokh |
plain text :D |
13:04 |
thexyz |
also, another feature that's missing in irc logging bots is colors |
13:04 |
thexyz |
i.. think |
13:05 |
GNADev|zRokh |
i dont know... |
13:05 |
Tesseract |
thexyz: I haven't seen it misused yet. If it is we can always disable it. |
13:05 |
GNADev|zRokh |
what color are you thexyz, here i am blue and you are pink-ish |
13:06 |
* Tesseract |
sees the same. Same color algo? |
13:06 |
GNADev|zRokh |
http://imgur.com/gallery/YW6AKiQ :D |
13:07 |
thexyz |
Tesseract: well this channel is *special* |
13:07 |
thexyz |
I won't be surprised |
13:07 |
GNADev|zRokh |
how is this *Special*? |
13:08 |
GNADev|zRokh |
Quote from a guy "My brother used to lock me in the bathroom until I correctly described what his shit looked like." |
13:10 |
GNADev|zRokh |
Im not talking to you, Russia, you took my stuff. |
13:13 |
Jordach |
GNADev|zRokh, careful |
13:13 |
Jordach |
Peacock, i'm running my own server |
13:14 |
Evergreen |
Jordach: The 3D Wielditem mod https://forum.minetest.net/viewtopic.php?id=6407 |
13:15 |
Evergreen |
I hope stu can make that not so hacky so it might be put n the actually game some day |
13:16 |
Evergreen |
*in |
13:16 |
GNADev|zRokh |
by looking at that Sam on the picture with the diamond pickaxe, i actually see how big Sam's head is... GENIUS :D |
13:16 |
Jordach |
Evergreen, reloaded |
13:17 |
GNADev|zRokh |
Jordach, im using ____myass.com as a proxy to view posts :D |
13:17 |
Jordach |
hidemyass.com |
13:17 |
Jordach |
well donre |
13:17 |
Jordach |
done* |
13:18 |
|
Semilevel joined #minetest |
13:18 |
GNADev|zRokh |
i know :D |
13:19 |
GNADev|zRokh |
i wont multi-account, because my ban expires at midnight :D |
13:20 |
GNADev|zRokh |
Jordach, "Although I use Windows, I will probably upgrade to that sometime next year. (Probably one of the Linux Mint series.)" why not sooner? |
13:21 |
Jordach |
Windows 7 is still good 'til 2022 |
13:21 |
GNADev|zRokh |
if you say so.... |
13:22 |
GNADev|zRokh |
Jordach, i compiled Minetest, where is the configuration file? it isnt in /home/zrokh/.minetest or /home/zrokh/.config |
13:22 |
Jordach |
GNADev|zRokh, is it running from it's own directory (eg, downloaded from GIT) |
13:23 |
GNADev|zRokh |
ugh, its in /home/zrokh |
13:23 |
GNADev|zRokh |
was* i deleted it... |
13:24 |
GNADev|zRokh |
ok, im restoring it... |
13:24 |
GNADev|zRokh |
done |
13:26 |
GNADev|zRokh |
i only have minetest.conf.example |
13:26 |
Jordach |
minetest itself will make a conf |
13:26 |
GNADev|zRokh |
where? |
13:26 |
Jordach |
cd .minetest |
13:26 |
iqualfragile |
~/.minetest/minetes.conf |
13:26 |
Jordach |
nano minetest.conf |
13:26 |
GNADev|zRokh |
oh, wait, it actually started |
13:26 |
GNADev|zRokh |
:D |
13:26 |
GNADev|zRokh |
thank you anyway :D |
13:27 |
GNADev|zRokh |
the clouds in the menu act as clouds in game, 3d clouds and stuff like that :D |
13:27 |
GNADev|zRokh |
whats mapgen v6? |
13:28 |
GNADev|zRokh |
and v7 |
13:28 |
Jordach |
v7 is biome based which needs lua definitions of a biome |
13:28 |
Jordach |
v6 is the one with cliffs and shit |
13:28 |
GNADev|zRokh |
oh ok :D |
13:29 |
GNADev|zRokh |
closed as expected :D |
13:33 |
NekoGloop |
glooptest will have biomes~ |
13:33 |
GNADev|zRokh |
hi Neko |
13:34 |
* GNADev|zRokh |
set maximum view distance to 10 |
13:34 |
GNADev|zRokh |
:D |
13:35 |
GNADev|zRokh |
its actually playable :D |
13:36 |
GNADev|zRokh |
can somebody remind me the syntax for minetest.register_item? |
13:36 |
thexyz |
dev.minetest.net |
13:37 |
GNADev|zRokh |
i kinda thought someone was gonna say it, but i was thinking its gonna be PilzAdam... :d |
13:46 |
Peacock |
i got pinged lol |
13:48 |
GNADev|zRokh |
for an ore is ore_scarcity 36*36*36 too rare? |
13:49 |
|
Calinou joined #minetest |
13:49 |
GNADev|zRokh |
Calinou, is ore_scarcity = 36*36*36 too much? |
13:49 |
GNADev|zRokh |
too rare? |
13:50 |
Calinou |
don't know |
13:50 |
GNADev|zRokh |
o.O arent you a modder? |
13:50 |
NekoGloop |
I'm pretty sure that's more of a "all over the fucking place" than a "nonexistant" |
13:50 |
GNADev|zRokh |
oh :D |
13:51 |
GNADev|zRokh |
minetest.replace(stone, ore) |
13:51 |
GNADev|zRokh |
xD |
13:52 |
GNADev|zRokh |
"clust_scarcity Ore has a 1 out of clust_scarcity chance of spawning in a node." |
13:52 |
GNADev|zRokh |
NekoGloop, i dont understand chances so who's right. |
13:52 |
NekoGloop |
Oh. |
13:53 |
GNADev|zRokh |
36*36*36 is rare? |
13:53 |
NekoGloop |
Yeah that's a nonexistant |
13:53 |
GNADev|zRokh |
oh ok :D |
13:53 |
GNADev|zRokh |
how about 20*20*20 |
13:53 |
GNADev|zRokh |
thats less rare, but possible to find :D |
13:53 |
GNADev|zRokh |
its like Emeralds in MC :D |
13:54 |
NekoGloop |
Let me put this into perspective |
13:54 |
NekoGloop |
MT diamonds are 15*15*15 |
13:54 |
NekoGloop |
and 17*17*17 above y=-256 |
13:54 |
|
Prestotron joined #minetest |
13:54 |
Prestotron |
[deleted] |
13:55 |
GNADev|zRokh |
i heard diamonds are too powerful and too common... |
13:55 |
GNADev|zRokh |
so their changed? |
13:55 |
GNADev|zRokh |
i heard it a few versions ago |
13:55 |
NekoGloop |
I heard people are crazy |
13:56 |
GNADev|zRokh |
i heard that too... wait... my mom... i think thats what she said that... |
13:56 |
GNADev|zRokh |
i think thats what she said*** |
13:56 |
Exio |
I'm not crazy! even the wall told me that! |
13:57 |
GNADev|zRokh |
the window is talking a WHOLE other story... |
13:58 |
GNADev|zRokh |
hey, whats the bottom-of-the-world #? |
13:58 |
GNADev|zRokh |
-31000? |
14:00 |
Prestotron |
[deleted] |
14:00 |
GNADev|zRokh |
Jordach, define 'dev' in 'minetest-dev', is it engine dev or modding kind of dev... |
14:00 |
Jordach |
engine |
14:00 |
PenguinDad |
Prestotron: he is here but AFK |
14:00 |
GNADev|zRokh |
Preston, ask your question, WeeMan isnt looking... |
14:00 |
Prestotron |
[deleted] |
14:00 |
GNADev|zRokh |
:D |
14:01 |
GNADev|zRokh |
PenguinDad: what word starts with P and ends with ORN? |
14:02 |
thexyz |
GNADev|zRokh: 36³ means once every block with three dimensions equal to 36 |
14:02 |
GNADev|zRokh |
ugh, please stupid it up a little bit.. |
14:02 |
GNADev|zRokh |
dumb it up |
14:03 |
Prestotron |
[deleted] |
14:03 |
GNADev|zRokh |
ok |
14:03 |
GNADev|zRokh |
is it about WeeMan? |
14:03 |
Prestotron |
[deleted] |
14:03 |
GNADev|zRokh |
it is, isnt it... |
14:03 |
GNADev|zRokh |
i understand |
14:04 |
Prestotron |
[deleted] |
14:04 |
GNADev|zRokh |
ok |
14:04 |
GNADev|zRokh |
thexyz, what is the lowest point on the map, is it -31000? |
14:04 |
sfan5 |
Prestotron: hm? |
14:05 |
GNADev|zRokh |
sfan5 is the lowest point of the world -31000? |
14:05 |
sfan5 |
yes |
14:05 |
GNADev|zRokh |
ok thanks |
14:06 |
PenguinDad |
sfan5 was AFK |
14:07 |
GNADev|zRokh |
is a normal node drawtype a block? |
14:07 |
GNADev|zRokh |
.-. |
14:07 |
Prestotron |
[deleted] |
14:08 |
hoodedice |
!seen hoodedice |
14:08 |
MinetestBot |
hoodedice: hoodedice was last seen at 2013-08-08 13:00:21 UTC on #minetest |
14:08 |
hoodedice |
YAAAAAAAY |
14:08 |
hoodedice |
!seen Peacock |
14:08 |
MinetestBot |
hoodedice: peacock was last seen at 2013-08-08 13:43:57 UTC on #minetest |
14:08 |
Prestotron |
[deleted] |
14:08 |
MinetestBot |
Prestotron: prestotron was last seen at 2013-08-08 14:05:32 UTC on #minetest |
14:08 |
Peacock |
is here |
14:08 |
Prestotron |
[deleted] |
14:09 |
GNADev|zRokh |
sfan5 they are abusing the bot .-. |
14:09 |
PenguinDad |
!seen me |
14:09 |
MinetestBot |
PenguinDad: Sorry, I haven't seen me around. |
14:10 |
hoodedice |
Peacock : server |
14:10 |
Prestotron |
[deleted] |
14:10 |
Exio |
GNADev|zRokh: popcorn |
14:11 |
Peacock |
WW is up |
14:11 |
Peacock |
ah shit im wrong port |
14:11 |
hoodedice |
Not that -.- |
14:11 |
hoodedice |
When will Startest be on again? |
14:12 |
GNADev|zRokh |
!seen myself |
14:12 |
MinetestBot |
GNADev|zRokh: Sorry, I haven't seen myself around. |
14:12 |
hoodedice |
!seen Satan |
14:12 |
MinetestBot |
hoodedice: Sorry, I haven't seen satan around. |
14:12 |
GNADev|zRokh |
Exio: yeah! |
14:12 |
hoodedice |
Indeed. |
14:12 |
|
D1 joined #minetest |
14:12 |
|
NakedFury joined #minetest |
14:12 |
D1 |
hello |
14:12 |
Calinou |
don't abuse the bot |
14:12 |
hoodedice |
k sorry |
14:13 |
D1 |
hey how install mods on Ubuntu ? |
14:13 |
Peacock |
not sure |
14:13 |
hoodedice |
Go to your home folder |
14:13 |
Calinou |
D1: depends on how you installed the game |
14:13 |
Calinou |
but usually, you put them in ~/.minetest/mods |
14:13 |
GNADev|zRokh |
Calinou, do you make mods? |
14:13 |
sfan5 |
GNADev|zRokh: don't annoy people |
14:14 |
Peacock |
im copying projects from startest to WW |
14:14 |
GNADev|zRokh |
i just have a question |
14:14 |
Calinou |
GNADev|zRokh: yes? |
14:14 |
GNADev|zRokh |
what should i put the visual_scale if i want to make a normal block |
14:14 |
hoodedice |
So... |
14:14 |
Calinou |
more blocks, more ores, map tools |
14:14 |
hoodedice |
No more startest? |
14:14 |
Calinou |
GNADev|zRokh: you don't change it |
14:14 |
GNADev|zRokh |
ok... |
14:14 |
GNADev|zRokh |
thanks |
14:14 |
Peacock |
same mods, diff amp |
14:14 |
Peacock |
*diff map |
14:14 |
hoodedice |
OooooK |
14:15 |
GNADev|zRokh |
if i put only 1 texture in tiles, does it go on all the sides? |
14:16 |
PenguinDad |
Yes |
14:16 |
GNADev|zRokh |
ok |
14:16 |
Calinou |
yes |
14:16 |
Peacock |
if you plan oncoming back i can copy your projects over |
14:16 |
D1 |
Calinou thx |
14:17 |
Peacock |
but people put so much crap on the other map before i added protection, it would take too long to clean |
14:18 |
Peacock |
and with a waterworld type map, place/dig ratios would actually be useful |
14:21 |
Peacock |
wanna start giving ppl XP points for building |
14:21 |
Peacock |
(and deduct for spamming thechat lol) |
14:22 |
NekoGloop |
!seen my ass |
14:22 |
MinetestBot |
NekoGloop: Sorry, I haven't seen my around. |
14:22 |
NekoGloop |
lol |
14:22 |
Peacock |
!seen NekoGloops_sweet_can |
14:22 |
MinetestBot |
Peacock: Sorry, I haven't seen nekogloops_sweet_can around. |
14:22 |
Peacock |
must be a white guy :P |
14:27 |
PenguinDad |
!seen Kittens |
14:27 |
MinetestBot |
PenguinDad: Sorry, I haven't seen kittens around. |
14:29 |
GNADev|zRokh |
is it possible to make a texture over the default player? |
14:29 |
GNADev|zRokh |
like its possible to do with nodes |
14:29 |
GNADev|zRokh |
texture1^texture2 |
14:29 |
PenguinDad |
GNADev|zRokh: it is possible |
14:30 |
GNADev|zRokh |
are you sure, have you made any mods lately? |
14:30 |
GNADev|zRokh |
o.O |
14:30 |
GNADev|zRokh |
and if so, then how? |
14:31 |
PenguinDad |
wait |
14:31 |
* NekoGloop |
is http://www.youtube.com/watch?v=HDAFivGsKX4 |
14:32 |
GNADev|zRokh |
no your not! |
14:32 |
NekoGloop |
Yes I am |
14:32 |
GNADev|zRokh |
your WATCHING it, your not actually it :D |
14:32 |
sfan5 |
!op |
14:32 |
GNADev|zRokh |
sfan5, why did you !dp? |
14:32 |
NekoGloop |
Read its title. |
14:32 |
GNADev|zRokh |
op* |
14:32 |
sfan5 |
GNADev|zRokh: because you need to be careful |
14:33 |
GNADev|zRokh |
oo, harry |
14:33 |
NekoGloop |
also you need to learn to english |
14:33 |
GNADev|zRokh |
If i was a core, a good song |
14:33 |
GNADev|zRokh |
were* |
14:33 |
GNADev|zRokh |
Glados is to blame, my favourite from him |
14:33 |
GNADev|zRokh |
.-. |
14:33 |
NekoGloop |
Funny, those two are the one I like the least |
14:34 |
GNADev|zRokh |
!foe NekoGloop |
14:34 |
NekoGloop |
Since it's world kitten day, my word is law. |
14:34 |
NekoGloop |
Meow. |
14:34 |
* GNADev|zRokh |
just added NekoGloop as an enemy |
14:34 |
NekoGloop |
Heathen! |
14:34 |
* sfan5 |
is about to add a ban |
14:34 |
* GNADev|zRokh |
is away (coding) |
14:35 |
PilzAdam |
sfan5, banhammer |
14:35 |
* NekoGloop |
curls up in sfan's lap :3 |
14:35 |
* sfan5 |
puts a kitten on NekoGloop's head |
14:35 |
NekoGloop |
You put a kitten on a kitten on your lap |
14:35 |
NekoGloop |
Seems legit |
14:36 |
* PilzAdam |
puts another kitten on top of the structure |
14:36 |
* sfan5 |
puts Rainbow Dash on PilzAdam's head |
14:36 |
* PilzAdam |
replaces it with Derpy Hooves |
14:37 |
* sfan5 |
puts a kitten on PilzAdam's head |
14:37 |
PilzAdam |
Jordach, I have time now |
14:37 |
* sfan5 |
puts Derpy Hooves on PilzAdam's head |
14:37 |
* sfan5 |
puts Rainbow Dash on PilzAdam's head |
14:37 |
Jordach |
PilzAdam, i was just going to say that |
14:37 |
sfan5 |
PilzAdam: join the IP |
14:37 |
Jordach |
i was going to hl you |
14:37 |
PilzAdam |
what IP? |
14:37 |
GNADev|zRokh |
"(17:35:02) PilzAdam: sfan5, banhammer " why? |
14:37 |
Jordach |
81.153.31.146 |
14:37 |
sfan5 |
<Jordach> !up 81.153.31.146 |
14:40 |
PenguinDad |
GNADev|zRokh: "character.png^overlay.png" |
14:40 |
GNADev|zRokh |
ok |
14:40 |
GNADev|zRokh |
isnt it char.png |
14:41 |
Peacock |
http://s14.postimg.org/i5l53n2rl/screenshot_1583073896.jpg |
14:41 |
|
proller joined #minetest |
14:41 |
GNADev|zRokh |
oh, it isnt... |
14:43 |
PenguinDad |
Peacock: the left tower looks like the bankia tower |
14:43 |
Peacock |
well whatever the leaning tower of madrid is :P |
14:43 |
Peacock |
god knows the montreal stock exchange is no longer a stock exchange lol |
14:46 |
|
proller joined #minetest |
14:46 |
Jordach |
i have 3 other users connected to me Peacock |
14:46 |
Peacock |
mine's not really public right now im migrating buildings from one map to the next |
14:47 |
Peacock |
ugh, why does the lua menu never remember the port? |
14:48 |
sfan5 |
it does |
14:49 |
Peacock |
i set it to 30001 and shutdown properly and when i restart its back to 30000 :/ |
14:49 |
sokomine |
it usually does |
14:52 |
D1 |
how to install texture pack on Ubuntu ? |
14:52 |
Calinou |
D1: put them in ~/.minetest/textures/all |
14:52 |
Jordach |
Calinou, join us |
14:52 |
Jordach |
81.153.31.146 : 30000 |
14:56 |
Tesseract |
Jordach: Minetest skyblock? |
14:57 |
Calinou |
thanks for not having "7" in the IP |
14:57 |
Jordach |
Tesseract, yus |
14:57 |
Jordach |
it's based on the minetest logo used for PilzAdam's and sfan5's avatar |
14:58 |
* Tesseract |
saw it. |
14:58 |
GNADev|zRokh |
Jordach, PenguinDad said it was possible to over-texture the player like its possible with nodes ( texture^texture ) |
14:58 |
GNADev|zRokh |
is it? |
14:58 |
Jordach |
GNADev|zRokh, it is |
14:59 |
GNADev|zRokh |
:o so he wasnt lying... where is it written? |
15:03 |
Jordach |
sfan5, upload the screenshots on post your screenshots |
15:03 |
sfan5 |
Jordach: yes |
15:03 |
GNADev|zRokh |
sfan do you know where is it written, i cant find it... |
15:03 |
GNADev|zRokh |
sfan5* |
15:03 |
sfan5 |
its written in google |
15:05 |
sfan5 |
http://i.imgur.com/40vZ7Cv.png |
15:05 |
sfan5 |
^ Jordach |
15:06 |
sfan5 |
https://forum.minetest.net/viewtopic.php?pid=104671#p104671 |
15:08 |
Peacock |
sweet got oil, lava and water distribution up :-) |
15:09 |
Peacock |
next up: lava furnace, oil-powered workbench |
15:09 |
|
bas080 joined #minetest |
15:09 |
GNADev|zRokh |
dafuq? how can a workbench be oil-powered? |
15:09 |
Peacock |
combustion :p |
15:09 |
Peacock |
have to find some use for oil |
15:10 |
|
rubenwardy joined #minetest |
15:10 |
D1 |
Have error with MOB Framework (when spawn creep) http://rghost.ru/47981930.view |
15:10 |
PenguinDad |
Peacock: how do you made the WaterWorld? |
15:11 |
Peacock |
took a normal map and put water up to y=100 |
15:11 |
Jordach |
Peacock, you dont need anything BETTER than a P4 |
15:11 |
rubenwardy |
Hi all |
15:11 |
Jordach |
that's what my server is running, and i'm getting 30-40fps |
15:12 |
Jordach |
rubenwardy, we're playing the LogoSkyBlock map right now |
15:12 |
Peacock |
how is that related to anything? |
15:12 |
Calinou |
for minetest? you do |
15:12 |
Calinou |
dual core is recommended |
15:12 |
Jordach |
Peacock, six players; self hosted |
15:12 |
Peacock |
okay |
15:12 |
Peacock |
the minute you start running complex mods, monocores ain't enough |
15:13 |
Peacock |
dualcore wasn't even enough for moonrealms |
15:13 |
Peacock |
(another reason i ditched the old map_ |
15:13 |
Peacock |
well not ditched, but put aside |
15:13 |
rubenwardy |
Nice, jordach |
15:15 |
Peacock |
by removing my customized moonrealm i brought the creative inv down to 802 :-) |
15:15 |
Exio |
moonrealm? it should switch to the vmanip |
15:15 |
Peacock |
thats what i was waiting for but its too late now :p |
15:17 |
Exio |
if you use slow mods, even an overclocked 2017 cpu won't help you |
15:18 |
Peacock |
besides with the flooded world you can build either on the water, on the ground (with domes) or underground |
15:19 |
|
proller joined #minetest |
15:20 |
Calinou |
Peacock: mods are never multithreaded |
15:20 |
Peacock |
i never said they were? |
15:20 |
Calinou |
<Peacock> dualcore wasn't even enough for moonrealms |
15:21 |
Peacock |
technically though you can use coroutines |
15:21 |
Peacock |
but that slows the one mod down so the others can process |
15:21 |
Peacock |
so a mod that's already slow wont benefit from it, it just keeps the server from locking up |
15:24 |
Peacock |
and even though mods aren't multithreaded, each of the cores is still newer/more powerful than my p4 lol |
15:29 |
rubenwardy |
This is irrlicht: http://irrlicht.sourceforge.net/forum/viewtopic.php?f=18&t=29496&start=1260#p277693 |
15:29 |
rubenwardy |
Pretty cool screen shot |
15:30 |
Exio4 |
Peacock: it won't use more than one core |
15:30 |
|
iqualfragile_ joined #minetest |
15:35 |
Peacock |
exio4 yes calinou established that |
15:35 |
Peacock |
what i said is, even the *one* core is newer/more powerful than the p4 i have here |
15:36 |
|
GNADev|zRokh joined #minetest |
15:36 |
GNADev|zRokh |
hi im back... |
15:36 |
Exio4 |
if you have a super-amazing single-thread performance, and two cores, or a bit more, MT will see a speed benefit |
15:37 |
Peacock |
overall i think the goal is to get MT's cpu usage down right? |
15:37 |
GNADev|zRokh |
i need some help, every time i try to use GNOME i get an error like "'unable to start session 'gnome'" |
15:37 |
GNADev|zRokh |
sorry for off-topic, but i dont want it to just take space if i cant use it... |
15:38 |
rubenwardy |
Whats the mod that adds minecraft like inventory GUI to minetest (as in skins) |
15:39 |
Calinou |
Exio4: you always see a speed benefit from 2 cores |
15:39 |
Calinou |
the more the better, of course |
15:39 |
GNADev|zRokh |
who set the topic btw? |
15:39 |
Calinou |
GNADev|zRokh: why would you want to use GNOME anyway :P |
15:39 |
Calinou |
/topic |
15:39 |
NekoGloop |
uh... |
15:39 |
NekoGloop |
yay minetest crashed horribly! |
15:39 |
GNADev|zRokh |
idk... trisquel-mini came with LXDE but i want to try out GNOME :D |
15:39 |
GNADev|zRokh |
nice! |
15:40 |
Calinou |
lol, trisquel |
15:40 |
Calinou |
NekoGloop: if you don't provide error logs, noone will be able to help you |
15:40 |
Calinou |
it works like that |
15:40 |
Calinou |
stop complaining about software crashing, start reporting |
15:40 |
NekoGloop |
There are no error logs -_- |
15:40 |
|
Kacey joined #minetest |
15:40 |
Calinou |
console |
15:40 |
Calinou |
start the game in command line |
15:40 |
NekoGloop |
Not when it crashes like this! |
15:40 |
|
Morrolan joined #minetest |
15:40 |
Calinou |
and debug.txt |
15:40 |
Peacock |
even if mt runs on one core, the rest of the system can run on both i imagine |
15:40 |
NekoGloop |
minetest.exe has stopped working |
15:40 |
Calinou |
NekoGloop: use a script that runs it in command line |
15:40 |
Peacock |
(operating system) |
15:41 |
Calinou |
yes, windows is too lazy to give you logs |
15:41 |
Calinou |
Peacock: yes |
15:41 |
rubenwardy |
found it: https://forum.minetest.net/viewtopic.php?id=4001 |
15:41 |
Peacock |
so at least the load is spread out |
15:42 |
NekoGloop |
mapgen v7 seems to ignore the fact I'm telling it to generate this particular biome |
15:42 |
Calinou |
it's not a fun fact |
15:42 |
Calinou |
that's why |
15:43 |
GNADev|zRokh |
whats startx? |
15:43 |
Peacock |
shortcut to naughty videos |
15:43 |
Calinou |
it... starts X. |
15:43 |
Peacock |
or that ^ :p |
15:45 |
GNADev|zRokh |
what is X? |
15:45 |
GNADev|zRokh |
wait... |
15:45 |
GNADev|zRokh |
is it X11 as in LXDE? |
15:46 |
GNADev|zRokh |
why cant i startx when im root? |
15:46 |
GNADev|zRokh |
i did sudo su |
15:46 |
Calinou |
... |
15:46 |
Calinou |
you don't use sudo su |
15:46 |
GNADev|zRokh |
i dont know the su password... |
15:46 |
Calinou |
GNADev|zRokh: instead of doing bad practice repeatedly, I suggest using search engines. |
15:47 |
Calinou |
X11 has nothing to do with LXDE |
15:47 |
Calinou |
Xorg is a display server, LXDE is a DE |
15:47 |
GNADev|zRokh |
ok |
15:47 |
Calinou |
also: this is #minetest -- noone cares |
15:47 |
NekoGloop |
^ |
15:47 |
GNADev|zRokh |
i thought LXDE standed for Lightweight X11 Desktop Environment |
15:47 |
Calinou |
it does |
15:48 |
GNADev|zRokh |
ok |
15:48 |
Exio4 |
GNADev|zRokh: sudo -i |
15:48 |
Exio4 |
sudo su is like doing "if true; then" |
15:49 |
Calinou |
just use "sudo command" |
15:49 |
GNADev|zRokh |
what does sudo -i do? |
15:49 |
GNADev|zRokh |
oh yeah... :D |
15:49 |
Exio4 |
open a shell as root |
15:51 |
|
GNADev|zRokh joined #minetest |
15:52 |
* GNADev|zRokh |
is using Unity on Trisquel |
15:52 |
Jordach |
^ KILL THE TRAITOR |
15:52 |
GNADev|zRokh |
:D |
15:52 |
Jordach |
!!kick GNADev|zRokh |
15:53 |
|
bas080 joined #minetest |
15:53 |
Peacock |
but unity is the librest of the libre |
15:53 |
Jordach |
</trolling> |
15:53 |
Peacock |
free of any intelligent design :P |
15:54 |
|
babyface1031 joined #minetest |
15:54 |
Calinou |
Peacock: suddenly: the HUD |
15:54 |
Calinou |
lets you search in application menus |
15:54 |
Calinou |
as of today, no other DE can do that |
15:54 |
GNADev|zRokh |
waihttp://i.imgur.com/E3uyCr8.png |
15:55 |
Peacock |
i can search for applications using the run dialog (alt f2) |
15:55 |
Peacock |
if i have to search through a specific apps' menus, then they obviously effed up their GUI lol |
15:55 |
Calinou |
I'm talking about application menus |
15:56 |
Peacock |
see above |
15:56 |
Calinou |
not really, find us a way to not use so many menus |
15:56 |
Calinou |
on top of that that requires upstream adoption |
15:56 |
Peacock |
apart from blender and sometimes gimp, i can find my way around most menus |
15:56 |
GNADev|zRokh |
hey, can any of you guys (or ladies) (or cats) tell me a free 2D MMO RPG / 2D RPG game that isnt Battle of Wesnoth? |
15:57 |
Calinou |
since when BoW is 2D? ._. |
15:58 |
Peacock |
tho gimp got alot better when they readded single window mode |
15:58 |
GNADev|zRokh |
its 2.5D |
15:58 |
Calinou |
readded? |
15:58 |
GNADev|zRokh |
what? |
15:58 |
GNADev|zRokh |
oh, is it a game name? |
15:58 |
Peacock |
yep |
15:59 |
GNADev|zRokh |
no it isnt, i googled it... |
15:59 |
NekoGloop |
Why are block placing sounds always played in the left headphone |
15:59 |
Peacock |
broken headphones? (or mono) |
15:59 |
GNADev|zRokh |
bono* |
15:59 |
|
hmmmm joined #minetest |
15:59 |
Calinou |
BoW isn't 2.5D either |
16:00 |
GNADev|zRokh |
what is it then |
16:00 |
GNADev|zRokh |
it isnt 3d |
16:00 |
NekoGloop |
they aren't broken |
16:00 |
GNADev|zRokh |
then its Bono |
16:00 |
kahrl |
GNADev|zRokh: 2D MMORPG? soilnar, though it's down currently |
16:00 |
NekoGloop |
Bono isn't a word. |
16:01 |
PenguinDad |
NekoGloop: i have the same issue |
16:01 |
GNADev|zRokh |
Bono is a name |
16:01 |
sfan5 |
Jordach: what did you do? |
16:01 |
NekoGloop |
This is so going to fuck with my ears |
16:01 |
Jordach |
the server just locked up |
16:01 |
PilzAdam |
Jordach, I cant connect |
16:01 |
Jordach |
it does what VanessaE's server does |
16:02 |
Calinou |
NekoGloop: disable sound :> |
16:02 |
Jordach |
points windows: minetest.exe has stopped working |
16:02 |
|
hoodedice joined #minetest |
16:03 |
hoodedice |
Peacock |
16:03 |
Peacock |
wassup? |
16:03 |
Jordach |
ERR WHAT |
16:03 |
Jordach |
Map Saving is disabled. |
16:03 |
hoodedice |
Server? |
16:03 |
Peacock |
is up |
16:03 |
hoodedice |
(Startest) |
16:03 |
hoodedice |
Is down -.- |
16:03 |
sfan5 |
!server |
16:03 |
MinetestBot |
sfan5: Minetestâ¤Ru | minetest.ru | Clients: 0/100, 4 | Version: 0.4.7 | ping: 0.103 |
16:03 |
sfan5 |
!server players:most |
16:03 |
MinetestBot |
sfan5: LandRush Server | 192.95.62.241:31000 | Clients: 18/20, 19 | Version: 0.4.7 | ping: 0.201 |
16:03 |
Peacock |
that one is yeah |
16:04 |
Peacock |
im switching to waterworld |
16:04 |
Peacock |
and i cant run two servers since i only have one minetest.conf |
16:04 |
hoodedice |
LAndrush is damn complicated |
16:04 |
Peacock |
and easy to grief with protector blocks lol |
16:04 |
hoodedice |
So startest is goner? |
16:04 |
sfan5 |
Peacock: --config <path-to-config-file> |
16:04 |
GNADev|zRokh |
so, theres a chocolate called Nuss, and i bet if you translate it from Estonian to your language you will LMAO |
16:04 |
Jordach |
!up 81.153.31.146 |
16:04 |
MinetestBot |
81.153.31.146:30000 is up (138ms) |
16:04 |
hoodedice |
I am eating Nuss |
16:05 |
hoodedice |
WallNuss |
16:05 |
Jordach |
minetest's enviroment probably locked up as VanessaE's server does |
16:05 |
PilzAdam |
Evergreen, server is up again |
16:05 |
Jordach |
Evergreen, ^ |
16:05 |
Evergreen |
Ik, jsut tired of it for now, be back in a little bit |
16:05 |
Peacock |
no matter how many times i tell people i cant chat ingame, they keep trying lol |
16:05 |
GNADev|zRokh |
hoodedice, http://translate.google.ee/#et/en/nuss |
16:06 |
* GNADev|zRokh |
offers Peacock a Nuss |
16:06 |
GNADev|zRokh |
a *FREE* Nuss |
16:06 |
GNADev|zRokh |
:D |
16:06 |
Peacock |
sweet but i have to avoid sweets :P |
16:06 |
GNADev|zRokh |
no, go to the link above |
16:06 |
hoodedice |
It said nuts? |
16:07 |
GNADev|zRokh |
what? |
16:07 |
Peacock |
diabeetus runs in the family :P |
16:07 |
GNADev|zRokh |
:D |
16:07 |
hoodedice |
Oh. German. |
16:07 |
hoodedice |
-.- |
16:07 |
Peacock |
he offered me a german? |
16:07 |
hoodedice |
No, In German Nuss means nuts |
16:07 |
Peacock |
oh so i got teabagged lol |
16:07 |
GNADev|zRokh |
NO! |
16:08 |
GNADev|zRokh |
Nuss = Fuck = Ficken |
16:08 |
hoodedice |
so... |
16:08 |
Peacock |
quite a few people could use a nuss on here lol |
16:08 |
* GNADev|zRokh |
offers hood a free fuck... |
16:08 |
GNADev|zRokh |
:D |
16:08 |
hoodedice |
Sorry. Legal restrictions |
16:08 |
NekoGloop |
He gives a fuck. |
16:08 |
hoodedice |
(Still a minor) |
16:09 |
Calinou |
>still a minor |
16:09 |
Peacock |
well its not illegal between minors? |
16:09 |
hoodedice |
Another one for y'all to feast on (Cogida) |
16:09 |
Peacock |
or do you all wait till your 18? |
16:09 |
hoodedice |
I'll wait till I'm 40, and then I'll rub stuff |
16:10 |
Kacey |
heh i am younger thanall of you! |
16:10 |
hoodedice |
http://www.lurkmore.com/wiki/Vapor_ointment |
16:10 |
Kacey |
than all* |
16:10 |
hoodedice |
!title |
16:10 |
MinetestBot |
hoodedice: Vapor ointment - The LURKMORE Wiki |
16:10 |
GNADev|zRokh |
ich bin gebumst |
16:10 |
PilzAdam |
!op |
16:11 |
|
GNADev|zRokh was kicked by PilzAdam: GNADev|zRokh |
16:11 |
hoodedice |
So... |
16:12 |
Peacock |
didn't see that coming lol |
16:12 |
NekoGloop |
http://i.imgur.com/2BTSHok.png |
16:13 |
PenguinDad |
^ Banhammer :D |
16:14 |
Peacock |
looks more like a doubleaxe lol |
16:14 |
Peacock |
see my server thread for banhammer |
16:14 |
Peacock |
http://s15.postimg.org/54yljye63/ban_hammer.jpg |
16:14 |
NekoGloop |
That is very clearly a ruby encrusted iron hammer :P |
16:17 |
NekoGloop |
PenguinDad, do you by chance have my gems mod anywhere? |
16:18 |
hoodedice |
... |
16:18 |
|
Niften_ joined #minetest |
16:18 |
PenguinDad |
NekoGloop: nope |
16:18 |
Niften_ |
Hello |
16:18 |
NekoGloop |
hrm, doesn't look like i can be lazy with this. |
16:19 |
Niften_ |
:o |
16:19 |
Niften_ |
!nick Niften |
16:19 |
Niften_ |
. |
16:20 |
NekoGloop |
wrong command thing |
16:20 |
Niffy |
:D |
16:20 |
[hehe] |
:o |
16:20 |
hoodedice |
TEEHEE |
16:22 |
|
proller_ joined #minetest |
16:22 |
|
vrga joined #minetest |
16:23 |
vrga |
sooo... can anyone tell me why the item textures get buggered up rampantly sometimes? |
16:24 |
vrga |
i'm trying to use the technic game and some are proper some are just some horrible jumble of pixels and some are blank. |
16:24 |
vrga |
do i need a release newer than 0.4.7? |
16:24 |
sfan5 |
Jordach! |
16:25 |
Calinou |
vrga: graphic driver issue |
16:25 |
Calinou |
try disabling Preload item visuals, though |
16:25 |
NekoGloop |
vrga, try using Directx9 or Directx10 |
16:25 |
vrga |
linux. |
16:25 |
Peacock |
disabling preload item visuals ain't a good idea if youre using UI or a UI fork |
16:25 |
Calinou |
there is no directx10, and it's called Direct3D |
16:25 |
vrga |
that fixed it. |
16:25 |
NekoGloop |
close enough |
16:26 |
Peacock |
lol |
16:26 |
sfan5 |
!ban *!*@65.20.50.* |
16:26 |
Peacock |
thats a generous IP range |
16:26 |
PilzAdam |
Jordach, ? |
16:26 |
vrga |
i'll point out again, linux. |
16:26 |
Peacock |
on what is probably a proxy |
16:26 |
vrga |
no d3d |
16:26 |
sfan5 |
Peacock: that are only 256 IPs |
16:26 |
Peacock |
true |
16:26 |
sfan5 |
Jordach! |
16:27 |
NekoGloop |
I wonder how many mods add snappy or bendy nodes |
16:27 |
Jordach |
PilzAdam, was watching a live stream |
16:27 |
Jordach |
sfan5, get your pass right |
16:28 |
Jordach |
PilzAdam, Tesseract Evergreen ^ |
16:28 |
Jordach |
fuck |
16:28 |
Jordach |
hit exit to os |
16:33 |
Tesseract |
We are getting really close to the ban list length limit... |
16:33 |
sfan5 |
which length limit? ;) |
16:33 |
Jordach |
PilzAdam, Evergreen: server online; Tesseract you timed out: |
16:34 |
Calinou |
Tesseract: suddenly: #ubuntu |
16:36 |
vrga |
any particular reason why my world is stone everywhere as far as i can see? |
16:36 |
Jordach |
vrga, you chose MGV7 right |
16:37 |
vrga |
mgv7? |
16:37 |
Jordach |
mapgen V7 requires biomes in Luas |
16:37 |
Jordach |
-s |
16:37 |
PilzAdam |
vrga, do you use mapgen v7 without proper Lua defined biomes? |
16:37 |
vrga |
what are you people talking about? |
16:37 |
vrga |
i have downloaded the game and installed it and expected something other than cobble as far as the eye can see. |
16:37 |
PilzAdam |
check mg_name in minetest.conf |
16:38 |
vrga |
v7 |
16:38 |
PilzAdam |
change it to v6 |
16:38 |
PilzAdam |
and create a new world |
16:38 |
vrga |
alright. |
16:40 |
vrga |
much better, thanks :) |
16:40 |
vrga |
is there a way to increase the view distance? |
16:41 |
PilzAdam |
+ and - keys |
16:45 |
Evergreen |
Sorry, was afk for longer than i though I would be |
16:52 |
Peacock |
i think my spawndisc is bigger than the walled area on my last map lol |
16:55 |
|
Jousway joined #minetest |
16:57 |
bas080 |
Is there a way to know what players abm is triggering the node? |
16:59 |
NekoGloop |
anyone have that pastebin of normal-styled biomes? |
17:00 |
PilzAdam |
NekoGloop, have you tried the one Pilztest uses? |
17:00 |
NekoGloop |
I want the ones that hmmmm made. |
17:00 |
Jordach |
NekoGloop, my old server had it |
17:00 |
kahrl |
http://pastebin.com/1kjU5tN7 |
17:00 |
PilzAdam |
http://pastebin.com/1kjU5tN7 |
17:01 |
kahrl |
kahrl'd |
17:01 |
PilzAdam |
lol |
17:01 |
NekoGloop |
kahrl is innately a ninja |
17:02 |
Calinou |
no he's innately a kahrl |
17:03 |
NekoGloop |
... huh? This paste says for it to have a schematic file... |
17:07 |
NekoGloop |
hrm, that's annoying... |
17:08 |
PenguinDad |
in which other way would you spawn trees? |
17:08 |
NekoGloop |
L-system. |
17:08 |
NekoGloop |
:P |
17:11 |
NekoGloop |
Which I, of course, know nothing about. |
17:13 |
NekoGloop |
I'm going to have to pester hmmmm for this schematic :P |
17:13 |
PilzAdam |
NekoGloop, just use the tree schematic of Pilztest |
17:13 |
PilzAdam |
it should work |
17:14 |
NekoGloop |
except yours is "base:tree" |
17:14 |
PilzAdam |
but youll have to alias base:leaves to default:leaves |
17:14 |
PilzAdam |
same for tree |
17:14 |
PilzAdam |
(see lua-api.txt on how to alias nodes in schematics) |
17:15 |
NekoGloop |
How are schematics rotated? |
17:16 |
NekoGloop |
From what perspective are they rotated |
17:16 |
NekoGloop |
y+? |
17:18 |
NekoGloop |
Or, in other words, the top? |
17:22 |
Evergreen |
Those biome defs and decorations should be the default mapgen |
17:22 |
PilzAdam |
Evergreen, v7 is not finished |
17:23 |
Evergreen |
Ik |
17:23 |
NekoGloop |
hurpdurp can't include unfinished things to lua but adding broken as hell code to c++ is fine |
17:24 |
PilzAdam |
"broken"? in what way? |
17:24 |
NekoGloop |
*cough* everything *cough* |
17:24 |
PilzAdam |
also its there so others dont screw the mapgen interface up |
17:28 |
NekoGloop |
You allow mgv7 to be selected, but don't support it |
17:29 |
NekoGloop |
That's the only broken thing about it, the fact that lua-side you don't support it. |
17:31 |
|
ssieb joined #minetest |
17:33 |
Peacock |
its been said many times that its not finished :P |
17:34 |
|
babyface1031 joined #minetest |
17:34 |
Peacock |
stick to v6 until then :-) |
17:36 |
NekoGloop |
why stick to v6 when v7 is perfectly usable, with a small amount of lua |
17:36 |
PilzAdam |
its not "perfectly useable" |
17:37 |
Peacock |
nekogloop then dont complain its broken/unsupported :P |
17:37 |
PenguinDad |
I hope it's finished with 0.4.9 or 0.4.10 |
17:38 |
NekoGloop |
PilzAdam, sure, right, name a problem with it? |
17:38 |
PilzAdam |
have you ever looked at a mountain that goes up to y=42 |
17:38 |
PilzAdam |
? |
17:38 |
NekoGloop |
It would have to generate one. |
17:39 |
hmmmm |
v7 sucks |
17:40 |
NekoGloop |
v7 is awesome~ |
17:40 |
hmmmm |
it's usable but nobody likes it and for good reasons |
17:40 |
NekoGloop |
Nobody likes it because nobody's done anything interesting with it |
17:40 |
proller_ |
for now best == indev |
17:40 |
PenguinDad |
hmmmm, what are these good reasons? |
17:41 |
proller_ |
PilzAdam, indev have mountains up to 500 |
17:41 |
NekoGloop |
Yeah, I'd like to hear actual arguments as well |
17:43 |
hmmmm |
rivers are too destructive to the land, terrain features are too high and complicated which leads to unsolvable bugs, the terrain is too boring in parts where it's vast, the biome selection has its problems too |
17:43 |
PilzAdam |
proller_, it doesnt let me define biomes in Lua, thus it isnt good |
17:43 |
NekoGloop |
Ok, well, let's start here: rivers being large and cutting giant canyons: I'm alright with that. |
17:44 |
hmmmm |
that's a really awesome looking feature but it happens too often |
17:44 |
NekoGloop |
Oh, and again with the non-descriptive "bugs" |
17:44 |
hmmmm |
need to vary the height of the canyons a bit more |
17:45 |
proller_ |
PilzAdam, i want v7 with all features from indev, but now is too early |
17:46 |
thexyz |
does minetest.request_shutdown() work? |
17:46 |
NekoGloop |
Well, if it doesn't work, it most likely crashes, so technically we're getting the job done... right? :D |
17:48 |
Peacock |
and they call me a pessimist lol |
17:52 |
thexyz |
it just does nothing |
17:52 |
thexyz |
so it doesn't work in a bad way |
17:52 |
sfan5 |
get_inventory() |
17:52 |
* Jordach |
would have gone with like yo mamma |
17:52 |
sfan5 |
oops |
17:52 |
sfan5 |
TIL XChat is not gedit |
17:52 |
|
proller joined #minetest |
17:52 |
|
troller joined #minetest |
17:52 |
Jordach |
TIL computers dont code for you |
17:52 |
NekoGloop |
You sure? |
17:56 |
thexyz |
alright, it only doesn't work in singleplayer |
18:00 |
|
GassyBritish joined #minetest |
18:00 |
|
GassyBritish joined #minetest |
18:00 |
GassyBritish |
Hey |
18:00 |
Jordach |
hello GassyBritish |
18:01 |
GassyBritish |
Hello Jordach |
18:01 |
|
rsiska joined #minetest |
18:01 |
GassyBritish |
Jordach do you have a dollar? |
18:01 |
Jordach |
no, because that's what you need |
18:01 |
GassyBritish |
Anyone got $1 and a paypal? |
18:02 |
Calinou |
why? |
18:02 |
GassyBritish |
I want to get the Humble bundle |
18:03 |
Calinou |
ask your parents, I doubt they'll say no for $1 :P |
18:03 |
FreeFull |
Woops |
18:04 |
Calinou |
hi FreeFull :) |
18:04 |
FreeFull |
Went on the waterworld, used the teleporter to go warp to prison, got stuck in prison, tried to get out, got autobanned |
18:05 |
Peacock |
griefers usually get sent to prison, and when they try to grief their way out they get banned :/ |
18:05 |
PenguinDad |
FreeFull: Peacock said that |
18:05 |
FreeFull |
Why does the teleporter have Prison as one of the options |
18:05 |
Peacock |
so ican move the prison |
18:05 |
Peacock |
same with spawn |
18:06 |
Peacock |
its not a tourist location lol |
18:06 |
FreeFull |
=P |
18:06 |
Peacock |
otherwise it would be called Tower of London :p |
18:06 |
FreeFull |
You could put the teleporter somewhere where someone can't accidentally warp themselves into Prison while doing nothing wrong =P |
18:07 |
Peacock |
well i was afk otherwise i pull ppl out when they go there by accident |
18:09 |
FreeFull |
Compiling minetest git right now, will then reboot for new kernel and connect again |
18:09 |
Calinou |
harsh linux user spotted |
18:11 |
|
EdB joined #minetest |
18:11 |
PenguinDad |
Hello EdB |
18:11 |
Exio4 |
wow just saw https://en.wikipedia.org/wiki/Wikipedia:Articles_for_deletion/Minetest |
18:12 |
Calinou |
not new :P |
18:12 |
Calinou |
Exio4: how you should feel when you write a page on wikipedia: it's like playing as a robot on TF2 MvM |
18:15 |
Exio4 |
exactly *just saw* |
18:19 |
hoodedice |
Peacock |
18:20 |
hoodedice |
Is Startest doomed? |
18:20 |
hoodedice |
Or is waterworld a 'realm' |
18:20 |
Peacock |
waterworlds' the new map |
18:20 |
Peacock |
copying stuff from st to ww |
18:20 |
|
Dogzilla131 joined #minetest |
18:21 |
Dogzilla131 |
Can somebody tell me the irc for wazuland? |
18:22 |
hoodedice |
i STILL DON'T GET IT |
18:22 |
hoodedice |
Sorry for caps |
18:22 |
sfan5 |
PilzAdam: we got the automatic block breaker mod installed I just wrot |
18:22 |
sfan5 |
wrote* |
18:24 |
hoodedice |
?? |
18:25 |
Jordach |
Dogzilla131, irc.linuxgaming.us |
18:25 |
Dogzilla131 |
thanks |
18:25 |
Jordach |
or irc.wazuclan.com which i use |
18:29 |
|
FreeFull joined #minetest |
18:32 |
FreeFull |
Peacock: Did you unban? |
18:32 |
Peacock |
same name? |
18:32 |
FreeFull |
Yes |
18:33 |
Peacock |
fixed |
18:34 |
FreeFull |
Thanks |
18:34 |
Peacock |
sry for delay, lots of people chatting ingame and im dozing off lol |
18:35 |
FreeFull |
Is ok |
18:40 |
|
ecube joined #minetest |
18:40 |
|
ecube joined #minetest |
18:45 |
FreeFull |
Peacock: Weird, it's stuck on Connecting |
18:45 |
Peacock |
"FreeFull" ingame? |
18:46 |
Peacock |
try now |
18:46 |
|
john_minetest joined #minetest |
18:47 |
FreeFull |
Peacock: Ok, works now |
18:47 |
hoodedice |
I'm still human |
18:48 |
FreeFull |
Why didn't it before? |
18:48 |
Jordach |
nay |
18:48 |
hoodedice |
I'm not. |
18:48 |
FreeFull |
I'm a piece of cheese on the inside |
18:48 |
svuorela |
other than 'hard work' and 'lots of mese tools', what way are there to quickly tear down a mountain ? |
18:48 |
hoodedice |
neigh indeed |
18:48 |
hoodedice |
*World Edit* |
18:48 |
FreeFull |
svuorela: Worldedit? |
18:48 |
sfan5 |
!c 150 * 6 |
18:48 |
MinetestBot |
900 |
18:48 |
hoodedice |
Yes |
18:48 |
hoodedice |
!g worldedit for minetest |
18:49 |
MinetestBot |
hoodedice: https://github.com/Uberi/MineTest-WorldEdit/blob/master/Chat%20Commands.md |
18:49 |
hoodedice |
No. You're doing it wrong, bot |
18:49 |
hoodedice |
!g worldedit for minetest forum |
18:49 |
MinetestBot |
hoodedice: http://minetest.net/forum/viewtopic.php?id=572 |
18:49 |
hoodedice |
*better* |
18:50 |
sfan5 |
https://forum.minetest.net/viewtopic.php?pid=104698#p104698 |
18:50 |
NekoGloop |
I'm a cat |
18:50 |
* sfan5 |
hands NekoGloop <°)))>< |
18:51 |
* NekoGloop |
noms fishy~ |
18:51 |
|
whirm joined #minetest |
18:52 |
Jordach |
lol; sfan5 uses UNITY |
18:52 |
hoodedice |
I do too |
18:52 |
hoodedice |
-.- |
18:52 |
hoodedice |
Wait. Unity as in Game engine or unity as in DE? |
18:53 |
NekoGloop |
why not both? |
18:53 |
|
TheLastProject joined #minetest |
18:55 |
hoodedice |
Indeed |
18:55 |
hoodedice |
I use the engine |
18:55 |
hoodedice |
Or used to use the engine |
18:55 |
Jordach |
hoodedice, john_minetest: the DE |
18:55 |
hoodedice |
Gwah |
18:56 |
hoodedice |
DE sucks |
18:57 |
hoodedice |
oooh Torque3D looks sexy |
18:57 |
Peacock |
i got my ingame chat hidden to use multinode |
18:58 |
hoodedice |
No linux |
18:58 |
hoodedice |
SAD |
18:58 |
Peacock |
fuck 14:58:13: ERROR[main]: WARNING: updateListener: invalid value |
18:58 |
Peacock |
debug log missing :/ |
18:59 |
FreeFull |
Lack of debugging info always sucks |
18:59 |
Peacock |
on verbose 4 the file might have gotten too big for /home partition :S |
19:01 |
Peacock |
dozen gigs |
19:01 |
Peacock |
and i still have my old arch profile lol |
19:01 |
hoodedice |
Hey john this torque3d, !. makes only windows games? 2. Does not work in Linux? 3. Requires what coding language? |
19:02 |
Exio4 |
/dev/sda4 756G 83G 674G 11% /home |
19:03 |
Peacock |
i keep most of the disk for torrents on a seperate partition |
19:03 |
FreeFull |
Maybe you should make your /home partition bigger =P |
19:04 |
hoodedice |
hmm |
19:04 |
FreeFull |
Peacock: If you go deep enough underwater on your server, is there anything there? |
19:04 |
|
mh0 joined #minetest |
19:05 |
Peacock |
ground level where youd expect to find it |
19:05 |
Peacock |
if you check f5, water goes up y = 100 |
19:08 |
* NekoGloop |
noms john's fishy |
19:08 |
* john_minetest |
gives NekoGloop Whiskas |
19:08 |
NekoGloop |
? |
19:09 |
Exio4 |
john_minetest: used to qwertz? :P |
19:10 |
NekoGloop |
Nice accent. |
19:11 |
Exio4 |
i would change the keymap to some qwertz one |
19:11 |
Exio4 |
are you using some linux distro? setxkbmap :P |
19:12 |
Exio4 |
yes, loadkeys is the "setxkbmap" of the tty |
19:12 |
Exio4 |
ehm |
19:12 |
Exio4 |
i don't know about it, but xp had a way to add a small "keymap switcher" to the .. whatever the bar is called :P |
19:13 |
FreeFull |
Peacock: It happened again |
19:13 |
Peacock |
to you too? |
19:13 |
FreeFull |
I mean, your server went down |
19:14 |
Peacock |
it seems to only happen when i dig alot |
19:14 |
|
neko259 joined #minetest |
19:14 |
FreeFull |
Peacock: I was building a staircase down |
19:14 |
FreeFull |
Since ladders suffocate you |
19:14 |
Peacock |
this time i was moved to -214K,-977,0.2 lol |
19:15 |
FreeFull |
Lol |
19:17 |
|
chlue joined #minetest |
19:17 |
|
Johngay-minetest joined #minetest |
19:17 |
Johngay-minetest |
hah gay!! |
19:17 |
sfan5 |
!op |
19:18 |
|
Johngay-minetest was kicked by sfan5: Johngay-minetest |
19:18 |
sfan5 |
sigh |
19:18 |
sfan5 |
john_minetest: get your cloak |
19:18 |
Exio4 |
the ipban would match him anyway afaik |
19:18 |
|
Minegay joined #minetest |
19:19 |
Minegay |
John -Minetes is ngay!!! |
19:19 |
|
john_minetest joined #minetest |
19:19 |
|
john_minetest joined #minetest |
19:19 |
Minegay |
gay |
19:19 |
Minegay |
gay |
19:19 |
Minegay |
gay |
19:19 |
Minegay |
gay |
19:19 |
|
Minegay was kicked by ShadowBot: Repetition flood detected. |
19:19 |
Jordach |
LOL |
19:19 |
sfan5 |
derp |
19:19 |
Jordach |
you just got; ninja'd |
19:19 |
sfan5 |
yeah |
19:19 |
Jordach |
Evergreen, Tesseract, sfan5, PilzAdam: server down |
19:20 |
sfan5 |
k |
19:20 |
Peacock |
lol |
19:20 |
Peacock |
who's minegay? |
19:20 |
Jordach |
fun fact: the world weighs 640kb |
19:20 |
sfan5 |
Peacock: probably someone from Minecraft |
19:21 |
svuorela |
john_minetest: I guess you have to do a chat with your brother about how insults works. It is about portraying traits that people don't want to have. |
19:21 |
svuorela |
like if I wanted to insult sfan5, I could call him a selfish minecraft player. |
19:21 |
PilzAdam |
sfan5, ping me when the server is up |
19:21 |
sfan5 |
PilzAdam: yep |
19:22 |
Jordach |
i sent the world to him |
19:22 |
Peacock |
brace yourselves for another crash - widening the tunnel lol |
19:23 |
|
Calinou joined #minetest |
19:24 |
Jordach |
PilzAdam, sfan5, Evergreen, Tesseract: http://sfan5.duckdns.org/upload/sam2.png if you want that render: make a skin based off of this: do not change the white / pink pixels in the 4x4 bunch, and don't move the eye position |
19:24 |
Calinou |
what's the use of that "FOR MT"? |
19:24 |
Calinou |
it's useless :P |
19:24 |
PilzAdam |
I guess Im not good enough at drawning to do something good there |
19:24 |
Jordach |
then PilzAdam is Sam II |
19:24 |
Jordach |
solves one problem |
19:25 |
PilzAdam |
*Fiola |
19:25 |
PilzAdam |
:-p |
19:25 |
* Jordach |
hands goggles to everyone in the room bar PilzAdam that changes fiola to Sam |
19:25 |
hoodedice |
oooooooooh |
19:27 |
Jordach |
PilzAdam, put [h][/h] around the word epic in your post |
19:28 |
Exio4 |
anyone for WG? |
19:28 |
Exio4 |
PilzAdam: puppy? |
19:28 |
Jordach |
it'll go BIG and RED |
19:28 |
PilzAdam |
Exio4, depends how long sfan5 needs to set this server up |
19:28 |
sfan5 |
PilzAdam: one sec |
19:28 |
Jordach |
one second, that's fucking quick |
19:28 |
PilzAdam |
Jordach, better? |
19:29 |
Jordach |
oh yes |
19:29 |
hoodedice |
7 minutes is more like it |
19:29 |
Jordach |
you can remove the new line |
19:29 |
Jordach |
makes it look strange |
19:29 |
PilzAdam |
if you put [h] there then it automagically gets in a new line |
19:29 |
Jordach |
oph |
19:29 |
Jordach |
oh |
19:30 |
thexyz |
https://travis-ci.org/xyzz/minetest-stress/builds/10000500 |
19:30 |
sfan5 |
!up sfan5.duckdns.org |
19:30 |
MinetestBot |
sfan5.duckdns.org:30000 is up (304ms) |
19:30 |
sfan5 |
PilzAdam: ^ |
19:31 |
sfan5 |
Evergreen, Jordach, Tesseract: ^ |
19:31 |
Evergreen |
Okay |
19:31 |
Calinou |
an engine playing another engine? sounds legit |
19:31 |
Peacock |
3 pots of coffee and im still dozing off lol |
19:32 |
Peacock |
hoodedice finished tunnel to your underground country, want me to make a dome or clear out some area? |
19:33 |
* Tesseract |
waits for a timeout... |
19:33 |
Tesseract |
I like the new message... |
19:35 |
hoodedice |
Difference? |
19:35 |
|
OldCoder joined #minetest |
19:35 |
Jordach |
http://imgur.com/EfyDUjU,PZpbGMi |
19:35 |
Jordach |
^ images from me |
19:35 |
Peacock |
depends if you want to see the water or be completely undeground |
19:36 |
hoodedice |
Hmm.... Dome |
19:36 |
Peacock |
aiight |
19:38 |
hoodedice |
What was it about coying st fikles? |
19:39 |
|
mh0 left #minetest |
19:39 |
PenguinDad |
My ISP sucks :( |
19:40 |
Peacock |
grass floor? |
19:41 |
|
SpeedProg joined #minetest |
19:45 |
Peacock |
hoodedice not sure where you want ground level |
19:45 |
hoodedice |
Its like 2 AM here. |
19:45 |
FreeFull |
Peacock: Is there any way to heal on your server? |
19:45 |
hoodedice |
I'll check it out tomorrow |
19:45 |
Peacock |
grow food :-) |
19:45 |
Peacock |
allright |
19:48 |
Peacock |
hydro grows a bit faster than farming though farming requires less equip |
19:50 |
PenguinDad |
https://forum.minetest.net/viewtopic.php?pid=104705#p104705 xD |
19:50 |
FreeFull |
Ah, so food is just not in the creative inventory, but is there |
19:51 |
Peacock |
well farming would be pointless if you could just pull food from the inv :p |
19:52 |
Jordach |
\O/ https://forum.minetest.net/viewtopic.php?pid=104707#p104707 |
19:52 |
Jordach |
sfan5, Tesseract, PilzAdam, Evergreen: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^6 |
19:52 |
Jordach |
-6 |
19:52 |
NekoGloop |
+666 |
19:52 |
PilzAdam |
:D |
19:53 |
Jordach |
mitori wants to join us in our cobble stone quest |
19:54 |
FreeFull |
Peacock: I'm guessing there is no way to craft items? |
19:54 |
Peacock |
naw i still have to add a workbench (and crafts) |
19:54 |
Calinou |
workbench sucks |
19:54 |
Peacock |
inventory crafting too easy |
19:54 |
Calinou |
this is one of the features I dislike the most in Minecraft |
19:54 |
FreeFull |
Oh dammit |
19:55 |
FreeFull |
I built a wall I can't break XD |
19:55 |
Calinou |
clickety clickety, we're proud of you |
19:55 |
Calinou |
what does workbench actually bring to the game? nothing... |
19:55 |
Calinou |
not having a workbench is more fun, and makes your mouse last longer. |
19:55 |
Peacock |
well its kinda retarded that you can build whatever on your own person with no tools |
19:55 |
Peacock |
workbench gives at least the impression of having to use equipment of some sort |
19:56 |
Calinou |
it's also kinda "retarded" you can carry 99 cube meters of stone without being slowed down |
19:56 |
FreeFull |
I'm guessing it requires a pickaxe to break |
19:56 |
FreeFull |
Which I can't get |
19:56 |
Calinou |
and you can still do 2×2 crafting in the inventory, I guess, which is unrealistic |
19:56 |
Peacock |
its the dagger with the round edge |
19:56 |
FreeFull |
The dig fast tool? |
19:56 |
FreeFull |
I thought that was a shovel =P |
19:56 |
Peacock |
well in a non creative game theres should be smaller limits on what you carry |
19:57 |
Exio4 |
98? |
19:57 |
Calinou |
69 |
19:57 |
Exio4 |
:> |
19:57 |
NekoGloop |
This is a game, people |
19:57 |
Peacock |
digfast yeah, still meaning to update the name |
19:57 |
Calinou |
NekoGloop: buuuuut... we need REALISM!!! |
19:57 |
Calinou |
we need drowning, falling damage and hernias |
19:57 |
Exio4 |
some basic realism is nice |
19:57 |
Peacock |
whatever, run your servers however the fuck you want |
19:57 |
Exio4 |
"over-realism" isn't |
19:57 |
Exio4 |
:P |
19:58 |
FreeFull |
You shouldn't be able to place seeds on untilled land =P |
19:59 |
Peacock |
and people will go wherever they want |
19:59 |
Jordach |
we already have fall damage and drowning |
19:59 |
Jordach |
Calinou, ^ |
19:59 |
NekoGloop |
We need moar realizm |
20:00 |
Calinou |
Jordach: I know |
20:00 |
Peacock |
and less anal people |
20:00 |
Peacock |
FreeFull you can place the seeds wherever, but they wont grow wherever |
20:00 |
PenguinDad |
http://rt.com/business/man-outsmarts-banks-wins-court-221/ =D |
20:06 |
|
proller joined #minetest |
20:06 |
|
troller joined #minetest |
20:06 |
PenguinDad |
^ oh no a troll |
20:07 |
Peacock |
proller? lol |
20:07 |
FreeFull |
Huh |
20:07 |
FreeFull |
I somehow got a bunch of water sources while digging around |
20:07 |
proller |
BAN HIM NOW!!!!!! |
20:07 |
Peacock |
they did something to liquids, airholes still dont fill up |
20:07 |
PilzAdam |
lol |
20:07 |
PilzAdam |
again: https://forum.minetest.net/viewtopic.php?pid=104708#p104708 |
20:08 |
NekoGloop |
Can we just ban him, if anything for spamming? |
20:08 |
PilzAdam |
yes, banhammer |
20:08 |
PilzAdam |
^ Jordach |
20:08 |
PenguinDad |
but that's the original minecraft mod |
20:09 |
|
Pest joined #minetest |
20:09 |
Calinou |
PilzAdam: don't ban people because they act stupid. |
20:09 |
Calinou |
you are free to ignore them |
20:09 |
PilzAdam |
acting stupid != spamming |
20:09 |
PilzAdam |
this guy just spams |
20:09 |
Calinou |
no? |
20:10 |
Calinou |
this will be trashed anyway |
20:10 |
PilzAdam |
whats the point in not banning him when you trash every single post from him? |
20:10 |
PenguinDad |
It's trashed. |
20:11 |
Jordach |
<Calinou> fun fact: Hugo is my first name \o/ |
20:11 |
* Calinou |
hammers Jordach using powerjack |
20:11 |
Jordach |
O.O |
20:12 |
Calinou |
talking about powerjack, this morning, I played TF2 MvM, and I was put in the robot team O_o |
20:12 |
Calinou |
I played as a robot and stuff |
20:12 |
Jordach |
huh |
20:13 |
Calinou |
you're not supposed to play robots, normally :P |
20:14 |
Jordach |
it's most likely when: too many mann |
20:14 |
Jordach |
menn* |
20:14 |
Calinou |
very likely to be a mod |
20:15 |
Jordach |
Calinou, coming back for revenge: http://mg.viewskew.com/mgoblin_media/media_entries/300/untitled.medium.png |
20:15 |
Jordach |
http://mg.viewskew.com/mgoblin_media/media_entries/300/untitled.png |
20:15 |
Jordach |
^ bigger |
20:15 |
NekoGloop |
Calinou, either that or valve hit version 2.2.2.2 and don't know what to call the update to fix it. |
20:15 |
Jordach |
what if valve hits 256.256.256.256th update |
20:16 |
sfan5 |
they use IPv6 then |
20:16 |
NekoGloop |
Valve can't count to 3. |
20:16 |
Jordach |
oh yeah |
20:16 |
Jordach |
1,2,4,5,6,7,8,9,0 |
20:16 |
|
Morrolan joined #minetest |
20:18 |
Jordach |
Calinou, take a look at the image media_entry; it is the number 300 |
20:19 |
|
troller joined #minetest |
20:19 |
|
mitori joined #minetest |
20:19 |
Jordach |
^ they see me trollin, they ahting |
20:19 |
Jordach |
hating* |
20:19 |
mitori |
hey |
20:19 |
mitori |
everyone |
20:19 |
Jordach |
hello mitori |
20:19 |
mitori |
Jordach |
20:19 |
Jordach |
we noticed you want to play LogoSkyBlock |
20:19 |
sfan5 |
Evergreen: https://dl.dropboxusercontent.com/u/30267315/Minetest/autoblockbreaker.zip |
20:19 |
mitori |
yep |
20:20 |
mitori |
that's basically why I came ;) |
20:20 |
PilzAdam |
are more people on now? |
20:20 |
Evergreen |
sfan5 and me are on |
20:20 |
sfan5 |
Jordach: I need glass |
20:21 |
* Jordach |
connects |
20:21 |
PilzAdam |
mitori, sfan5.duckdns.org |
20:21 |
mitori |
lol, PilzAdam. Jordach made a conspiracy out of this |
20:22 |
mitori |
brb |
20:22 |
Jordach |
mitori, i was joking |
20:22 |
* Jordach |
falls downwards infinitely |
20:22 |
mitori |
oh, sry. a bit sociophobic i am. bad with "sarcasm stuff" |
20:22 |
Jordach |
-1152 |
20:22 |
Jordach |
i've fallen that far |
20:22 |
|
proller joined #minetest |
20:22 |
Calinou |
<mitori> that's basically why I came ;) |
20:22 |
Calinou |
that's what she said |
20:23 |
mitori |
Calinou, yeah I thought that, buuuut.... |
20:23 |
mitori |
you know |
20:23 |
Calinou |
butts! </q66> |
20:23 |
q66 |
Calinou is a butt |
20:24 |
Jordach |
but, butts |
20:24 |
NekoGloop |
hehe, bottom. |
20:24 |
PilzAdam |
lol, I recieved Jordach's last message _after_ the "*** Server shutting down" |
20:25 |
|
proller joined #minetest |
20:26 |
proller |
maybe make auto reconect after 10-30 seconds of Server shutting down ? |
20:27 |
sfan5 |
mitori: if you are going to join... the server is always on |
20:35 |
FreeFull |
Peacock: Once you grow some food on your server you can place it down for infinite food |
20:36 |
Peacock |
yeah thats prolly got something to do with disabling item drops on q |
20:36 |
Peacock |
ittl be fixed |
20:36 |
Peacock |
the entities were driving me nuts lol |
20:37 |
FreeFull |
I don't see how it's to do with entities |
20:37 |
Peacock |
the only way griefers could grief was by loading their inv and dropping it lol |
20:37 |
FreeFull |
You can place food down as blocks |
20:37 |
FreeFull |
At least, oranges |
20:39 |
Peacock |
yeah its something to do with minetest.item_drop() |
20:40 |
Peacock |
i need to reduce qties without adding entities |
20:41 |
FreeFull |
Seems once you place down a transporter you can't break it |
20:42 |
Peacock |
only admins can break |
20:43 |
NekoGloop |
I wish we had an inbetween of walking and fast_move |
20:43 |
Peacock |
and double jump |
20:43 |
NekoGloop |
Why double jump? |
20:43 |
Peacock |
most games you tap twice and you jump higher |
20:43 |
NekoGloop |
I don't think the player is a ninja. |
20:43 |
Calinou |
because atomizer is too mainstream |
20:43 |
Calinou |
</TF2 joke> |
20:44 |
NekoGloop |
There's too many damn items in TF2. |
20:44 |
FreeFull |
NekoGloop: So someone could grief by placing transporters all over the freebuild area |
20:44 |
* Calinou |
renames NekoGloop's hat to "Kitten" |
20:44 |
NekoGloop |
FreeFull, I have no idea why you're talking to me but yeah. |
20:45 |
Jordach |
okay, i just timed out, dead |
20:45 |
FreeFull |
Woops |
20:45 |
mitori |
+1 |
20:45 |
FreeFull |
I meant to say that to Peacock |
20:45 |
sfan5 |
dun dun dun |
20:45 |
sfan5 |
daily disconnect |
20:45 |
Evergreen |
I just timed out |
20:45 |
sfan5 |
that is my daily disconnect |
20:45 |
sfan5 |
reoin |
20:45 |
sfan5 |
*rejoin |
20:45 |
Peacock |
they could but they wouldn't last long |
20:46 |
PenguinDad |
I know how to kick buggy IRC-Clients :> |
20:47 |
Calinou |
inb4 xchat exploit |
20:47 |
Jordach |
*finds a way to kick PilzAdam* |
20:47 |
PenguinDad |
Calinou: ^ÂÊÎÔÛâêîôûĈĉĜÄĤĥĴĵŜÅŴŵŶŷˆ̂Ìá·á¸’ḓḘḙḼḽṊṋṰṱṶṷáºáº‘ẤấẦầẨẩẪẫẬáºáº¾áº¿á»€á»á»‚ểỄễỆệá»á»‘ỒồỔổỖỗỘộ⨣⨶⩯ꞈ^ |
20:47 |
NekoGloop |
PilzAdam, how do load schematics. |
20:47 |
Calinou |
fail, PenguinDad. |
20:47 |
Calinou |
I'm running 2.8.8. |
20:47 |
sfan5 |
PenguinDad: that wouldn't be enough for a buffer overflow |
20:47 |
FreeFull |
Peacock: I placed down a teleporter and I can't get rid of it now |
20:48 |
PenguinDad |
already saw it working in another channel :P |
20:49 |
NekoGloop |
nvm |
20:50 |
FreeFull |
Peacock: Was this shutdown intentional? |
20:50 |
Peacock |
yeah things got laggy |
20:50 |
Peacock |
restarted |
20:50 |
PenguinDad |
Node Version Manager? |
20:50 |
Calinou |
nevermind |
20:51 |
FreeFull |
I think I'll build a huge underwater mansion |
20:51 |
FreeFull |
Like one I used to have over at c55's server ages ago |
20:51 |
Peacock |
lol even he gave up after one too many griefers |
20:52 |
NekoGloop |
PilzAdam, using your schematic I get "DecoSchematic::resolveNodeNames: node 'ignore' not defined" |
20:52 |
|
Ipos joined #minetest |
20:52 |
FreeFull |
No chests D: |
20:52 |
PilzAdam |
NekoGloop, yea, just ignore that |
20:52 |
FreeFull |
Peacock: You know shift-climbing? |
20:53 |
Peacock |
dont think so |
20:53 |
FreeFull |
Peacock: If you come over to where I am I'll demonstrate |
20:53 |
|
jnum joined #minetest |
20:54 |
Peacock |
not right now i need to get some coffee started before i fall asleep on the keyboard :P |
20:54 |
Peacock |
asddddddddddddddd |
20:54 |
Peacock |
too late :P |
20:54 |
FreeFull |
=P |
20:56 |
FreeFull |
Peacock: It basically takes advantage of how you can always stand or jump on the edge of a block if there is one block of air above it and you're holding the sneak key |
20:56 |
FreeFull |
I invented it on C55's server some time ago |
20:56 |
Calinou |
gtg |
20:57 |
Peacock |
i wouldn't mind a crawl ability, if you can go up a 1sq meter hole, you should be able to crawl through one sideways |
20:57 |
Calinou |
+1 for crawling |
20:57 |
PenguinDad |
+1 |
20:58 |
NekoGloop |
http://i.imgur.com/3SuUIf7.png |
20:58 |
NekoGloop |
Glooptest's forests. |
20:58 |
FreeFull |
You should need a 2x2 space to go between crawling and standing though |
20:58 |
FreeFull |
NekoGloop: dense |
20:59 |
Jordach |
NekoGloop, i'd chop the fuck out of that |
20:59 |
NekoGloop |
:3 |
20:59 |
PenguinDad |
HD-Forests |
21:00 |
FreeFull |
I think something about it doesn't look as good as minecraft's forests though |
21:01 |
NekoGloop |
Yeah, it's called all the trees are the same damned things |
21:02 |
NekoGloop |
It's just the same tree rotated around |
21:03 |
NekoGloop |
Why is the game still rendering things that are like 2000 blocks away -_- |
21:06 |
Peacock |
got preload on? |
21:06 |
NekoGloop |
What the fuck does preload item visuals have to do with that. |
21:07 |
|
Weedy joined #minetest |
21:07 |
Peacock |
not sure, someone said something about it |
21:11 |
NekoGloop |
How does one make a schematic not replace everything around it? |
21:16 |
|
Ipos joined #minetest |
21:16 |
Peacock |
FreeFull found and fixed the bug with the inventory not diminishing |
21:20 |
NekoGloop |
I wish I knew how to make better trees :P |
21:21 |
|
babyface1031 joined #minetest |
21:21 |
Peacock |
whats wrong with moretrees or the smaller version? |
21:22 |
NekoGloop |
I'm trying to make non-absurdly large trees |
21:22 |
Peacock |
yeah youd have to tweak the rules/input abit |
21:23 |
Peacock |
and throw in a few random functions to randomize it abit |
21:24 |
NekoGloop |
How do i use worldedit's schem-saving-thing... |
21:24 |
Peacock |
dont ask me lol |
21:26 |
khonkhortisan |
you select an area, save, possibly move the save to another world, select a point in the air, load, then move it down where you want it |
21:27 |
NekoGloop |
Any idea how to get a schem to not retardedly place air everywhere? |
21:28 |
NekoGloop |
Yeah I give up |
21:28 |
Peacock |
cant you use the old schem format? |
21:29 |
NekoGloop |
what old schem format? |
21:30 |
|
Ipos joined #minetest |
21:30 |
Jordach |
Evergreen, be right there in 2 secs |
21:30 |
Peacock |
well before worldedit switched to voxelnips |
21:30 |
* Jordach |
lols |
21:30 |
NekoGloop |
I'm talking about .mts files. |
21:31 |
Peacock |
jesus christ i dont mind the upstairs neighbour being fat but does she have to dance? |
21:31 |
NekoGloop |
Peacock, voxelnips...? |
21:32 |
Peacock |
are the mts files human readable? |
21:32 |
Peacock |
you could always remove air |
21:32 |
NekoGloop |
They are not human readable |
21:32 |
Peacock |
so its the new format |
21:32 |
NekoGloop |
What other format IS there? |
21:33 |
VanessaE |
hi all. |
21:34 |
NekoGloop |
Come, join me in hating mintest dev decisions |
21:34 |
VanessaE |
what now? :) |
21:34 |
Peacock |
worldedit has nothing to do minetest devs |
21:34 |
NekoGloop |
schematics. |
21:34 |
Peacock |
its the mod maintainer that switched formats |
21:34 |
NekoGloop |
I'm not fucking talking about the damned worldedit files |
21:34 |
|
kaeza joined #minetest |
21:34 |
Peacock |
you should ask them to write in a feature that removes air |
21:34 |
VanessaE |
worldedit can still load .we/wem files can't it? |
21:35 |
NekoGloop |
I'm talking about the fucking .mts files |
21:35 |
VanessaE |
oh, what then? |
21:35 |
NekoGloop |
SUPPORTED IN THE GODDAMN C++ OF THE GAME |
21:35 |
VanessaE |
ohh |
21:35 |
Peacock |
you said |
21:35 |
Peacock |
<NekoGloop> How do i use worldedit's schem-saving-thing... |
21:35 |
Peacock |
i assumed you were talking about we |
21:35 |
NekoGloop |
I'm only even using worldedit because otherwise it's impossible to make .mts files |
21:36 |
Peacock |
so worldedit is probably saving the air |
21:36 |
NekoGloop |
Well someone needs to fix the problem that no good tool exists for these damned files. |
21:37 |
NekoGloop |
All I wanna do is add some damn trees to my v7 world. |
21:37 |
Peacock |
it might be easier to play with lsystems a bit than wait for a mod fix to this air-saving thing |
21:39 |
NekoGloop |
It is not humanly possible to use lsystems |
21:39 |
VanessaE |
why not? |
21:39 |
VanessaE |
I figured it out with moretrees :) |
21:39 |
VanessaE |
(ok, RBA helped a lot) |
21:41 |
NekoGloop |
all i want is trees that look like the v6 ones |
21:41 |
VanessaE |
that's easy |
21:42 |
VanessaE |
pull moretrees, disable everything except "beech", then modify the model to use fewer F's in the axiom and rules |
21:42 |
VanessaE |
that'll make them smaller, then just change what node they "draw" in |
21:42 |
VanessaE |
and bingo, you have default trees |
21:42 |
NekoGloop |
I have no idea what you just said. |
21:42 |
VanessaE |
(beeches were intended to replace the default trees entirely, in fact) |
21:42 |
Peacock |
is there an lsystems tutorial on the forums or wiki? |
21:43 |
VanessaE |
Peacock: not really. the api tries to explain, and jin_xi has some kind of turtle graphics mod that uses it |
21:43 |
VanessaE |
( https://forum.minetest.net/viewtopic.php?id=4732 ) |
21:43 |
NekoGloop |
tur. tles. |
21:44 |
Peacock |
well its that or saplings :P |
21:44 |
VanessaE |
turtle graphics, as in you tell a virtual drawing widget to move forward, turn left/right/up/down, roll left/right |
21:44 |
VanessaE |
imagine flying a plane at a really REALLY slow speed. |
21:45 |
Peacock |
would prolly be easier to learn if there was a really slow version where the turtle is an actual entity :p |
21:46 |
Peacock |
for the bronies: |
21:46 |
NekoGloop |
no. |
21:46 |
Peacock |
!g GJ 504b |
21:46 |
MinetestBot |
Peacock: http://en.wikipedia.org/wiki/GJ_504_b |
21:46 |
Peacock |
doesnt even show an image :( its pink lol |
21:47 |
|
Gethiox joined #minetest |
21:47 |
|
iqualfragile joined #minetest |
21:50 |
kaeza |
greetings |
21:51 |
NekoGloop |
meow |
21:53 |
Peacock |
lol the uk is sending a warship to gilbraltar, war with spain is imminent! :P |
21:53 |
Peacock |
*gibraltar |
21:54 |
Peacock |
i thought they were both EU |
21:55 |
Jordach |
Spain doesn't have Nukes. |
21:55 |
Jordach |
We do. |
21:55 |
|
Weedy_lappy joined #minetest |
21:55 |
Peacock |
trident? theyre older than me |
21:55 |
Peacock |
plus i doubt the rest of Europe would stand for that lol |
21:57 |
Peacock |
what causes parts of the map to appear/disappear (flicker) constantly? |
21:59 |
Jordach |
Peacock, i just got that on LogoSkyBlock as well |
21:59 |
Peacock |
its fairly new behaviour isn't it? |
22:06 |
VanessaE |
happens all the time for me |
22:07 |
VanessaE |
particularly distant objects (and it's not the autotuner) |
22:07 |
Peacock |
it happens more when i turn, though even idling parts of the map blink in and out |
22:14 |
|
awesome_muffin joined #minetest |
22:15 |
|
Semilevel joined #minetest |
22:19 |
NekoGloop |
VanessaE, halp |
22:20 |
NekoGloop |
I still have absolutely no idea how to use Lsystem |
22:23 |
VanessaE |
NekoGloop: I had to muddle my way through it, seriously |
22:23 |
NekoGloop |
What do these arcane symbols mean... |
22:23 |
VanessaE |
F means move forward and put a trunk node |
22:23 |
VanessaE |
f moves forward and puts a leaf node |
22:24 |
NekoGloop |
What are the "rules" lines for |
22:24 |
VanessaE |
rules are inserted into the "axiom" by putting A/B/C/D into the axiom |
22:24 |
VanessaE |
then the whole thing is interpreted. |
22:24 |
VanessaE |
if a rule references another rule (or itself), the contents of that rule are inserted first, then the result is interpreted. |
22:25 |
VanessaE |
basically the most you should need for a simple tree is F, f, +, -, & and ^ |
22:25 |
VanessaE |
and you can probably cram everything into the initial axiom and just forget about the rules. |
22:26 |
NekoGloop |
Assume I am a complete moron. |
22:26 |
VanessaE |
if you want some randomness, add one or more of + - & ^ to one of the rules, and reference that rule with a lowercase a-d |
22:26 |
VanessaE |
ok |
22:26 |
VanessaE |
assume an axiom of "FFFf" |
22:26 |
NekoGloop |
3 tall tree with a leaf on top |
22:26 |
VanessaE |
this means, "place a trunk, move forward 1, place a ..." etc. |
22:27 |
VanessaE |
yes. |
22:27 |
VanessaE |
the initial direction is always straight up. |
22:27 |
VanessaE |
I believe the code will also add more leaves automatically, btw. |
22:27 |
VanessaE |
but you got it right |
22:27 |
VanessaE |
now, |
22:27 |
VanessaE |
if you do FFF+FFf |
22:27 |
NekoGloop |
Maybe this would be better in PM... |
22:27 |
VanessaE |
it will draw three trunks, turn right by whatever the "angle" field is set to (degrees), then draw two more trunks and a leaf. |
22:28 |
VanessaE |
if you do FFFFFUUUUUU, the client will throw an Exception and crash ;) |
22:28 |
NekoGloop |
xD |
22:30 |
VanessaE |
now, |
22:31 |
VanessaE |
assume an axiom of "FFFAFFAF" and rule-A that reads "&" |
22:31 |
NekoGloop |
I assume - turns left. |
22:31 |
VanessaE |
yep. |
22:31 |
VanessaE |
this will expand to FFF&FF&F |
22:31 |
VanessaE |
(draw three, pitch downward like a plane by "angle" degrees, draw 2, pitch down, draw 1) |
22:32 |
NekoGloop |
? |
22:32 |
VanessaE |
what ? |
22:32 |
NekoGloop |
pitch downward? |
22:32 |
VanessaE |
I was expanding my example axiom and rule of "FFF&FF&F" and "&" |
22:32 |
VanessaE |
yeah |
22:33 |
VanessaE |
like to lean forward |
22:33 |
VanessaE |
when you look down at the ground or up at the sky, you're pitching |
22:33 |
VanessaE |
when you turn left/right, you're yaw'ing. |
22:33 |
NekoGloop |
So... |
22:33 |
VanessaE |
when you lean to one side or the other, you're rolling |
22:33 |
NekoGloop |
+ - & ^ are right/left/down/up |
22:33 |
VanessaE |
yes. |
22:33 |
VanessaE |
by angle. |
22:34 |
VanessaE |
so if angle = 45, an & will pitch your path down by 45 degrees and it'll stay that way until you turn again |
22:36 |
NekoGloop |
Let's try a practical test and see if I crash minetest horribly. |
22:36 |
VanessaE |
it makes 1000x more sense if you try it on paper first. start with "up" being the top edge of the page, draw out something like "FFFF++FFF-FFF++F" with an angle of say 30 degrees. |
22:36 |
VanessaE |
use a protractor |
22:37 |
VanessaE |
you probably won't crash MT, but you may get some weird results :) |
22:37 |
NekoGloop |
I'm just gonna be boring and make a little dinky tree. |
22:37 |
NekoGloop |
no angles or stuff |
22:37 |
NekoGloop |
just a dinky little straight tree |
22:37 |
VanessaE |
that's fine, but the most you'll ...yeah |
22:37 |
NekoGloop |
That's all I want >.> |
22:38 |
NekoGloop |
So how do I actually generate the trees... |
22:38 |
Jordach |
PilzAdam found a nyan cat |
22:38 |
Jordach |
on world kitten day |
22:39 |
VanessaE |
NekoGloop: mytree = { axiom = "FFFff", trunk |
22:39 |
VanessaE |
oops |
22:39 |
NekoGloop |
Yes, I know how to define the tree. |
22:39 |
NekoGloop |
How do I generate it though. |
22:40 |
VanessaE |
NekoGloop: mytree = { axiom = "FFFff", trunk = "default:tree", leaves = "default:leaves", angle = 10, thin_branches = "true", trunk_type = "single" } |
22:40 |
VanessaE |
spawn_tree(pos, mytree) |
22:40 |
VanessaE |
pos = the base of the trunk |
22:40 |
VanessaE |
e.g. a regular set of coords |
22:40 |
NekoGloop |
Oh, yay, I get to use my treasure chest spawn code for something other than treasure chests. |
22:40 |
VanessaE |
haha |
22:40 |
VanessaE |
yep |
22:41 |
VanessaE |
or use plants_lib |
22:41 |
VanessaE |
*ducks* |
22:41 |
|
jemadux joined #minetest |
22:41 |
NekoGloop |
ew dependancies |
22:41 |
|
jemadux joined #minetest |
22:41 |
kaeza |
^ |
22:41 |
|
Ipos joined #minetest |
22:41 |
VanessaE |
someone should tune plants_lib a bit more, see if it can be made to use vmanip and such, and fucking add it to builtin all ready |
22:41 |
VanessaE |
hmmmm, PilzAdam, kahrl ^^^^ |
22:41 |
NekoGloop |
So remind me why we don't have actual SPAWN CODE for things yet? |
22:42 |
VanessaE |
NekoGloop: because lazy? :) |
22:42 |
VanessaE |
already* |
22:42 |
VanessaE |
I think the only bug it has left is that grow_node is ignored in the growing code (so a tree sapling can grow on cobble, etc) |
22:43 |
VanessaE |
I've been too lazy to bother because no one seems interested in helping tune and improve it anymore :-/ |
22:43 |
NekoGloop |
All I want is to be able to put these trees into the world in a non-hacky way. |
22:44 |
NekoGloop |
Oh, that's what we need, we need decorations to support L-system things. |
22:46 |
NekoGloop |
Yeah no. |
22:46 |
VanessaE |
plants_lib is, afaik, the only non-hacky way to do it. |
22:47 |
NekoGloop |
plants_lib? non-hacky? |
22:47 |
NekoGloop |
ahahahahahaha |
22:47 |
VanessaE |
else you pretty much have to start from scratch, or rely strictly on mapgen v7 |
22:47 |
NekoGloop |
The entire reason for these trees needing to exist is mapgen v7. |
22:47 |
VanessaE |
well then you don' |
22:47 |
VanessaE |
don't need plants_lib, you just need that decoration thingy. but as it doesn't support L-systems, you're screwed :) |
22:48 |
NekoGloop |
technically decorations work in v6 |
22:48 |
NekoGloop |
#TheMoreYouKnow |
22:52 |
Jordach |
VanessaE, we found a naturally spawned nyan cat and returned with it - intact |
22:52 |
VanessaE |
cool. |
22:53 |
|
rsiska joined #minetest |
22:55 |
|
roboman2444 joined #minetest |
23:00 |
|
khor joined #minetest |
23:03 |
Kacey |
bbl |
23:04 |
|
enke joined #minetest |
23:05 |
enke |
anybody here? |
23:05 |
kaeza |
no :) |
23:05 |
VanessaE |
no :) |
23:05 |
Semilevel |
nope |
23:05 |
NekoGloop |
never |
23:05 |
enke |
hi :) |
23:05 |
NekoGloop |
I mean, meow |
23:06 |
kahrl |
so I just created http://dev.minetest.net/minetest.spawn_tree and http://dev.minetest.net/treedef |
23:06 |
kahrl |
how do I get the last line on the latter to link to the former? |
23:06 |
* Semilevel |
is away: 500 Away |
23:06 |
VanessaE |
ooo, referenced in the dev wiki. *vindication!* |
23:06 |
VanessaE |
:) |
23:07 |
enke |
im on my crappy gen 1 kindle |
23:07 |
kahrl |
VanessaE, mind if I link to your description of the lsystem up there? |
23:07 |
VanessaE |
go right ahead |
23:08 |
VanessaE |
kahrl: how goes that httpfetch project? |
23:08 |
kahrl |
did nothing of interest today |
23:08 |
kahrl |
too lazy |
23:08 |
VanessaE |
heh |
23:09 |
* enke |
is hiding away from everone |
23:09 |
NekoGloop |
Imma wait until decorations support lsystems. |
23:10 |
VanessaE |
oh hell I can't believe I forgot about the distinction between F and T |
23:10 |
VanessaE |
forgot that we had the T directive now |
23:10 |
NekoGloop |
T is draw and stay, right? |
23:10 |
VanessaE |
no |
23:10 |
VanessaE |
moves forward and draws only trunk nodes |
23:10 |
NekoGloop |
mmmm, ok |
23:11 |
* enke |
's brother turned 21 today |
23:11 |
NekoGloop |
Good for him. |
23:11 |
NekoGloop |
*I don't care* |
23:11 |
enke |
i can tell :P |
23:12 |
NekoGloop |
If dr. House had a cat, it would probably be me. |
23:12 |
VanessaE |
haha |
23:16 |
enke |
i gtg |
23:34 |
|
Miner_48er joined #minetest |
23:37 |
|
Exio joined #minetest |
23:40 |
|
ecube joined #minetest |
23:41 |
* Jordach |
slowly recrates a replica of PilzAdam's castle in Blender |
23:43 |
|
Weedy joined #minetest |
23:43 |
|
Weedy joined #minetest |
23:45 |
* Tesseract |
wants ban exempts in Minetest, and a better ban system overall. |
23:45 |
PilzAdam |
Jordach, I got the bones with your bucket |
23:45 |
PilzAdam |
now I need to wait |
23:45 |
Jordach |
PilzAdam, note the co-ord |
23:46 |
PilzAdam |
30, -169, 19 |
23:46 |
PilzAdam |
I have created a room out of cobble |
23:46 |
PilzAdam |
perfectly safe |
23:47 |
PilzAdam |
and marked it with a wood block on top |
23:49 |
Jordach |
PilzAdam, http://i.imgur.com/Gt9lfPK.png |
23:49 |
Jordach |
now you see why i wanted a special cobble texture |
23:50 |
bas080 |
Is there a way to know what player is triggering the nodes abm? |
23:50 |
iqualfragile |
Jordach: why would you not build that out of voxels? |
23:50 |
Jordach |
iqualfragile, those are blender cubes |
23:51 |
iqualfragile |
i can see that |
23:51 |
VanessaE |
bas080: measure the distance from the node to all currently logged-in players and pick the closest one? :) |
23:51 |
PilzAdam |
bas080, just search for the closest one? there isnt really a player who "triggers it", it just runs when blocks are loaded |
23:51 |
bas080 |
Jorach, that texture tiles nicely. |
23:51 |
VanessaE |
ninja'd HIYAH! |
23:51 |
VanessaE |
:) |
23:51 |
bas080 |
PilzAdam and VanessaE, ty |
23:52 |
bas080 |
ok... weird cause i remember that abm is only triggered when a player is nearby |
23:52 |
PilzAdam |
blocks are loaded when players are close |
23:52 |
VanessaE |
bas080: measure the distance and consider it to be all players who are within the default block activation radius |
23:52 |
PilzAdam |
and the ABMs run in loaded blocks; but there isnt a player who "triggers" it |
23:52 |
VanessaE |
(I think that's...5 blocks?) |
23:53 |
PilzAdam |
its configureable |
23:53 |
PilzAdam |
fresh bones, Y U NO turn into old bones? |
23:56 |
|
babyface1031 joined #minetest |