]> de.git.xonotic.org Git - xonotic/xonotic-maps.pk3dir.git/blobdiff - maps/campaignxonoticbeta.txt
Make work timelimit
[xonotic/xonotic-maps.pk3dir.git] / maps / campaignxonoticbeta.txt
index 70dd26662823d9f1da7072daacff36b3a50c6dc3..0ea8913b90b9e8e9c6b0f6a831f66d61aa96de2c 100644 (file)
 "dm","solarium","8","6","15",,"g_nix 1","[Special] Deathmatch: Solarium","NIX: In this mutator everyone will spawn with the same weapon, but the weapon will change randomly after some time."
 "ft","warfare","5","6","5",,,"Freeze Tag: Warfare","If you get fragged you will be frozen. You revive teammates by standing close to them for a few seconds. A round is over if an entire team is frozen."
 "lms","drain","6","6","5",,,"Last Man Standing: Drain","You will have 5 lives in this gamemode and the goal is not to run out of lives before the others do!\n= The last man standing"
-"tdm","afterslime","5","7","20",,"sv_gravity 200"," [Special] Team Deathmatch: Afterslime","Another TDM match.\nThough, we lowered the gravity a little bit."
+"tdm","afterslime","5","7","20",,"sv_gravity 200","[Special] Team Deathmatch: Afterslime","Another TDM match.\nThough, we lowered the gravity a little bit."
 "ka","runningman","6","7","15",,,"Keepaway: Running Man","Pick up the ball and frag everything that moves!\nHint: You can shoot through warpzones!"
 "nexball","nexballarena","5","7","5",,,"Nexball: Nexball Arena","This is similar to football now. You move the ball if you hit it, so try to push it into the enemies goal. First team who can score 5 goals wins!"
 "kh","silentsiege","8","8","600",,,"Key Hunt: Silent Siege","Key Hunt one more time! Get 600 points to win."
 "ctf","implosion","7","8","5",,"g_jetpack 1","[Special] Capture the Flag: Implosion","Jetpack: Press Jump (default key 'space') while already in the air to use the Jetpack and enjoy flying around!"
-//"as","techassault","7","8","30",,"g_campaign_forceteam 1","Assault: Techassault","You are in the attacking team and you have to destroy all objects. There will be new rooms/ways if you destroy an object."
+"as","techassault","7","8","30",,"g_campaign_forceteam 1","Assault: Techassault","You are in the attacking team and you have to destroy all objects. There will be new rooms/ways if you destroy an object."
 "dm","oilrig","6","8","15",,,"Deathmatch: Oilrig","In this DM game you are going to face 8 'Assassin' bots!"
 //"cts","courtfun","0","0","6000",,,"Race CTS: Courtfun","Race CTS (Complete the Stage) is similar to the Race mode, just that you only need to reach the finish in CTS. You have to beat it within 1 minute though."
 "dm","xoylent","4","6","10",,"g_weaponarena blaster","[Special] Deathmatch: Xoylent","Blaster only: This time you get only the Blaster, so try to push the enemies off the map! But don't let them push you, because you need only 10 frags to win.\nWatch your step!"
@@ -30,4 +30,6 @@
 "dm","stormkeep","9","11",15",,"g_weaponarena devastator","[Bonus] Deathmatch: Stormkeep","SURPRISE!\nWelcome to the ROCKET HELL!\nOnly the Devastator will be available here - don't blow up yourself! Have fun!"
 
 // rc & cts disabled, since we hide these modes
-// as disabled, because bots can't play it
+
+// note that currently any cvars changed in mutator-sets must be accessed in code using the cvar() function (or autocvar aliases to that), otherwise they will not work
+// see https://gitlab.com/xonotic/xonotic-data.pk3dir/issues/1976 for details