JarateKing / jarconfig-csgo

config framework for Counter-Strike: Global Offensive

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wen eta linux support?

micwoj92 opened this issue · comments

it's not currently planned for the generation scripts to be ported to bash, since they're pretty trivial and just pipe the output of the python scripts that should be platform independent, and are only really needed for development purposes anyway. Unless development is happening on linux and there's reason to have a bash script, I'm going to keep only the batch file since it's easier to maintain just one.

Everything else should work fine on any platform to my knowledge. The mouse sensitivity might be wrong on linux (with raw input iirc?) but that will likely be accounted for with more settings once stuff like rawinput is handled.

I made that thread a bit more as a joke. There is only this bat file that "needs to" be ported to linux since rest is python, but it works (well, just remove the pause command).

But it indeed would be nice to have "linux switch" for sensitivity. As for other suggestions, maybe include simple graphics presets? are these planned?

I want to include graphics options but I haven't done much looking into it tbh. Most graphics cfg's for csgo I've seen are pretty limited because there aren't as many options, and certainly nothing as rigorously worked on as mastercomfig exists for csgo yet.

I'd have to take a look at what options are available but I would wager they would be more along the lines of enable_shadows=true; enable_antialias=true; enable_mipmaps=true rather than high/low presets since I'm already doing customization of that sort.