I think you'll need to reload any/all keybindings. I had "++interact" on the g key in mod 4-15. Mod16 broke that -- hardcrash -- and redid the 'g' key binding in mod16. Now, the 'g' key gives that message but 'f' works.
My interact/loot keybind had also become unset on all my characters. I also used "A". Minor issue, easy to just rebind, but did have me scratching my head at first.
This is why I have set up a /reset command alias of my own. I covered the basics of multiple GUI files on my personal wiki user page. But here is what you can do to prevent this issue from becoming a reoccurring problem.
Set up your personal keybinds and GUI the way you desire to see it.
Open chat in the game and type the following commands;
/bind_save_file keys.txt
/ui_save_file gui.txt
Create a text file within the Neverwinter Live folder (mine is at; D\Cryptic Studios\Neverwinter\Live\localdata\) called "CommandAliases.txt"
If it exists, just add this line to it.
alias reset "unbind_all $$ ui_load_file gui.txt $$ bind_load_file keys.txt"
save and exit the text file.
Now when your UI gets reset you can type /reset in chat and you are right back to business as usual.
Here is what changed in my keys.txt; (key you assigned) "InteractAndLoot" "" (key you assigned) "+InteractAndLoot" ""
Comments
- Set up your personal keybinds and GUI the way you desire to see it.
- Open chat in the game and type the following commands;
- /bind_save_file keys.txt
- /ui_save_file gui.txt
- Create a text file within the Neverwinter Live folder (mine is at; D\Cryptic Studios\Neverwinter\Live\localdata\) called "CommandAliases.txt"
- If it exists, just add this line to it.
- alias reset "unbind_all $$ ui_load_file gui.txt $$ bind_load_file keys.txt"
- save and exit the text file.
Now when your UI gets reset you can type /reset in chat and you are right back to business as usual.Here is what changed in my keys.txt;
(key you assigned) "InteractAndLoot" ""
(key you assigned) "+InteractAndLoot" ""
That was it, they added a toggle to the command.