MinoMino/minqlx

minqlx incorrectly interpreting the cvars

Closed this issue · 3 comments

If I write something invalid (not starting with //) in the config file behind the cvar's closing " character, the minqlx ignores the mentioned closing character and appends the cvar.

For example:

minqlx.cfg:

set qlx_plugins "plugin_manager, essentials, etc" # invalid comment
set qlx_commandPrefix "!" // valid comment

in-game:

qlx_plugins "plugin_manager, essentials, etc # invalid comment"
qlx_commandPrefix "!"

At the qlx_plugins line minqlx should not append the cvar with the # invalid comment text.

em92 commented

That's not a minqlx issue. That's general cvar parsing issue in qlds. Contact id Software.

So you are saying that stuff doesn't work when you don't use the correct commentary character?

@em92 is correct. This is not minqlx related.