[Tutorial] How to troubleshoot cvar violation

All things related to Enemy Territory game. Maps, mods, scripts etc.
Post Reply
User avatar
ETc|Exagone
ETc| Member
Posts: 45
Joined: 23 Oct 2009, 11:52
discord:
Location: France
Contact:

[Tutorial] How to troubleshoot cvar violation

Post 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 :)
ETc|Exagone aka Exagone313
User avatar
ETc|Konsole@Arch
ETc| Member
Posts: 19
Joined: 08 Nov 2012, 19:11
discord:

Re: [Tutorial] How to troubleshoot cvar violation

Post by ETc|Konsole@Arch »

Thanks, working now :)
Post Reply