X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=minigames.cfg;h=e18b13b07af64abdf1f3b440341ea738744e3706;hb=6b34ad57763e142aa1f8dc0429dbbc492ab65380;hp=04c370cfc66e70e779db9489f651d8ea27714d14;hpb=785232fc90ed7bd7038c79f65534a7e79efd7f45;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/minigames.cfg b/minigames.cfg index 04c370cfc..e18b13b07 100644 --- a/minigames.cfg +++ b/minigames.cfg @@ -1,4 +1,4 @@ -set sv_minigames 1 "Allow minigames" +set sv_minigames 0 "Allow minigames" set sv_minigames_observer 1 "Force minigame players to be observers. 0: don't move them to observer, 1: move them to observer, 2: force observer" // Pong @@ -11,4 +11,10 @@ set sv_minigames_pong_ball_radius 0.03125 "Ball radius relative to the board s set sv_minigames_pong_ball_number 1 "Number of balls to be played at once" set sv_minigames_pong_ai_thinkspeed 0.1 "Seconds between AI actions" -set sv_minigames_pong_ai_tolerance 0.33 "Distance of the ball relative to the paddle size" \ No newline at end of file +set sv_minigames_pong_ai_tolerance 0.33 "Distance of the ball relative to the paddle size" + + +// Snake? Snake! SNAAAAKE!! +set sv_minigames_snake_delay_initial 0.7 "Initial delay between snake movement" +set sv_minigames_snake_delay_multiplier 50 "Multiplier of incremental of movement speed (player_score / cvar)" +set sv_minigames_snake_delay_min 0.1 "Minimum delay between snake movement (at fastest rate)"