10 Commits

Author SHA1 Message Date
Aaron Suen
926b49e390 Update min proto version in conf from 41 to 43 to match 2024-08-18 00:10:18 -04:00
Aaron Suen
7d704be2cc Try to default protocol_version_min
This may or may not actually work on servers.  If it does, then
it may help cut down on log/chat noise from players trying to join
using outdated protocols.
2024-07-27 23:41:25 -04:00
Aaron Suen
cebd4e1545 Massive notes dump 2022-08-12 06:37:13 -04:00
Aaron Suen
bf2bed7b5a Reduce time-of-day workaround impact 2022-01-09 10:36:57 -05:00
Aaron Suen
8c6d7ff0c3 Try to flip the enable_damage default to true
NodeCore is intended to be played as a "survival" game
with damage mechanics enabled.  The default
minetest.conf setting for enable_damage seems to be
false in the engine.
2021-07-01 07:24:51 -04:00
Aaron Suen
d5d6cf0504 Time of day / shadow fixes
- Move time_speed into config defaults instead of overwriting
  host's minetest.conf (affects other SP worlds).
- Keep time synced in a loop now, to compensate for the fact that
  time_speed might be overridden.
- Correct the exact time of day for "no shadow time" to 0.2, which
  seems to work in the corner-case empirically.  The previous
  value of 5/24 still had long faint shadows on a perfectly flat
  world.
2021-06-22 06:45:26 -04:00
Aaron Suen
2c8f4a6e63 Try to raise default gamma
On the off chance that the client honors this,
raise the default gamma so that nav-by-feel/scale
spot light is actually visible.  Based on anecdotal
evidence, gamma=2 makes this workable on
most displays while still retaining some
semblance of a brightness curve.
2021-06-20 11:00:39 -04:00
Aaron Suen
2e55976a72 Work around dynamic shadows (MT5.5+)
- Disable them by default in SP
- Set time of day to midnight and lock it there
2021-06-20 10:42:53 -04:00
Aaron Suen
1ef3eb412a Revert ABM time budget configuration.
The idea was to have Minetest spend more of its total available
time running ABMs so that ABMs are less likely to fall behind.
The problem is that Minetest's ABM time management is so completely
TERRIBLE that this causes huge lagspikes and makes the game
largely unplayable, so we're required to waste this time instead.
2021-03-02 08:20:33 -05:00
Aaron Suen
904d6a2321 Change some default settings 2020-09-16 19:39:16 -04:00