X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=gamemodes-server.cfg;h=17b90c624fde8f8af9a50534ad5e69fae6e27ead;hp=be48bcd7bc293d1448ae420898741f32d5b794f0;hb=05878d3a4c3285af636dd5e9f9b3aa1f54e6b3fb;hpb=56d4b0ec9ee77df2b7703fe169daea67f8e093a0 diff --git a/gamemodes-server.cfg b/gamemodes-server.cfg index be48bcd7b..17b90c624 100644 --- a/gamemodes-server.cfg +++ b/gamemodes-server.cfg @@ -446,8 +446,8 @@ set g_lms 0 "Last Man Standing: everyone starts with a certain amount of lives, set g_lms_lives_override -1 set g_lms_extra_lives 0 set g_lms_regenerate 0 -set g_lms_last_join 3 "if g_lms_join_anytime is false, new players can only join if the worst active player has more than (fraglimit - g_lms_last_join) lives" -set g_lms_join_anytime 1 "if true, new players can join, but get same amount of lives as the worst player" +set g_lms_last_join 3 "if g_lms_join_anytime is 0, new players can only join if the worst active player has (fraglimit - g_lms_last_join) or more lives; in other words, new players can no longer join once the worst player loses more than g_lms_last_join lives" +set g_lms_join_anytime 1 "1: new players can join, but get same amount of lives as the worst player; 0: new players can only join if the worst active player has (fraglimit - g_lms_last_join) or more lives" set g_lms_weaponarena "most_available" "starting weapons - takes the same options as g_weaponarena"