Time |
Nick |
Message |
00:05 |
|
Eragon joined #minetest |
00:20 |
|
Sharpman joined #minetest |
00:25 |
|
btcgiveaway joined #minetest |
00:38 |
|
Opus joined #minetest |
00:55 |
|
SFENCE joined #minetest |
00:59 |
|
luk3yx joined #minetest |
01:28 |
|
SFENCE joined #minetest |
02:12 |
|
SFENCE joined #minetest |
02:13 |
|
TheSilentLink joined #minetest |
02:32 |
|
Sokomine joined #minetest |
03:30 |
|
SFENCE joined #minetest |
04:28 |
|
yezgromafic joined #minetest |
04:46 |
|
SFENCE joined #minetest |
05:00 |
|
MTDiscord joined #minetest |
05:57 |
|
SFENCE joined #minetest |
06:36 |
|
Talkless joined #minetest |
06:55 |
|
gregon joined #minetest |
07:28 |
|
syl joined #minetest |
07:41 |
|
MacroFaxSax joined #minetest |
08:43 |
|
Glaedr joined #minetest |
08:43 |
|
jaca122 joined #minetest |
09:08 |
|
tarsovbak joined #minetest |
10:06 |
|
sys4 joined #minetest |
10:32 |
|
YuGiOhJCJ joined #minetest |
11:12 |
|
gregon joined #minetest |
11:13 |
|
Eragon joined #minetest |
12:02 |
|
SFENCE joined #minetest |
12:05 |
|
ireallyhateirc joined #minetest |
12:07 |
|
Thelie joined #minetest |
12:35 |
|
SFENCE joined #minetest |
12:56 |
|
jluc joined #minetest |
13:17 |
|
sys4 joined #minetest |
13:37 |
|
rodrigo-morales joined #minetest |
14:28 |
|
TheSilentLink joined #minetest |
14:35 |
|
jaca122 joined #minetest |
15:28 |
|
Thelie joined #minetest |
15:31 |
|
tzenfore joined #minetest |
15:36 |
tzenfore |
Hello! How are all of you today? |
15:54 |
|
silverwolf73828 joined #minetest |
16:01 |
|
Sokomine joined #minetest |
16:23 |
|
tarsovbak joined #minetest |
16:26 |
|
gregon joined #minetest |
16:47 |
|
Thermoriax_1 joined #minetest |
17:16 |
|
Thermoriax joined #minetest |
17:34 |
MTDiscord |
<jordan4ibanez> I found a potato under my pillow. It must be Leif Erikson day |
19:14 |
|
SwissalpS joined #minetest |
19:25 |
|
SFENCE joined #minetest |
19:27 |
|
jaca122 joined #minetest |
19:32 |
|
jaca122 joined #minetest |
19:56 |
|
NQN joined #minetest |
20:20 |
|
germ_ joined #minetest |
20:25 |
|
Verticen joined #minetest |
20:46 |
|
Thermoriax joined #minetest |
20:50 |
|
Desour joined #minetest |
20:56 |
|
SFENCE joined #minetest |
21:13 |
|
Thermoriax joined #minetest |
21:28 |
|
Sharpman joined #minetest |
21:46 |
|
NQN joined #minetest |
22:30 |
|
TheCoffeMaker joined #minetest |
23:12 |
ireallyhateirc |
I'd like to make buildings where the inner side is one texture and the outside is another. So for example the outer wall would be from roughcast and the inner wall would be white pait, bathroom tiles, etc. I can think of two solutions: 1. making nodes smaller (increasing player scale) and a wall would be actually a 2-nodes wide layer. 2. making combined nodes where a single node would have multiple tiles/textures for |
23:12 |
ireallyhateirc |
each side |
23:12 |
ireallyhateirc |
the 1st solution needs nodes to be quite small which would hurt performance OR making the walls ridiculously wide |
23:14 |
cheapie |
There's one player on VE-C who makes the walls 3m thick - he uses the middle for a "frame" made out of, of all things, clay |
23:14 |
ireallyhateirc |
the 2nd solution is limited by the number of nodes available in the game. Say I have 100 different wall types then to make mix nodes I'd need 100 x 100 = 10K nodes which is 1/3 of the limit |
23:15 |
ireallyhateirc |
but I'd need corner nodes too so it'd be 10K * 2 = 20K which is 2/3 of the limit |
23:15 |
cheapie |
I've also seen people build with one type of node and then cover it with 1/16th slabs of a different one. |
23:15 |
ireallyhateirc |
making the walls 3m thick would ruin immersion and using 1/16 slabs would make it impossible to place any furniture next to the wall unless I'd do some ugly mesh offset hacks |
23:16 |
cheapie |
The slabs would usually go on the outside of the building. |
23:17 |
cheapie |
(and re: ruining immersion- yeah, tell me about it... :P) |
23:17 |
ireallyhateirc |
I could probably do 100 types of walls and then get away with it by fitting everything else into the remaining 10K nodes |
23:18 |
ireallyhateirc |
but IMO the total number of nodes should be increased |
23:26 |
|
NQN joined #minetest |
23:28 |
ireallyhateirc |
hmmm the issue is ~7 years old and marked as low priority: https://github.com/minetest/minetest/issues/6101 |
23:28 |
|
NQN left #minetest |
23:29 |
|
TheCoffeMaker joined #minetest |
23:29 |
ireallyhateirc |
it's surprisingly easy to run into that limit if you're not making just another Minecraft clone... |
23:33 |
|
panwolfram joined #minetest |
23:35 |
ireallyhateirc |
If I knew that I'd run so quickly into the limit I'd pick that issue as high priority for me instead of colored lights there: https://github.com/minetest/minetest/issues/15092 |
23:36 |
ireallyhateirc |
any chances of bumping the max node number in this decade or should I learn Godot? lol |
23:39 |
MTDiscord |
<wsor4035> i think thats on of the things thats on a theoretical 6.0, like world size expansion due to basically no way for backwards compat |
23:40 |
ireallyhateirc |
what's the rough/realistic timeline for 6.0? I'd like to make my game playable in about 3 years |
23:41 |
MTDiscord |
<wsor4035> no one knows, hence theoretical |
23:43 |
ireallyhateirc |
putting the fact that probably no one wants to work on this issue, the compatibility problem could be solved by mods explicitly requesting the extended number of nodes |
23:44 |
ireallyhateirc |
that way mods would use the current world format and protocol by default and only those who ask for it would get the compatibility-breaking extended one |
23:45 |
MTDiscord |
<wsor4035> it probably would be a setting/compile time option (purely my own speculation) |
23:46 |
MTDiscord |
<wsor4035> also the whole entity models being 10x node ones is probably a in theory 6.0 thing |
23:47 |
ireallyhateirc |
one thing that could be done now would be deleting the spam from this issue and unlocking it: https://github.com/minetest/minetest/issues/6101 |
23:47 |
ireallyhateirc |
that way I could at least post my rationale for wanting more nodes |
23:48 |
MTDiscord |
<wsor4035> its been a year, so in theory safe to unlock that now. so i have done so |
23:49 |
ireallyhateirc |
thanks |
23:50 |
MTDiscord |
<wsor4035> ive hidden ghosts comments as not really useful, whoever feel free to add/subtract from that number |
23:56 |
ireallyhateirc |
added my comment there |
23:58 |
MTDiscord |
<wsor4035> ....yeah, that comment really isnt a good arguement for more nodes tbh, thats a good argument for node variations (think like hardware coloring, etc) |