From: Mario Date: Tue, 5 Apr 2016 16:06:40 +0000 (+1000) Subject: Add the new option to config X-Git-Tag: xonotic-v0.8.2~972 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=f7b3418306292988faf9bfa420d6736057edd44e;p=xonotic%2Fxonotic-data.pk3dir.git Add the new option to config --- diff --git a/defaultXonotic.cfg b/defaultXonotic.cfg index 7ed41440f..9020afb29 100644 --- a/defaultXonotic.cfg +++ b/defaultXonotic.cfg @@ -306,6 +306,7 @@ seta sv_precacheitems 0 set sv_spectator_speed_multiplier 1.5 seta sv_spectate 1 "if set to 1, new clients are allowed to spectate or observe the game, if set to 0 joining clients spawn as players immediately (no spectating)" seta sv_defaultcharacter 0 "master switch, if set to 1 the further configuration for replacing all player models, skins and colors is taken from the sv_defaultplayermodel, sv_defaultplayerskin and sv_defaultplayercolors variables" +seta sv_defaultcharacterskin 0 "if set to 1 the further configuration for replacing all skins is taken from the sv_defaultplayerskin variables" seta sv_defaultplayermodel "models/player/erebus.iqm" "default model selection, only works if sv_defaultcharacter is set to 1; you may append a : suffix to model names; you can specify multiple, separated by space, and a random one will be chosen" seta sv_defaultplayerskin 0 "each model has 1 or more skins (combination of model and skin = character), set which skin of the model you wish the default character to have, only works if sv_defaultcharacter is set to 1; can be overriden by : suffix in sv_defaultplayermodel" seta sv_defaultplayermodel_red "" "\"\" means see sv_defaultplayermodel"