FAangband 2.0beta
Collapse
X
-
Bug Spotted?
Perhaps a stupid question (because I really don't know newFA code), but should line 719 in mon-make.c be false rather than true?
As far as I understand it, the entire function it's in is returning true or false based on whether it's successfully created a player ghost, but that particular line is part of a check to determine whether the monster is supposed to be a player ghost at all?Everything you need to know about my roguelike playstyle:
I took nearly two years to win with a single character in PosChengband.Comment
-
Perhaps a stupid question (because I really don't know newFA code), but should line 719 in mon-make.c be false rather than true?
As far as I understand it, the entire function it's in is returning true or false based on whether it's successfully created a player ghost, but that particular line is part of a check to determine whether the monster is eligible to be a player ghost at all?One for the Dark Lord on his dark throne
In the Land of Mordor where the Shadows lie.Comment
-
After the crash happens, reloading the game will put you on the level you were trying to transition to, and as far as I've noticed there's always a player ghost on said level.Everything you need to know about my roguelike playstyle:
I took nearly two years to win with a single character in PosChengband.Comment
-
Continuing the webserver conversation, but it's still the same problem: there are relatively frequent crashes when you go to transition to a new level (only in the wilderness? I should probably check that.).
After the crash happens, reloading the game will put you on the level you were trying to transition to, and as far as I've noticed there's always a player ghost on said level.One for the Dark Lord on his dark throne
In the Land of Mordor where the Shadows lie.Comment
-
One for the Dark Lord on his dark throne
In the Land of Mordor where the Shadows lie.Comment
-
Everything you need to know about my roguelike playstyle:
I took nearly two years to win with a single character in PosChengband.Comment
-
Non ghost related crash trying to enter Belegost. Attached savefile is next to the stairs.
Couple other things: first couple of items I came across were amulets of insight that were ignored and hidden, they are both useful so that seems undesired.
Would be nice if running delay was an option, not sure why someone would want a regular movement delay but slowing down the running animation would help keep track of yourself.Attached FilesComment
-
With this and the last one it could be a result of major development changes over the life of your savefile.
The original movement delay was introduced for if you want to play on a laptop using only the cardinal direction arrow keys, so you can press down then left to go south-west. Point about running noted, I've filed an issue.One for the Dark Lord on his dark throne
In the Land of Mordor where the Shadows lie.Comment
-
Edit: testing further, going to another town and setting my home there then returning to that town causes a crash. Birth options are standard wilderness, no_recall on and connect_stairs off. (By the way, connect_stairs off doesn't actually result in disconnected stairs in the wilderness, I could have sworn that someone mentioned this in the thread already but I couldn't find it while searching.)
On jewellery, not sure but those first couple of amulets were ignored. Now when I toggle ignoring on or off they don't get affected, so I guess it only happens when you have zero runes known or something? Edit: Spoke too soon, when I resumed and picked up another item, the amulet of insight in my inventory got squelched again.Last edited by clouded; August 7, 2021, 11:01.Comment
-
In the lead-up to releasing 2.0, I have put the main repo at the old FA repo site, https://github.com/NickMcConnell/FAangband. New code is on the main branch, old on the oldmain branch.
I'll be deleting the repo at https://github.com/NickMcConnell/FirstAgeAngband in due course.One for the Dark Lord on his dark throne
In the Land of Mordor where the Shadows lie.Comment
-
Hello, Nick!
It might be a good idea to add the names of cities (and locations) on the global map..Maybe it will be good for roleplaying... or just to understand where you are going to goAurë entuluva!Comment
-
Also there is a little bug report.
I don't really know what happens exactly, but seems like after killing some boss level I got crash (At least 5 times of 5).
My terminal output:
```faangband: mon-msg.c:299: get_message_text: Assertion `race->base != NULL' failed.```Aurë entuluva!Comment
-
Also there is a little bug report.
I don't really know what happens exactly, but seems like after killing some boss level I got crash (At least 5 times of 5).
My terminal output:
```faangband: mon-msg.c:299: get_message_text: Assertion `race->base != NULL' failed.```One for the Dark Lord on his dark throne
In the Land of Mordor where the Shadows lie.Comment
Comment