Time |
Nick |
Message |
01:18 |
|
ExcaliburZero joined #minetest-mods |
01:34 |
|
init joined #minetest-mods |
01:39 |
|
VanessaE_ joined #minetest-mods |
01:40 |
|
init joined #minetest-mods |
01:59 |
|
Vanessa_E joined #minetest-mods |
02:02 |
|
nyuszika7h joined #minetest-mods |
02:24 |
|
VanessaE_ joined #minetest-mods |
02:28 |
|
ecube joined #minetest-mods |
04:19 |
|
DUckEf joined #minetest-mods |
04:20 |
DUckEf |
this one in specific |
04:20 |
DUckEf |
http://forum.minetest.net/viewtopic.php?pid=89527#p89527 |
04:22 |
|
BrandonReese joined #minetest-mods |
10:48 |
|
PilzAdam joined #minetest-mods |
13:14 |
|
rubenwardy joined #minetest-mods |
13:27 |
|
ExcaliburZero joined #minetest-mods |
13:28 |
ExcaliburZero |
I am currently trying to make a node that is sphere-shaped, and I was wondering, how do you make a node sphere-shaped? |
13:29 |
ExcaliburZero |
I know how to change the lengths of the sides of the node, but not how to make it into a sphere. |
13:29 |
PilzAdam |
use nodeboxes, thats reather hacky, though |
13:29 |
PilzAdam |
(search in the forum for that) |
13:31 |
ExcaliburZero |
I found this, which makes a barrel shape, bt I'm not sure how to modify it to make a sphere. |
13:31 |
ExcaliburZero |
http://forum.minetest.net/viewtopic.php?pid=32237#p32237 |
13:32 |
PilzAdam |
the system is the same, just a bit different math behind it |
13:38 |
ExcaliburZero |
I looked at the non-cubic mod and it has the math for a sphere there. |
13:43 |
ExcaliburZero |
I copied the code to my mod, but it gives me an error whenever load Minetest. |
13:43 |
ExcaliburZero |
"ServerError: Failed to bind socket (port already in use?)" |
13:43 |
PilzAdam |
that is not related to your mod |
13:44 |
PilzAdam |
you cant run 2 singleplayer games at once |
13:44 |
ExcaliburZero |
*facepalm |
14:46 |
|
rubenwardy_ joined #minetest-mods |
15:01 |
|
NakedFury joined #minetest-mods |
15:42 |
rubenwardy |
If I define a node with groups = {is_flag}, |
15:42 |
rubenwardy |
can i get it by group:is_flag? |
15:43 |
VanessaE |
I would think it would be get_node(pos).groups.is_flag |
15:44 |
rubenwardy |
I am so I can get it from here: https://github.com/minetest/minetest/blob/master/doc/lua_api.txt#L1262 |
15:44 |
VanessaE |
there is also a call you can use to get the node's groups directly |
15:44 |
rubenwardy |
{"ignore", "group:is_flag"} |
15:44 |
VanessaE |
OH |
15:44 |
VanessaE |
yeah you can do that |
15:49 |
rubenwardy |
does find_node_near always give the closest nod to that position? |
15:51 |
VanessaE |
I think it returns all nodes it found |
15:52 |
VanessaE |
e.g. all nodes in group:is_flag that are in the match area |
15:54 |
VanessaE |
at least that's how I've used it in the past, and it seems to work right :) |
15:54 |
|
sternnet joined #minetest-mods |
15:55 |
LandMinOG |
VanessaE i found this thread http://forum.minetest.net/viewtopic.php?id=5942 <----that isnt me just so you know :D |
15:56 |
VanessaE |
... |
15:57 |
LandMinOG |
yeah |
15:57 |
LandMinOG |
im repecting my ban |
15:57 |
LandMinOG |
even though you dont respect my post |
15:59 |
VanessaE |
I am not going to waste my time explaining my reasons. |
16:00 |
LandMinOG |
i didnt ask for it.....but just know that if anything is posted it isnt me....i usually navigate the forum with out a vpn so you would know that |
16:02 |
VanessaE |
I don't respect people who violate the rules repeatedly - especially when one such violation is CALLING ME A BITCH. |
16:03 |
|
Kacey joined #minetest-mods |
16:04 |
LandMinOG |
npt the first time you delete a thread of mine....or post |
16:05 |
VanessaE |
I keep the forums tidy, and posts like that one are NOT WELCOME there. |
16:06 |
LandMinOG |
the only bad thing i posted wrong was what you mentioned above..besides that it was all good |
16:06 |
LandMinOG |
but w.e |
16:07 |
LandMinOG |
unban me from #minetest ill be a good boy :D |
16:07 |
LandMinOG |
dsad |
16:08 |
VanessaE |
no. |
16:09 |
LandMinOG |
well it was worth a try lol |
16:10 |
LandMinOG |
i hate you :( |
16:11 |
* rubenwardy|away |
is away: I'm busy |
16:11 |
LandMinOG |
im going to play dayz |
16:17 |
LandMinOG |
. |
16:24 |
|
VanessaE left #minetest-mods |
16:36 |
|
rubenwardy_ joined #minetest-mods |
16:40 |
* rubenwardy|away |
is away: I'm busy |
16:43 |
|
sfan5 joined #minetest-mods |
16:53 |
|
Someguy1234 joined #minetest-mods |
17:12 |
|
NakedFury joined #minetest-mods |
17:57 |
* rubenwardy|away |
is away: I'm busy |
18:15 |
|
rubenwardy joined #minetest-mods |
18:31 |
|
PilzAdam joined #minetest-mods |
18:32 |
|
NakedFury joined #minetest-mods |
18:36 |
|
PilzAdam_ joined #minetest-mods |
18:37 |
|
PilzAdam__ joined #minetest-mods |
18:49 |
|
PilzAdam joined #minetest-mods |
20:26 |
|
PilzAdam_ joined #minetest-mods |
22:12 |
|
Someguy123 joined #minetest-mods |
22:51 |
|
NakedFury joined #minetest-mods |
22:53 |
|
PilzAdam_ joined #minetest-mods |
23:06 |
|
PilzAdam_ joined #minetest-mods |
23:20 |
|
init joined #minetest-mods |
23:20 |
|
PilzAdam_ joined #minetest-mods |
23:26 |
|
nyuszika7h joined #minetest-mods |
23:30 |
|
init joined #minetest-mods |
23:31 |
|
NakedFury left #minetest-mods |
23:37 |
|
Someguy1234 joined #minetest-mods |
23:41 |
|
nyuszika7h joined #minetest-mods |
23:43 |
|
xy_ joined #minetest-mods |
23:45 |
|
ecube_ joined #minetest-mods |
23:50 |
|
sfan5 joined #minetest-mods |