New command: (h) fires default ammo at nearest target
Collapse
X
-
-
For what it's worth, I figured out how to add roguelike keybindings finally and used "g" for it. Neither one has a good mnemonic, but they are both in convenient places (IMO).
If anyone has any better ideas for the roguelike binding please let me know... it's easy to change.Comment
-
For what it's worth, I figured out how to add roguelike keybindings finally and used "g" for it. Neither one has a good mnemonic, but they are both in convenient places (IMO).
If anyone has any better ideas for the roguelike binding please let me know... it's easy to change.
No love for laptop players, none at all. If you're going to turn my Tab macro into a real key, just make it Tab. I bet 90% of use use Tab as the auto-target fire anyway.This thread, it needs more rage. -- Napstopher WalkenComment
-
So THAT's what that was! The roguelike keyset is hard enough to figure out when the enter menu displays the keys from the standard keyset. Don't go remapping the same key that picks up items!
No love for laptop players, none at all. If you're going to turn my Tab macro into a real key, just make it Tab. I bet 90% of use use Tab as the auto-target fire anyway.
As far as I know none of the Vanilla developers use the roguelike keyset. I'll revert that...Comment
-
Tab might make more sense, I guess.Comment
-
Comment
-
(OT)
How do you map a roguelike command? I want to make sure there's a roguelike command for every numpad keyset command in DJA (otherwise it's descrimination against roguelike users..). I can't find the roguelike commands anywhere in the code or pref files. I can find the option, but not the commands themselves.Will_Asher
aka LibraryAdventurer
My old variant DaJAngband:
http://sites.google.com/site/dajangbandwebsite/home (defunct and so old it's forked from Angband 3.1.0 -I think- but it's probably playable...)Comment
-
Tab is already used for swapping inventory/equip on secondary displays, and probably has other built-in uses too.Comment
-
(OT)
How do you map a roguelike command? I want to make sure there's a roguelike command for every numpad keyset command in DJA (otherwise it's descrimination against roguelike users..). I can't find the roguelike commands anywhere in the code or pref files. I can find the option, but not the commands themselves.
Code:# Allow use of the "destroy" command A:k C:1:^D
One for the Dark Lord on his dark throne
In the Land of Mordor where the Shadows lie.Comment
-
They're all in pref.prf - there's a whole section on them, and then there's a whole list of things like this:
Code:# Allow use of the "destroy" command A:k C:1:^D
Will_Asher
aka LibraryAdventurer
My old variant DaJAngband:
http://sites.google.com/site/dajangbandwebsite/home (defunct and so old it's forked from Angband 3.1.0 -I think- but it's probably playable...)Comment
Comment