X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fclient%2Fcsqcmodel_hooks.qh;h=16cc29a0b06b10da56bb51174145dde8cd95df79;hb=ad73f4204b26b693746936874aa6966debd15534;hp=14b171b6c2a53bbc318c88963e48b9b97d5e0563;hpb=873f1b3ef177d3b290982be4adb3707482b8c6fc;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/client/csqcmodel_hooks.qh b/qcsrc/client/csqcmodel_hooks.qh index 14b171b6c..16cc29a0b 100644 --- a/qcsrc/client/csqcmodel_hooks.qh +++ b/qcsrc/client/csqcmodel_hooks.qh @@ -1,5 +1,23 @@ #pragma once +bool autocvar_cl_respawn_ghosts_keepcolors; +int autocvar_cl_playerdetailreduction; +int autocvar_cl_modeldetailreduction; +float autocvar_cl_loddistance1 = 768; +float autocvar_cl_loddistance2 = 2048; +bool autocvar_cl_forceplayermodels; +bool autocvar_cl_forceplayercolors; +bool autocvar_cl_forceuniqueplayercolors; +string autocvar_cl_forcemyplayermodel; +int autocvar_cl_forcemyplayerskin; +int autocvar_cl_forcemyplayercolors; +int autocvar__cl_color; +int autocvar__cl_playerskin; +string autocvar__cl_playermodel; +float autocvar_cl_deathglow; +float autocvar_cl_deathglow_min = 0.5; +float autocvar_cl_jetpack_attenuation = 2; + // FEATURE: EF_NODRAW workalike const int EF_BRIGHTFIELD = BIT(0); const int EF_BRIGHTLIGHT = BIT(2);