a bind toggling two optionset values? Possible?
i dont think you could make 1 bind or macro for toggling like that
you could however just make 2 macro buttons one to toggle to see everything and one to toggle to normal, it would save keys for other binds

You could use the popmenu command to pull up a custom menu with "togle off" and "toggle on." That would save you from searching through the whole Options window.
,'&#
{}... .-
01234
"*_
?;!hgfauirebcew
You can do it with rotating binds. Have one bind set your first choice and load the other bindfile. This contains the commands that will change back to default and re-laod the first bind.
You'll need to look at a guide to get the exact commands, I don't recall them off-hand.
"Trust me, it worked in the Simpsons." - Calash
From what I understand of how binds work, it would execute both commands, last listed first, and would effectively only give you the first listed as your option setting.
|
You'd be better off using a bind that calls a file to redefine the bind key so that one press turns on the first option and the second press turns on the second option.
Speeding Through New DA Repeatables || Spreadsheet o' Enhancements || Zombie Skins: better skins for these forums || Guide to Guides
You could also just bind a key to the first option, and Shift+Same key to the second.
@Roderick
You can do it with rotating binds. Have one bind set your first choice and load the other bindfile. This contains the commands that will change back to default and re-laod the first bind.
You'll need to look at a guide to get the exact commands, I don't recall them off-hand. |
data\binds\state\platesoff.txt:
SHIFT+V "optionset ShowVillainName 1$$optionset ShowVillainBars 1$$bindloadfilesilent binds\state\plateson.txt"
SHIFT+V "optionset ShowVillainName 6$$optionset ShowVillainBars 6$$bindloadfilesilent binds\state\platesoff.txt"
I can't find anywhere how to toggle an optionset value on one key via a bind.
I want to be able to press a button and have it go to optionset showvillainnames 1, then on a second press go to optionset showvillainnames 6 [the default.]
From what I understand of how binds work, it would execute both commands, last listed first, and would effectively only give you the first listed as your option setting.
This is to toggle between seeing all enemy names, which is great for hunting or avoiding certain enemies, and going back to normal when that gets confusing, such as standing on piles of dead bodies, as the name still show.
Any help would be appreciated. Thanks.