From: Martin Taibr Date: Tue, 18 Jul 2017 00:11:17 +0000 (+0200) Subject: comments, switch mod defaults to defaultServer.cfg X-Git-Tag: xonotic-v0.8.5~2430^2~47 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=c0d8c7fa335e289874710bf51abaeea037267dad;p=xonotic%2Fxonotic-data.pk3dir.git comments, switch mod defaults to defaultServer.cfg --- diff --git a/defaultClient.cfg b/defaultClient.cfg index ac79fc063..7aa1ad5cf 100644 --- a/defaultClient.cfg +++ b/defaultClient.cfg @@ -1,3 +1,7 @@ +// this resets most client cvars and aliases to their defaults +// if you want to reset your client to defaults, it's probably a better idea to delete (parts of) config.cfg and restart + + // changes a cvar and reports it to the server (for the menu to notify the // server about changes) alias setreport "set \"$1\" \"$2\" ; sendcvar \"$1\"" diff --git a/defaultOverkill.cfg b/defaultOverkill.cfg index ae5df4a1a..634943c58 100644 --- a/defaultOverkill.cfg +++ b/defaultOverkill.cfg @@ -2,7 +2,7 @@ // Overkill Mod // ============== -exec defaultXonotic.cfg +exec defaultServer.cfg exec balance-overkill.cfg exec physicsOverkill.cfg diff --git a/defaultServer.cfg b/defaultServer.cfg index eaf5d76e8..ed24832d1 100644 --- a/defaultServer.cfg +++ b/defaultServer.cfg @@ -1,3 +1,8 @@ +// this should reset most cvars and aliases affecting gameplay to their defaults +// note that it doesn't reset all server cvars, +// some are shared with the client and so are left in defaultXonotic.cfg + + // taunts and voices set sv_taunt 1 "allow taunts on the server" set sv_autotaunt 1 "allow autotaunts on the server" diff --git a/defaultXDF.cfg b/defaultXDF.cfg index c23c9cacf..d504b2a61 100644 --- a/defaultXDF.cfg +++ b/defaultXDF.cfg @@ -2,7 +2,7 @@ // Xonotic Defrag // ================ -exec defaultXonotic.cfg +exec defaultServer.cfg exec balance-xdf.cfg exec physicsXDF.cfg diff --git a/defaultXPM.cfg b/defaultXPM.cfg index e06df7d82..fd3449763 100644 --- a/defaultXPM.cfg +++ b/defaultXPM.cfg @@ -2,7 +2,7 @@ // Xonotic Pro-Mode // ================== -exec defaultXonotic.cfg +exec defaultServer.cfg exec balance-xpm.cfg // general gameplay