Time |
Nick |
Message |
00:07 |
|
notanewbie joined #minetest |
00:15 |
|
notanewbie joined #minetest |
00:17 |
|
erlehmann joined #minetest |
00:24 |
|
cation joined #minetest |
00:35 |
|
cation joined #minetest |
00:55 |
|
est31 joined #minetest |
01:36 |
|
est31 joined #minetest |
01:40 |
|
notanewbie joined #minetest |
01:44 |
|
bdju joined #minetest |
02:46 |
|
notanewbie joined #minetest |
02:47 |
|
notanewbie joined #minetest |
03:46 |
Emerald2 |
Are fireflies:hidden_firefly invisible or something? |
03:48 |
Emerald2 |
And why does ethereal keep putting jungles right next to the snowblock biome? Would have thought the temperature values would be too far apart. |
03:53 |
|
est31 joined #minetest |
03:56 |
|
est31 joined #minetest |
03:59 |
|
remilauzier joined #minetest |
04:00 |
|
MTDiscord joined #minetest |
04:07 |
|
est31 joined #minetest |
04:09 |
|
notanewbie joined #minetest |
04:12 |
|
specing_ joined #minetest |
04:40 |
|
olliy joined #minetest |
05:05 |
Emerald2 |
For context, I'm trying to figure out why a server with ethereal mapgen has barely any fireflies. |
05:09 |
|
notanewbie joined #minetest |
05:24 |
|
notanewbie joined #minetest |
05:48 |
|
notanewbie joined #minetest |
06:10 |
|
notanewbie joined #minetest |
06:12 |
|
notanewbie joined #minetest |
06:21 |
|
CWz_ joined #minetest |
07:21 |
|
Flabb joined #minetest |
07:37 |
|
calcul0n_ joined #minetest |
07:45 |
|
CeeGee joined #minetest |
07:47 |
|
ilomiglio joined #minetest |
07:48 |
|
ilomiglio joined #minetest |
07:56 |
|
independent56 joined #minetest |
08:00 |
|
ShadowNinja joined #minetest |
08:09 |
|
Kimapr5 joined #minetest |
08:26 |
|
ilomiglio joined #minetest |
08:27 |
|
ilomiglio joined #minetest |
08:38 |
|
reumeth joined #minetest |
08:54 |
|
jluc joined #minetest |
09:03 |
river |
can i see some machines and automated systems that have been built in modded minetest? |
09:04 |
|
SwissalpS joined #minetest |
09:06 |
|
Talkless joined #minetest |
09:06 |
|
reumeth joined #minetest |
09:21 |
|
entuland joined #minetest |
09:27 |
independent56 |
go to any survival server, river |
09:29 |
independent56 |
i think that map.sqlite should be capped at ~50 MB, as it gets large, and hard for operations like ZIP. might as well make a seperate database for each mapblock, or at leasta different table for each mapblock |
09:30 |
|
Kimapr7 joined #minetest |
09:33 |
cheapie |
$ du -hs map.db |
09:33 |
cheapie |
75Gmap.db |
09:33 |
cheapie |
Hmm... :P |
09:34 |
|
ilomiglio joined #minetest |
09:35 |
|
reumeth joined #minetest |
09:38 |
|
ilomiglio joined #minetest |
09:38 |
|
calcul0n__ joined #minetest |
09:39 |
MTDiscord |
<IhrFussel> 50 MB is nothing on a server...that's like generating 1 path way (okay maybe a bit more than that) |
09:42 |
comrad |
my minetester server hast around 162M and the mineclone2 world has 149M |
09:42 |
independent56 |
me too |
09:42 |
independent56 |
my worlds i play on tend to be quite large... meh. |
09:43 |
independent56 |
i guess i have to live with the zip command putting a progress bar on map.sqlite |
09:43 |
cheapie |
Could always switch it to leveldb if it bothers you that much - that backend does split things up. |
09:43 |
comrad |
we use borg for backup, the whole backup takes around 9s |
09:44 |
comrad |
independent56: or put the world into a database like postgres |
09:44 |
MinetestBot |
[git] SmallJoker -> minetest/minetest: UnitSAO: Prevent circular attachments 5bf7246 https://git.io/JGGSu (2021-05-29T09:44:48Z) |
09:44 |
MinetestBot |
[git] Wuzzy2 -> minetest/minetest: Fix cloud fog being broken for high clouds ff48619 https://git.io/JGGSz (2021-05-29T09:44:31Z) |
09:45 |
independent56 |
hmm |
09:45 |
independent56 |
idrc |
09:45 |
independent56 |
long backups are fine, crontab runs them a 20:00, and my main picks it up at 21:30 |
09:45 |
independent56 |
i have like an hour and a half to make the backups |
09:46 |
cheapie |
It's not really clear to me what the problem with large files really is, anyway - surely nobody is trying to run a Minetest server with a >4GB world on Windows 98 or something. |
09:46 |
cheapie |
...mostly because if they were, that person would probably be me, and I haven't done that :P |
09:46 |
MinetestBot |
[git] Wuzzy2 -> minetest/minetest: Fix misleading /shutdown command syntax d7a4479 https://git.io/JGGSy (2021-05-29T09:45:04Z) |
09:47 |
independent56 |
lol |
09:47 |
independent56 |
im running on a 2009 computer running bodhi linux and i have 200 gb of drive space |
09:48 |
independent56 |
and it is free, my parents pay the wifi and electricity costs of running the server |
09:48 |
independent56 |
"free hosting does not exist" lies. i said lies. |
09:48 |
cheapie |
Linux on any sane FS (FAT32 doesn't count as sane) will handle the file sizes involved in any reasonable MT world fine. |
09:48 |
independent56 |
lol yeah |
09:48 |
independent56 |
"reasonable" |
09:49 |
cheapie |
ext4 in particular can handle 16TiB files - if your MT world is hitting that then you have some problems, and sqlite probably has limits lower than that too. |
09:52 |
MTDiscord |
<AntumDeluge> Are there instructions on building for Android? Nothing in the README. |
09:53 |
|
erlehmann joined #minetest |
09:53 |
sfan5 |
buidld/android/README |
09:53 |
sfan5 |
build* |
09:55 |
MTDiscord |
<AntumDeluge> @sfan5 That file doesn't exist. Is it somewhere else? |
09:55 |
MTDiscord |
<AntumDeluge> Oh! |
09:55 |
sfan5 |
huh I'm pretty sure we had that |
09:55 |
MTDiscord |
<AntumDeluge> doc/README.android |
09:56 |
MTDiscord |
<AntumDeluge> Thanks. ? |
09:56 |
comrad |
btw, we set up our minetest and mineclone2 server with podman / docker. Is the dockerfile interesting enough for the wiki? and/or might a systemd service unit be interesting for the wiki? |
10:08 |
|
Noisytoot joined #minetest |
10:20 |
|
Fixer joined #minetest |
10:20 |
Emerald2 |
IMO more info about setting up minetest servers is always good. |
10:23 |
|
notanewbie joined #minetest |
10:44 |
comrad |
okay |
11:16 |
|
Fixer_ joined #minetest |
11:38 |
MTDiscord |
<AntumDeluge> Since I don't have a verisign key, I can only build "debug" apks, right? Other than being signed, is the debug package any different? |
11:38 |
MTDiscord |
<AntumDeluge> *other than NOT being signed... |
11:39 |
sfan5 |
not really |
11:39 |
MTDiscord |
<AntumDeluge> Oh good. |
11:40 |
MTDiscord |
<AntumDeluge> No performance differencs? |
11:40 |
MTDiscord |
<AntumDeluge> *differences |
11:41 |
sfan5 |
nope |
11:41 |
sfan5 |
the C++ code is compiled exactly the same even |
11:43 |
MTDiscord |
<AntumDeluge> Okay, thanks. |
11:59 |
celeron55 |
it's just that users can't install it on top of the existing minetest app |
11:59 |
celeron55 |
if the key isn't the same |
12:02 |
|
notanewbie joined #minetest |
12:10 |
|
riff-IRC joined #minetest |
12:31 |
|
notanewbie joined #minetest |
12:39 |
comrad |
is it still necessary to ask for an account on the wiki? my username in the forum is "comrad" |
12:41 |
|
Talkless joined #minetest |
12:54 |
|
ilomiglio joined #minetest |
12:56 |
MTDiscord |
<appguru> independent56: your parents still pay, so it isn't free |
12:56 |
MTDiscord |
<appguru> also note that running a server might make you liable if something happens, say it becomes part of a botnet |
12:57 |
Noisytoot |
dev.minetest.net's certificate has expired |
13:19 |
|
moongaia joined #minetest |
13:19 |
|
MTDiscord1 joined #minetest |
13:21 |
|
riff_IRC joined #minetest |
13:25 |
|
moongaia joined #minetest |
13:55 |
|
jluc joined #minetest |
14:07 |
|
Fixer joined #minetest |
14:08 |
|
Gustavo6046 joined #minetest |
14:09 |
|
ovh joined #minetest |
14:38 |
|
Kimapr joined #minetest |
14:39 |
|
independent56 joined #minetest |
14:43 |
MTDiscord |
<j45> Noisytoot: it has already been mentioned several times... |
14:49 |
|
delta23 joined #minetest |
14:52 |
sfan5 |
maybe bringing it up until it's fixed is the right strategy ;) |
15:14 |
|
Gustavo6046 joined #minetest |
15:18 |
|
independent_ joined #minetest |
15:29 |
|
independent_ joined #minetest |
15:37 |
|
[0] joined #minetest |
15:37 |
|
Alias1 joined #minetest |
15:38 |
|
erlehmann joined #minetest |
15:38 |
|
ssieb joined #minetest |
15:38 |
|
comrad joined #minetest |
15:38 |
|
nuala joined #minetest |
15:38 |
|
bigfoot547 joined #minetest |
15:38 |
|
Fixer joined #minetest |
15:39 |
|
riff-IRC joined #minetest |
15:39 |
|
Evergreen joined #minetest |
15:41 |
|
vgtw joined #minetest |
15:42 |
|
Hawk777 joined #minetest |
15:43 |
|
Hawk777 joined #minetest |
15:44 |
|
Alias1 joined #minetest |
15:44 |
|
queria joined #minetest |
15:44 |
|
ssieb joined #minetest |
15:44 |
|
Evergreen joined #minetest |
15:45 |
|
remilauzier joined #minetest |
15:45 |
|
Gustavo6046 joined #minetest |
15:45 |
|
Talkless joined #minetest |
15:46 |
|
vgtw joined #minetest |
15:56 |
|
Alias1 joined #minetest |
16:08 |
|
independent_ joined #minetest |
16:10 |
|
twoelk left #minetest |
16:11 |
|
specing joined #minetest |
16:15 |
|
Kimapr5 joined #minetest |
16:24 |
|
notanewbie joined #minetest |
16:37 |
|
notanewbie joined #minetest |
16:43 |
|
notanewbie joined #minetest |
16:55 |
|
notanewbie joined #minetest |
16:57 |
|
independent56 joined #minetest |
16:58 |
|
notanewbie joined #minetest |
17:03 |
|
notanewbie joined #minetest |
17:06 |
|
Gustavo6046 joined #minetest |
17:18 |
|
remilauzier left #minetest |
17:26 |
|
notanewbie joined #minetest |
17:35 |
|
definitely_a joined #minetest |
17:38 |
|
notanewbie joined #minetest |
17:38 |
|
independent56 joined #minetest |
17:43 |
|
vgtw left #minetest |
17:53 |
|
notanewbie joined #minetest |
17:58 |
|
notanewbie joined #minetest |
18:11 |
|
independent56 joined #minetest |
18:23 |
|
notanewbie joined #minetest |
18:31 |
|
notanewbie joined #minetest |
18:38 |
|
notanewbie joined #minetest |
18:42 |
|
ilomiglio joined #minetest |
18:48 |
|
Gustavo6046 joined #minetest |
18:50 |
|
entuland joined #minetest |
19:04 |
|
jluc joined #minetest |
19:06 |
|
CeeGee joined #minetest |
19:15 |
|
notanewbie joined #minetest |
19:20 |
|
notanewbie joined #minetest |
19:39 |
|
river joined #minetest |
19:40 |
|
notanewbie joined #minetest |
19:52 |
|
notanewbie joined #minetest |
20:02 |
|
independent56 joined #minetest |
20:05 |
|
tomraceror joined #minetest |
20:13 |
|
notanewbie joined #minetest |
20:24 |
|
notanewbie joined #minetest |
20:25 |
rubenwardy |
AntumDeluge: apks are always self signed, you don't need to pay for a cert |
20:28 |
|
notanewbie joined #minetest |
20:29 |
|
Noisytoot joined #minetest |
20:32 |
|
notanewbie joined #minetest |
20:33 |
|
reumeth joined #minetest |
20:44 |
|
notanewbie joined #minetest |
20:44 |
|
notanewbie joined #minetest |
20:47 |
|
notanewbie joined #minetest |
20:52 |
|
notanewbie joined #minetest |
21:00 |
|
Fixer_ joined #minetest |
21:07 |
|
notanewbie joined #minetest |
21:08 |
independent56 |
i wish that normal advtrains signals had a yellow aspect |
21:08 |
|
notanewbie joined #minetest |
21:08 |
independent56 |
for "danger at the next signal", just like british ones |
21:08 |
independent56 |
notanewbie has left |
21:14 |
|
entuland joined #minetest |
21:21 |
|
entuland joined #minetest |
21:25 |
|
Noisytoot joined #minetest |
21:30 |
|
notanewbie joined #minetest |
21:31 |
|
entuland joined #minetest |
21:39 |
|
notanewbie joined #minetest |
21:41 |
|
notanewbie joined #minetest |
21:43 |
MTDiscord |
<y5nw> independent56: real Ks signals also use the yellow aspect for "expect to stop at the next signal", except distant signals are a bit complicated to implement |
21:44 |
|
erlehmann joined #minetest |
22:12 |
|
notanewbie joined #minetest |
22:12 |
|
notanewbie joined #minetest |
22:22 |
|
SwissalpS joined #minetest |
22:30 |
|
notanewbie joined #minetest |
22:40 |
|
notanewbie joined #minetest |
22:45 |
|
ilomiglio joined #minetest |
22:46 |
|
ilomiglio joined #minetest |
22:49 |
ilomiglio |
Is there a client mod for torch illumination? At least the server won't render the illumination for all |
22:50 |
|
Fixer joined #minetest |
22:53 |
sfan5 |
there isn't |
22:53 |
ilomiglio |
I see |
23:07 |
|
ilomiglio joined #minetest |
23:08 |
|
bwarden joined #minetest |
23:14 |
|
nuala joined #minetest |
23:17 |
|
ilomiglio joined #minetest |
23:21 |
|
Alias2 joined #minetest |
23:24 |
|
ilomiglio joined #minetest |
23:33 |
|
Lone_Wolf joined #minetest |
23:33 |
|
notanewbie joined #minetest |
23:34 |
|
ilomiglio left #minetest |