Quick question on bind files


dudeman734

 

Posted

I was wondering how multiple bind files load. I'd like to have a generic bind file that I can use for all my characters, eg:

<font class="small">Code:[/color]<hr /><pre>W "+forward"
A "turnleft"
S "+backward"
D "turnright"</pre><hr />
etc, but not have to worry about losing custom binds. If I load the generic file, and then load a custom file with just a specific character's binds, eg:

<font class="small">Code:[/color]<hr /><pre>LSHIFT "powexecname teleport"</pre><hr />
will it rewrite all of the previous binds as blank or will it only modify the ones specified in the custom file?


 

Posted

only modifies the ones you specify


 

Posted

Cool, thanks.