Finding cvar doubles

so, is it possible to scan for double CVARS in my CFG? i remember a little tool for that long time ago, cant find the name..

btw tried cfgCheck by cl4ym4n, not helping..


thx in advance
Comments
20
a french guy made a cvar parser i'll upload it gimme a sec

http://www.sendspace.com/file/4ze1ho

QuotePossible reasons include:

- File date limit has expired.
- File was not successfully uploaded.



FUFFFFUFUFUFU

Lemme see if i still have it
"btw tried cfgCheck by cl4ym4n, not helping.."
Parent
group them?

alternatively once you are in game just do

/writeconfig NO_DUPLICATE_CVARS_IN_THIS_CFG.cfg
Parent
i worked really hard on sorting the CFG so i wont destroy it now :x
Parent
doesn't really matter what order they are in or if there are duplicates anyway as long as the last one has the setting you want !!
Parent
ye i know, all good exept "as long as the last one has the setting you want !! ", how can i know which one is the last if i dont even know if its doubled
Parent
READ THE CONFIGS

agree with Gabt
Parent
how the fuck can i search duplicates over ~400 commands lines :\ thats why i asked if there is any tool for that..
Parent
Open the file, select the first cvar
Ctrl + F
FIND
If you found a duplicate move the value to the first occurance and delete it

FIND again
If you didnt find any duplicates move on to the next cvar
Parent
I just added this feature to my cfgCheck now... it shows you which and how often a cvar is present in the cfg, tho it's still up to you then to ctrl+f and delete the respective duplicates... however i think this already should help you...

http://www.cfgcheck.cl4ym4n.de/
Parent
good job, thanks :)
Parent
If you worked "hard" there wont be any duplicate commands.

/Logged off, dont reply
Parent
ctrl + f?
was waiting for the smartass..
Parent
use your eyes
Parent
ye but when I didn't know about wolfparser I actually used that solution :p
Parent
wolfparser is the way to go for this :)
fix anyway :P thx
Parent
Back to top