Thanks, team - that ) option works perfectly for faA, ta
Noobish questions
Collapse
X
-
EDIT: Like this. It's a proof that FA has html screenshots. Hmm, I just noticed that when you select text in the screenshot, some squares turn from black into an unknown character. Does it spoil traps or some other terrain features???Last edited by Seany C; November 3, 2012, 18:31.Comment
-
If you "go advanced" when composing your forum post, there will be a button labeled "attachments". You can use that to include an image in your post without outside hosting. It will accept most file types including png.www.mediafire.com/buzzkill - Get your 32x32 tiles here. UT32 now compatible Ironband and Quickband 9/6/2012.
My banding life on Buzzkill's ladder.Comment
-
What for are chests?
I have found two small wooden chests, but have no idea what for they are.
There is no option for opening/closing them, or putting any stuff into them.
BTW: is it possible to increase amount of items types which you can carry?(quite often I have message 'you have no place for X')
Thanks in advanceComment
-
BTW: is it possible to increase amount of items types which you can carry?(quite often I have message 'you have no place for X')Comment
-
One for the Dark Lord on his dark throne
In the Land of Mordor where the Shadows lie.Comment
-
Few more noobish questions...
1)Is it possible to configure more than 4 terminals in -mgcu mode (unix)?
No matter how big console is, max is 4 terminals (one with main window, and rest configurable).
I cannot go SDL (old system, besides I quite like simple terminal mode), and with -x11 it seems that I cannot start even one terminal.
2) is it possible to get some 'macros' functionality in angband itself?, so with one key I will achieve a sequence of keystrokes in angband - quite convenient in case of using a 5 rods/wand/staffs quite often. [I know I can achieve this with some external tools, but I am curious is it possible directly in angband]
Thanks in advanceComment
-
"Macros" are definitely possible, though modern Angband calls them "keymaps" instead, for maximal confusion. For zapping a rod, what you should do is use the '{' inscribe action to put e.g. "@z1" on one of your rods. This means that when you see the zap-rod prompt, you can hit 1 to refer to that rod regardless of what inventory slot it's in. Then you go to the '=' screen to find the keymaps screen, and create a new keymap that does "z1" when it's pressed. Remember to dump your keymaps to a file so they'll still be there when you start a new session.
I don't know about the terminals, sorry.Comment
-
Comment
-
short peek to my keymaps:
Code:# Macro '63' Shoot arrow to target (F1) A:(f0*) C:0:[F1] # Macro '64' Shoot arrow to nearest target (Shift-F1) A:(h) C:0:{S}[F1] # Macro '65' Shoot arrow to predesigned target (Alt gr-F1) A:(f05) C:0:{^A}[F1]
{S} is shift, {A} is alt, {^A} is altgr, ^ is control (note: without "{}"). [F1] is function key F1, [TAB] is tab, [backspace] is backspace.Comment
-
Code:angband -mx11 -- -n7
Comment
-
1)I have waste some time and started SDL version (lost lot of time for some problem with missing library for png files) - so now at least it works...
2)yeah, I tried this -nX windows, but I could not make it working,
this '-mx11 -- -nX' syntax was not clearly explained in --help for me (especially this '--')
3)if you increase this MAX_TERM_DATA, nothing happens
you need also to reimplement
void get_gcu_term_size(int i, int *rows, int *cols, int *y, int *x) {
to add proper x/y and sizes for additional windows
then it works, great.
Thx for help
Now I have three different option for playing with multiple 'windows', and I am wasting more time with configuration/compilation issues than with playing itself
Still one minor issue is that you cannot dump x11 windows layout into cnf file, but I have to edit x11-settings.prf by hand...Comment
-
Comment
Comment