[FA] FAangband development
Collapse
X
-
I just have to add my two-cents.
I believe that immersion should be ahead of everything else in the context of goals.
The reason I love Angband and it's variants is due to the experience. It doesn't feel like a hack and slash game (a la Diablo).
There are many Angband variants offering a more hack and slash style of play, I believe FAngband's concentration on creating an immersing experience is what can make it stand out from the rest of the crowd.Leave a comment:
-
-
And its really great being able to accidentally destroy items if you're using the roguelike keyset.
Not one of my favourite UI improvements...
AndrewLeave a comment:
-
Yes, it's a good idea (and easy to fix) and is now on my list for next version. I usually play pick up everything, so it's not one I think of.Leave a comment:
-
Yeah, I hack that prompt to every variant I start playing
But be aware that it usually leads to free destroy.
Leave a comment:
-
destroying items
Hi,
Is it possible to, when picking up items, extend the available commands from:
"Pick up <item>? ['y'/'n']"
to
"Pick up <item>? ['y'/'n'/'k']"
I don't know about everyone else, but i don't like to have items lying around on the floor.
Or if that's not an option, can anyone tell me how i add this feature myself?
Leave a comment:
-
Like in NPP and I think V - sounds reasonable.
Rings need a shakeup - losing the elven rings has left a bit of a gap. If I do the multiplicative resistances thing, I'll probably put more random little bits of resistance on rings of protection, for example. But randart jewellery is a good idea (although amulets are actually better than O), and I will have to revisit randarts for the resistance change anyway.Randart rings and amulets (possibly remove Ring of Eregion in this case)
I still don't know what to do about identify. We'll see.Scroll of Mass Identify
I like this. Again, resistance changes will have an effect here.Potion of Seeing - restores sight, gives temp rBlind + SeeInvis
Potion of Sanity - removes Conf + Halluc, gives temp rConf + rChaos
I'm not overly fond of store services - I guess I like even players with loads of gold to be at the mercy of the RNGStore services to recharge items with guaranteed success and maybe offer ID/*ID* for a price...
Maybe. I don't have strong feelings about this one.Magic users should be able to pseudoID whether rings and amulets are at least cursed.
I know you wouldI'd like to see randart rewards for killing dungeon bosses (at least those that do not grant specialities).
You don't have to kill Ungoliant, you know.
This comes under revamping rings.Speed cap on rings of Warfare should be increased to at least +10.
Probably a good idea.Allow the Priest shop to stock WoR.
I don't like stores thematically, but traders are an option. Maybe have them behave a bit like the desperate adventurer.Maybe have occassional exotic dungeon stores or traders in the wilderness - fixed inventory for the lifetime of the level. Black market prices but {excellent} stuff on offer.
...unless you were running from a pack of hounds. But yes, more wilderness vaults are needed - I think we have proof of concept now. And the mixed terrain you describe could actually be done by a similar mechanism to the vaults.I'd like to see a greater variety of wilderness vaults and maybe more mixed terrain. For example there could be large areas of rock in the forest or plains to navigate around before you get to the mountains etc. Also more lakes would be nice.
I think you're right, and that's a bug. Sloppy coding on my part; when I introduced mountaintops as a new type of level, I just whacked them on the end of the list, forgetting that everything after a certain point got no sunlight.I've a feeling there is no daylight on the mountaintop levels - is that right?
Thanks for the ideas. I have quite a list now...Leave a comment:
-
Here are some of my ideas for FA. See what you think:
Boots of Elvenkind - speed + stealth (capped at +3)
Randart rings and amulets (possibly remove Ring of Eregion in this case)
Scroll of Mass Identify
Potion of Seeing - restores sight, gives temp rBlind + SeeInvis
Potion of Sanity - removes Conf + Halluc, gives temp rConf + rChaos
Store services to recharge items with guaranteed success and maybe offer ID/*ID* for a price...
Magic users should be able to pseudoID whether rings and amulets are at least cursed.
I'd like to see randart rewards for killing dungeon bosses (at least those that do not grant specialities).
Speed cap on rings of Warfare should be increased to at least +10.
Allow the Priest shop to stock WoR.
Maybe have occassional exotic dungeon stores or traders in the wilderness - fixed inventory for the lifetime of the level. Black market prices but {excellent} stuff on offer.
I'd like to see a greater variety of wilderness vaults and maybe more mixed terrain. For example there could be large areas of rock in the forest or plains to navigate around before you get to the mountains etc. Also more lakes would be nice.
I've a feeling there is no daylight on the mountaintop levels - is that right?Leave a comment:
-
Sound like a plan. Nick by name and nick by nature...I plan to implement this in Vanilla for 3.0.9; I'll probably have a go at it just after 3.0.8. Feel free to nick it from where when it's done (it'll use some new cross-platform directory scanning code so there are no such problems, and only be invoked for the relevant ports which don't have their own way of handling savefiles.
Found it, pinched it (well, plan to). I have been vaguely thinking of trying to write a Qt port just for the hell of it, but given that (a) I know no Qt and (b) I know nothing else relevant I'll probably find something else to do with the rest of my life (new version of FA, mouse stuff for V, etc etc).FLTK is pretty unheard of, really. Qt would be interesting, and is cross-platform where GTK2 isn't. There is a proper GTK2 port in development for Vanilla, though.Leave a comment:
-
I plan to implement this in Vanilla for 3.0.9; I'll probably have a go at it just after 3.0.8. Feel free to nick it from where when it's done (it'll use some new cross-platform directory scanning code so there are no such problems, and only be invoked for the relevant ports which don't have their own way of handling savefiles.
FLTK is pretty unheard of, really. Qt would be interesting, and is cross-platform where GTK2 isn't. There is a proper GTK2 port in development for Vanilla, though.While we're on this (and in the absence of a porting forum
) is there any value in having other interfaces, like Qt or FLTK? I don't know enough about this to judge, and any commentary I could find on GTK vs Qt seemed to be decided on religious grounds.
Leave a comment:
-
Leave a comment:
-
-
I decided to add the improvements to main-x11.c myself, you should have a diff file in the mail.
Well, the value for having a Qt port would mostly be that users that only use Qt based applications (and not any Gtk ones) could save memory space if they compile the program to use dynamic linking, since only one version of the library would then be loaded into the memory.Leave a comment:
Leave a comment: