j4reporting
j4reporting
default config does not configure the p key. what is the output when you type `bind p` in console? ``` bind p "p" is not bound ```
the mods menu is quite basic and only searches in the standard/first basedir, this is either `dirname ` or the argument passed with the option -basedir ).
The userdir feature needs to be enabled at compile time. And I _suspect_ that the motivation for the userdir function was to separate the user settings (config files, save games,...
> ~/Library/Application Support/vkQuake this is possible by supplying the option `-basedir ` > ~/.vkQuake This is supported, but is a compile time option see file `meson_options.txt `
> is it possible to enable it by default in a next build? I think we should ask @tomkidd. He builds the releases on mac source ports. > with this...
better rename default.cfg to lq_default.cfg instead of duplicating the file?
how about this: ``` mv default.cfg lq_default.cfg echo 'exec lq_default.cfg' > default.cfg ``` and in quake.rc `exec lq_default.cfg`