dev console character limit
-
quick question;
is there a way to expand the character limit in console ? i think its around 60-80 characters but i need way more space than this.
thanks in advance, ill respond asap
-
Wanna know this too
-
phen6m What kind of console commands are you sending?
-
just basic scripts for trickshots . they get very long and since there is not way to exec them from an external file (like how you can on iw4x and t4), this is our only option as far as im concerned.
here is an example of a script, which i shortened so it's not too ridiculous here. (yes the full script is much bigger than this)
"jump_height 55;g_gravity 650;g_speed 200;+left;cl_yawspeed 100;wait 4;cl_yawspeed 200;wait 1;+forward;wait 3;cl_yawspeed 350;wait 2;-left;+right;cl_yawspeed 100;wait 3;+gostand;-gostand;cl_yawspeed 200;wait 3;cl_yawspeed 400;wait 3;cl_yawspeed 650;wait 3;cl_yawspeed 1000;wait 59;cl_yawspeed 650;wait 3;cl_yawspeed 350;wait 1;+forward;wait 2;cl_yawspeed 200;wait 3;-right"
thanks
-
phen6m well besides just copy and pasting all that to the console, you can just make a cfg file in the
main
folder of the game folder. Then you can useexec my_custom.cfg
in the console and it'll execute all those commands without copy and pasting.