capturetheflag/minetest.conf

56 lines
1.1 KiB
Plaintext
Raw Normal View History

2015-07-16 18:44:01 +01:00
give_initial_stuff = true
enable_pvp = true
2017-12-27 15:21:21 +00:00
mg_name = singlenode
2020-09-16 21:05:41 +05:30
vote.kick_vote = true
hpregen.interval = 6
hpregen.amount = 1
2016-02-05 21:55:45 +00:00
random_messages_interval = 60
sprint_stamina = 10
2015-07-16 18:44:01 +01:00
2015-09-08 14:32:43 +01:00
#
# CTF_PVP_ENGINE
2020-09-16 21:05:41 +05:30
# See docs/doc_settings.md for ctf_pvp_engine settings.
2015-09-08 14:32:43 +01:00
#
2015-09-07 10:50:09 +01:00
ctf.colors.skins = true
2016-04-05 19:41:43 +01:00
ctf.colors.nametag = true
ctf.colors.nametag.tcolor = false
2015-09-08 14:32:43 +01:00
2015-07-16 18:44:01 +01:00
ctf.flag.capture_take = true
2015-11-25 18:38:05 +00:00
ctf.flag.waypoints = true
ctf.flag.nobuild_radius = 3
2016-04-04 22:34:38 +01:00
ctf.flag.alerts = true
ctf.flag.drop_time = 300
2015-09-08 14:32:43 +01:00
ctf.allocate_mode = 4
2015-07-16 18:44:01 +01:00
ctf.players_can_change_team = false
2015-09-01 18:28:40 +01:00
ctf.friendly_fire = false
2015-09-08 14:32:43 +01:00
ctf.autoalloc_on_joinplayer = true
2015-07-17 18:10:17 +01:00
ctf.match = true
2016-06-01 02:25:18 +01:00
ctf.match.teams = 2
ctf.match.team.1 = red
ctf.match.team.1.color = red
ctf.match.team.1.pos = 7,65,93
ctf.match.team.2 = blue
ctf.match.team.2.color = blue
ctf.match.team.2.pos = -22,66,-78
ctf.match.build_time = 180
2015-07-17 18:10:17 +01:00
ctf.match.clear_inv = true
ctf.match.destroy_team = true
ctf.match.reset_on_winner = true
2015-11-26 22:00:41 +00:00
ctf.match.map_reset_limit = 200
2015-11-25 18:38:05 +00:00
ctf.match.remove_player_on_leave = true
2020-09-16 21:05:41 +05:30
#
# Physics
#
movement_acceleration_default = 4
movement_acceleration_air = 3
movement_speed_walk = 4.3
movement_speed_crouch = 1.5
movement_speed_climb = 3.5
movement_speed_jump = 7