Page 1 of 1
Putting every new version source for download...
Posted: Wed Oct 07, 2009 11:32 pm
by newn
Hello, i wanted to ask Kigen to put his latest source into some thread, so people can download it. I'm asking because i'm holding a CS:S server and i need only mat_dxlevel 7.00, not 8.00 like Day of Defeat needs and his update system is updating it automatically into version 1.2.1.
Sorry for that and thanks for reading.
Re: Putting every new version source for download...
Posted: Wed Oct 07, 2009 11:52 pm
by Kigen
Hrm.
I'm pretty sure the publicly available one is 1.2.0.1.
Anyhow, a easier fix to your problem would probably be to remove mat_dxlevel check entirely which can easily be done.
kac_removecvar mat_dxlevel
Re: Putting every new version source for download...
Posted: Thu Oct 08, 2009 7:22 am
by newn
Well, i could suggest you implement into non-beta version something like change default most used cvars. Like mat_dxlevel. I mean write into server.cfg something like... kac_dxlevel 7.0 or something like that... So it would be much better for some mods like CS:S.
Re: Putting every new version source for download...
Posted: Thu Oct 08, 2009 8:20 am
by Kigen
Unfortunately, that would break a lot of things and be impractical. KAC 1.2.0 loads its CVars from a dynamically created list. Doing that would create more hassle and just not be worth it in the long run.