X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=xonotic-common.cfg;h=f44d9c96f969fa5853216a289a2d8c7e0bdeffb9;hb=9b29ba4589bd15a0d190d63059d8b17aa093da60;hp=078fbed74c0bc58f76fb6ac4200b4b5de61406e7;hpb=224f6d8084e73e0e643cb2d9d58c466defa9d134;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/xonotic-common.cfg b/xonotic-common.cfg index 078fbed74..f44d9c96f 100644 --- a/xonotic-common.cfg +++ b/xonotic-common.cfg @@ -1,3 +1,10 @@ +// most common prefixes (currently not used consistently - especially g_ and sv_): +// cl_ client +// g_ gameplay +// r_ renderer +// sv_ server administration, should not affect gameplay +// _ temporary, private or internal cvar - should not be changed manually, sometimes used in scripts + // Xonotic version (formatted for machines) // used to determine if a client version is compatible // this doesn't have to be bumped with every release @@ -145,3 +152,6 @@ exec commands.cfg // Change g_start_delay based upon if the server is local or not. if_client set g_start_delay 0 "delay before the game starts, so everyone can join; recommended to set this to like 15 on a public server" if_dedicated set g_start_delay 15 "delay before the game starts, so everyone can join; recommended to set this to like 15 on a public server" + +// this should be execed only once even on ruleset-votable servers, otherwise the tips would always start from 0 +if_dedicated exec help.cfg