poikilos
5 years ago
committed by
Jacob Gustafson
9 changed files with 134 additions and 95 deletions
@ -1,14 +1,19 @@ |
|||||
|
|
||||
|
# region overrides/CenterOfTheSun/append |
||||
|
|
||||
port = 30000 |
port = 30000 |
||||
public_serverlist = true |
public_serverlist = true |
||||
server_address = poikilos.dyndns.org |
server_address = poikilos.dyndns.org |
||||
server_announce = true |
server_announce = true |
||||
server_dedicated = true |
server_dedicated = true |
||||
server_description = "mature survival server focused on immersion (ENLIVEN is a Minetest game)" |
server_description = CotS is a mature survival server focused on immersion (ENLIVEN is a Minetest game). See https://poikilos.dyndns.org for details and announcements. |
||||
server_name = Center of the Sun |
server_name = Center of the Sun |
||||
server_url = https://poikilos.dyndns.org |
server_url = https://poikilos.dyndns.org |
||||
serverlist_url = http://servers.minetest.org:32000 |
serverlist_url = http://servers.minetest.org:32000 |
||||
|
|
||||
irc.channel = #minetest-general |
irc.channel = #minetest-general |
||||
irc.nick = CenterOfSun |
irc.nick = CotSunBot |
||||
irc.server = irc.oldcoder.org |
irc.server = irc.oldcoder.org |
||||
irc.crossworld = false |
irc.crossworld = false |
||||
|
|
||||
|
# endregion overrides/CenterOfTheSun/append |
@ -0,0 +1,33 @@ |
|||||
|
|
||||
|
# This minetest.conf defines the ENLIVEN game |
||||
|
# (becomes ENLIVEN/minetest.conf, which can only define mod settings, |
||||
|
# not server settings). |
||||
|
# The minetest.conf in ~/minetest defines: |
||||
|
# - client (see client-example) |
||||
|
# - server (see server-example) |
||||
|
# - announce and unique server settings (See Dedicated Server Settings |
||||
|
# section in server-example, and poikilos.dyndns.org-only settings |
||||
|
# in overrides/CenterOfTheSun/append/minetest.conf) |
||||
|
|
||||
|
# Not all settings can be changed in server's minetest.conf files (see |
||||
|
# minetest.client-example.conf in THIS folder) some settings can only be |
||||
|
# changed in client's local minetest.conf (see vbs login scripts) |
||||
|
|
||||
|
# For server-specific settings, |
||||
|
# see ~/minetest/minetest.conf (based on minetest.server-example.conf, |
||||
|
# and if worlds/CenterOfTheSun directory is present, then the |
||||
|
# EnlivenMinetest installer also appends |
||||
|
# EnlivenMinetest/overrides/CenterOfTheSun/append/minetest/minetest.conf |
||||
|
|
||||
|
enable_lapis_mod_columns = true |
||||
|
enable_footsteps = true |
||||
|
lifetimer = 20000 |
||||
|
|
||||
|
secure.trusted_mods = advanced_npc |
||||
|
|
||||
|
# player_model_version = default_character_v3 |
||||
|
# playeranim.model_version = MTG_4_Jun_2017 |
||||
|
# playeranim.model_version = MTG_4_Nov_2017 |
||||
|
# https://github.com/minetest-mods/ts_furniture has gone back to v# |
||||
|
# instead of dates: |
||||
|
playeranim.model_version = default_character_v3 |
Loading…
Reference in new issue