1

Topic: Character Limit for Commands in Console

bind space "toggle cl_mouse_followfactor 60 0; toggle cl_mouse_max_distance 800 400; toggle cl_mouse_deadzone 300 0; toggle inp_mousesens 1000 750"

I tried to set dyn cam, but this command gets cut off at "1000" so in the end, it will end up as:

bind space "toggle cl_mouse_followfactor 60 0; toggle cl_mouse_max_distance 800 400; toggle cl_mouse_deadzone 300 0; toggle inp_mousesens 1

Please extend this on the next version!

2

Re: Character Limit for Commands in Console

It could work if you edit setting.cfg directly

3

Re: Character Limit for Commands in Console

You can use exec for this. Just create a file like your settings.cfg and put your commands there, then you call it with 'exec /path/to/file/file.txt'

Luck is allowed

4

Re: Character Limit for Commands in Console

Zargon wrote:

It could work if you edit setting.cfg directly

Tried and doesn't work.

HMH wrote:

You can use exec for this. Just create a file like your settings.cfg and put your commands there, then you call it with 'exec /path/to/file/file.txt'

That's what I did, but this should be unnecessary.