One button combo's for DB Scrappers and Brutes


BadStorm

 

Posted

Ok, this is the first time I've wanted to bind_load something and I have a few questions...

Can I replace the numpad1, 2, 3, 4 in each set with the number keys across the top and not screw something up...?

How does /bind_load_file C:/weaken/weaken1.txt bind that file to the numpad1 or in My case 1...?


 

Posted

IF you replace the numpad1-4 with just the regular #1, YES you will screw something up. The default power keybinds are set for 1-10, there is a quick way to fix them if something gets messed up, but it resets all your keybinds.

/bind_load_file C:/weaken/weaken1.txt

ok, lets explain what this is doing, see if we can make this clear. This is the slash command that will load the text file "weaken1.txt"
what "weaken1.txt" says is-
numpad1 "powexec_name Nimble slash$$bind_load_file c:/weaken/weaken2.txt"

So the string you type doesn't bind anything to anything. It's the file that it loads that does the binding to the numpad1 key.

So, if you want to change the key that the weaken combo would use, what you would do is, in each of the .txt files that you make, just replace the "numpad1, 2, etc" with the key of your choice.
Best practice though would be to check the default keybindings before you start doing this for the first time. Nothing quite like messing up the whole interface trying to cut corners.