From 24994b3b31df8279dff88e1256874e54c3f60df5 Mon Sep 17 00:00:00 2001 From: poikilos <7557867+poikilos@users.noreply.github.com> Date: Thu, 12 May 2022 10:14:50 -0400 Subject: [PATCH] Organize and document minetest conf files better. --- patches/subgame/minetest (README).conf | 6 ++++-- patches/subgame/minetest.LAN-client-example.conf | 2 +- patches/subgame/minetest.client-example.conf | 1 + patches/subgame/minetest.conf | 2 +- patches/subgame/minetest.server-example.conf | 8 +++++--- 5 files changed, 12 insertions(+), 7 deletions(-) diff --git a/patches/subgame/minetest (README).conf b/patches/subgame/minetest (README).conf index e1899d2..30fa43c 100644 --- a/patches/subgame/minetest (README).conf +++ b/patches/subgame/minetest (README).conf @@ -1,7 +1,9 @@ - -# DON'T USE THIS -- instead, see: # * minetest.client-example.conf (the install script copies this to # $HOME/minetest/minetest.conf) # * minetest.server-example.conf (the install script copies this to # $HOME/minetest/games/ENLIVEN/minetest.conf) +# * TODO: minetest.conf defines the game. The other files can help +# with specific setups, but everything that changes nodes and +# gameplay should be in ENLIVEN/minetest.conf. +# * If using Final Minetest, world.conf could define the game. # * minetest.LAN-client-example.conf diff --git a/patches/subgame/minetest.LAN-client-example.conf b/patches/subgame/minetest.LAN-client-example.conf index 9e6251f..d742665 100644 --- a/patches/subgame/minetest.LAN-client-example.conf +++ b/patches/subgame/minetest.LAN-client-example.conf @@ -1,5 +1,5 @@ +give_initial_stuff = false enable_lapis_mod_columns = true -enable_footsteps = true lifetimer = 20000 maintab_LAST = online fallback_font_size = 22 diff --git a/patches/subgame/minetest.client-example.conf b/patches/subgame/minetest.client-example.conf index 2b2b673..1dc6673 100644 --- a/patches/subgame/minetest.client-example.conf +++ b/patches/subgame/minetest.client-example.conf @@ -1,5 +1,6 @@ # region client # address = +give_initial_stuff = false enable_lapis_mod_columns = true lifetimer = 20000 ambient_occlusion_gamma = 2.2 diff --git a/patches/subgame/minetest.conf b/patches/subgame/minetest.conf index 4be7332..024b4bf 100644 --- a/patches/subgame/minetest.conf +++ b/patches/subgame/minetest.conf @@ -1,4 +1,3 @@ - # This minetest.conf defines the ENLIVEN game # (becomes ENLIVEN/minetest.conf, which can only define mod settings, # not server settings). @@ -21,6 +20,7 @@ give_initial_stuff = false enable_lapis_mod_columns = true +enable_tsm_pyramids = true enable_footsteps = true lifetimer = 20000 diff --git a/patches/subgame/minetest.server-example.conf b/patches/subgame/minetest.server-example.conf index 24b5a3e..2822b9a 100644 --- a/patches/subgame/minetest.server-example.conf +++ b/patches/subgame/minetest.server-example.conf @@ -1,12 +1,14 @@ # region server +# This file doesn't need to have any settings already in minetest.conf +# (That file defines the ENLIVEN game). + # motd = "Actions and chat messages are logged. Recipes are in unified inventory mod. Otherwise visit the server's website for more info about mods and live map if available--if not, see http://wiki.minetest.net/Main_Page and https://github.com/minetest-technic/technic/wiki" motd = Actions and chat messages are logged. Use inventory to see recipes. Priveleges may be limited for new users, so ask a moderator to /grant priveleges. disallow_empty_passwords = true -enable_lapis_mod_columns = true -# (default 180, or 80 if enable_wonder is true; minimum is 10 -# see ) hunger_tick = 216 +# ^ Default hunger_tick=180, or 80 if enable_wonder is true; minimum 10. +# See "bucket_game/mods/coderfood/unified_foods/hunger.lua". time_speed = 60 day_time_speed = 60 night_time_speed = 60