not when there are -more- messages pending,
FAangband 1.2
Collapse
X
-
-
Well, no, I just want my macros clear them, not automatically e.g. if I press a key to detect traps it should work any time, but otherwize I enjoy cool messages like "you *smite* foo, the foo is confused and stunned".Comment
-
As for how to create macros, I haven't played FA recently but I'd assume they're under the '=' options screen now. At least, that's where they are in Vanilla, and Vanilla and FA have been pillaging each other for quite some time.
Also they're keymaps instead of macros now. Functionally identical except that keymaps can only trigger when the game is waiting for your next in-game command (so e.g. not when there are -more- messages pending, or when you're looking at your inventory screen, etc.).
To see if keyboard layout might be an issue I got another angband clone (chengband), and there @ opened the "interaction with macros" dialog.
So is it only missing for me, or was there an regression break?
---
Ok, i tried it with keymaps, and am a bit at a loss.
I inscriped my bolts with "@f0".
I made a keymap \e\ef0*t
It does not work - it always ends up with a "which item do you want to take off" dialog.
On the other hand, if i just type in the letters manually f, then 0, then *, then t, it works like it should. What is going wrong there?
Edit again - I tried all permutation. Keymap processing is definitively borked. It simply does not work. Even binding the must simple thing "*t", will ignore the * and just give you a take off item dialog.Last edited by imsabbel; December 9, 2011, 21:58.Comment
-
The \e\e at the beginning of the keymap is probably causing problems, perhaps because the way to signify hitting the Escape key has changed. Keymaps can't be activated except when hitting Escape would do nothing anyway. Try removing that and see how it goes.Comment
-
It is f\n. to fire first item or f0. to fire ammo inscribed by @f0, btw this is for version 1.1.6, maybe in 1.2.7 it does not work.Comment
-
No change, just does not work.
Otoh, i am also suffering from the "double number" bug, so maybe this is related - it seems like all keymaps that include numbers of special characters simply do not work - binding, otoh, something like "day" to drop the first inventory item, to a key _will_ work.Comment
-
Keymaps in FA are now in theory the same as in current Vanilla. Note that the single quote key (') targets the closest monster, so f0' may be what you want.One for the Dark Lord on his dark throne
In the Land of Mordor where the Shadows lie.Comment
-
f\n'$ works correctly. Fires first slot ammo to nearest monster, no need to inscribe, same as vanilla "h" command.Comment
-
-
-
I'm currently spending most of the development time I have free on Beleriand, my FA fork - although some of the code improvements from that are coming back to FA as well.One for the Dark Lord on his dark throne
In the Land of Mordor where the Shadows lie.Comment
-
Btw something strange happens with GIT. How is it possible, that, while I have not done anything with Beleriand, my fork refuses to apply commits cleanly.
It seems that in FA 1.2x item generation is seriously broken e.g. whip of the balrog (-76, +18) is not exactly the type of items we want, trying to fix it now.Last edited by LostTemplar; December 11, 2011, 19:11.Comment
-
I tried 1.2.7 and I kept having problems with multiple keypresses, I push 4 and it automaticaly doubles no matter what, 4 becomes 44, 3 becomes 33 etc. having to backspace alot, also I recieved a crash when trying to use a wand of wonder in town, end of my adventure.
Right now what is the most stable version of FA?Comment
-
1.1.6 is stable, it can be found on variants page. Here is version, I currently play, that is also quite stable https://code.launchpad.net/~fa-dev/faangband/prebase. 1.2.x still needs a lot of work.
Btw if I get a crash it generally does correct panic save and can be continued from it.
Also there is some way to get rid of double key press, it is vanilla bug (or feature), and have been discussed somewhere on this forum.Comment
Comment