Page 1 of 1

[Tutorial] How to troubleshoot cvar violation

PostPosted: 14 Dec 2012, 21:51
by ETc|Exagone
Hello,

With last update, cvar protection was enforced. I writed this small tutorial to solve cvar violation kick.

1) Write the cvar who has a problem on a paper.
2) If an interval of value is said in kick message, write the lowest value.
Else, write the cvar in console, without any value (example : /r_nv_fogdist_mode), it says the default value, then copy it on your paper.
3) Open or create the file nitmod/autoexec.cfg and put this :
Code: Select all
seta command "value"

(Replace command by the command and value by the new value found.)
Example :
Code: Select all
seta r_nv_fogdist_mode "GL_EYE_RADIAL_NV"

4) Then start Enemy Territory, connect to ETc server, and enjoy :)

Re: [Tutorial] How to troubleshoot cvar violation

PostPosted: 14 Dec 2012, 22:18
by ETc|Konsole@Arch
Thanks, working now :)