I completely agree, and have pointed out above that I dont like it either. But it would still be _much_ better than the current situation.
As ewert pointed out, it wouldnt be as bad as you make it to be - youd be disturbed by the same things that disturb your digging and you could set the # of attempts lower than for digging, maybe 10 or 20.
Angband 4.2.4
Collapse
X
-
I don't really like this proposed solution, as it could be very problematic in a combat situation. Failing the device, I don't want my @ to keep trying ad infinitum while some monster is breathing down @'s neck. @ should be able to switch tactics in the heat of the battle, rather than mindlessly trying to repeat an action that didn't work immediately.
I agree with the idea that failing devices when there is no disturbances around the character is a quality of life issue rather than a tactical issue, and I would be very happy to have repeat-attempt-until-success-or-disturbed be the mechanic.Leave a comment:
-
I don't really like this proposed solution, as it could be very problematic in a combat situation. Failing the device, I don't want my @ to keep trying ad infinitum while some monster is breathing down @'s neck. @ should be able to switch tactics in the heat of the battle, rather than mindlessly trying to repeat an action that didn't work immediately.Leave a comment:
-
Lategame is mostly activating devices, especially for the warrior.
Now tele other is a case where time is of the essence; but most other actions are not: typically, you have time to use rods/staves of detection, restoration, speed.
For the latter, if you really insist on there being that bad device skill, it could be automated like digging; so the game retries without forcing the player to input action - react - input - react _all the time_. Or maybe activation has high chance of success, but takes more than 1 turn, more or less inversly proportional to the device skill. I dont really like these ideas, but something would have to happen.
The level 20 troll warrior finding an ood rod of restoration can have as low a chance to activate it as you like; but at high level, when eventually all the items become available, you give the player the choice to play suboptimally or go insane. This is exactly the same issue as digging, and in that case the devs had mercy.Leave a comment:
-
If people really hate the reduced device skill, it can be fixed by adjusting the data files now (probably by improving warrior device skill).Leave a comment:
-
It is 18/70. I remember that the other H-troll warrior I played had absurdly high int (18/*** starting in midgame) thanks to randart fickleness, which would explain why I didnt notice anything amiss.
Before the change, H-troll warrior already had the worst device skill and it was arguably the biggest detriment to that race/class combo. There is no need to further push that theme to the point where playing the it becomes frustrating.
I did read through some of the above linked threads about this topic; there are many posts about how to achieve it, but I didnt find anything speaking to the why of the matter.
Maybe I have missed it, but please someone tell me _why_ all this was started ? What was wrong with the existing parameters ?Leave a comment:
-
What is your @'s Intelligence? Starting out, Half Trolls are incredibly stupid. They suck at activating magic items for quite awhile until they get their intelligence up. To me, that seems appropriate.Leave a comment:
-
Well, its borderline unplayable. It feels like playing with server lag, only much worse.
Why was activation chance lowered ?Leave a comment:
-
But you can see the activation chance when you 'e' look at your inventory. Is it around 50 per cent? A half troll warrior is going to have pretty much the lowest activation success in AngbandLeave a comment:
-
So I am playing a half troll warrior and any item I want to activate takes an average of 3 tries. Has there been a global change to activation chance ?Leave a comment:
-
Also, if you want to switch back to the SDL2 front end, the most recent nightly build, https://github.com/angband/angband/r...4-7-g3097e3fd8 , fixes the problem with editing keymaps that you found.Leave a comment:
-
SDL Mixer is also patched with libmikmod (http://mikmod.sourceforge.net/) for whatever reason.
You can find the whole build process (including compilation options if that matters) here:
What I'm seeing on Debian 11 (with Debian's packaging of libSDL 1.2.15 and libSDL-mixer 1.2.12) is one file descriptor opened the first time a sound is played and with 200-some sounds listed in lib/customize/sound.prf that wouldn't be enough to hit the limit on the number of open file descriptors.
On the problematic system, the process open a file descriptor each time a sound must be played (and fails to plays it), even if the descriptor for said file is already opened.
So, after trying to play +- 10XX sounds (which may be about an hour of gameplay?) the limit is reached and the process is not able to write anything anywhere.
Maybe it's just the SDL Sound/Mixer that has been compiled without .mp3 support? I don't know how to check that easily without writing & compiling some code.
We can migrate this discussion on the git bug tracker if you prefer?Leave a comment:
-
What I'm seeing on Debian 11 (with Debian's packaging of libSDL 1.2.15 and libSDL-mixer 1.2.12) is one file descriptor opened the first time a sound is played and with 200-some sounds listed in lib/customize/sound.prf that wouldn't be enough to hit the limit on the number of open file descriptors.Leave a comment:
Leave a comment: