Forum
Horrendously noobish question about binds and CFGs
Created 29th May 2010 @ 21:04
Add A Reply Pages: « Previous 1 2
Quoted from Sketch
create a file called “clearconfig.cfg” this file will reset your binds.
in that file you want to make unbinds of every bind you made in your medic config and other classes and then rebind the default command.
in this situation you only need to unbind mouse 2 so here is an example of what you need in the file:
//unbinds
unbind “MOUSE2”
//default binds
bind “MOUSE2” “+attack2”
now go into every class config file and write this at the top:
exec “clearconfig.cfg”
this will run the file every time you load a class config.
for every script or key press that you dont want to default across all of your classes you should “unbind” the key and then “bind” the tf2 default key.
none of this will affect key assignments in your scripts as long as you add all non-default keys to the clearconfig file
ps. bind mouse2 “+attack2” in every other folder also works. but its also totally retarded to do that. clearconfig file will let you do it in one file rather than 9 files.
(who put the edit and quote buttons so close together lol)
Last edited by Sketch,
Quoted from Stew
[…]
Right click –> Open with Notebook –> Paste the script —> Save —> The red X in the top right.
PS. Do you need help with finding the cfgs ?
lolol, no thanks, cheers for that :)
Add A Reply Pages: « Previous 1 2