Z+Angband 0.3.2 prerelease!
Collapse
X
-
-
I figured it would be something Vista specific, or there would've been a lot more reports on the savegame crash.
At least it's all Vistas, not some bug related to German locale (which I encountered in a couple of other tools, mostly related to not parsing the decimal delimiter from locale but hardcoded...)Comment
-
-
I downloaded the most recent version about 5 minutes ago, and one of my first quests was to kill Fang, Farmer Maggot's dog. When I get to his lair, though, it's labeled as the lair of "a player" (as previously reported). Do you need a save file?
The quest level is completely empty, BTW.Comment
-
I found another (seemingly) minor issue. I've been killing things in the wilderness by throwing potions of poison at them. Every time I kill something, though, I receive *two* death messages:
The Novice paladin dies.
It dies.
I have See Invisible, so I'm pretty certain that there's not an invisible creature hiding right next to my targets. This has happened at least four times so far.Comment
-
I found another (seemingly) minor issue. I've been killing things in the wilderness by throwing potions of poison at them. Every time I kill something, though, I receive *two* death messages:
The Novice paladin dies.
It dies.
I have See Invisible, so I'm pretty certain that there's not an invisible creature hiding right next to my targets. This has happened at least four times so far.-----------------------------------------
Z+Angband: A Zangband evolution
http://tinyurl.com/5pq2bdComment
-
I downloaded the most recent version about 5 minutes ago, and one of my first quests was to kill Fang, Farmer Maggot's dog. When I get to his lair, though, it's labeled as the lair of "a player" (as previously reported). Do you need a save file?
The quest level is completely empty, BTW.
I'll see if I can find what's creating such quests. I thought I took care of that one but I'll look again.
EDIT: Yeah, I was dumb. I had the same bug in two places and only fixed it in one, just like with that trap door LUA script problem. Will be fixed in next update, which should be up by tomorrow.-----------------------------------------
Z+Angband: A Zangband evolution
http://tinyurl.com/5pq2bdComment
-
I entered a quest to kill a baby black dragon and immediately received the following message:
"Couldn't find stairs to move the player to!"
True enough, I did not start out on a staircase. EDIT: It looks like there were some stairs elsewhere on the level. For some reason it didn't find them.Comment
-
More feedback
Just one more piece of feedback: the 'M'ap mode doesn't work very well with the big tiles. I'm using 'bigtile' mode, 32x32 tiles, with my font width set to 16 and my font height set to 32. This makes the regular game look great, but the Map has all sorts of drawing issues.
ShaneComment
-
And the savefile incompatibility came up because there was an off-by-one error in the code, which meant that one object memory record was left unread and then the data was misaligned for the next step, which is why it didn't work.-----------------------------------------
Z+Angband: A Zangband evolution
http://tinyurl.com/5pq2bdComment
-
Just one more piece of feedback: the 'M'ap mode doesn't work very well with the big tiles. I'm using 'bigtile' mode, 32x32 tiles, with my font width set to 16 and my font height set to 32. This makes the regular game look great, but the Map has all sorts of drawing issues.
Shane-----------------------------------------
Z+Angband: A Zangband evolution
http://tinyurl.com/5pq2bdComment
-
I entered a quest to kill a baby black dragon and immediately received the following message:
"Couldn't find stairs to move the player to!"
True enough, I did not start out on a staircase. EDIT: It looks like there were some stairs elsewhere on the level. For some reason it didn't find them.-----------------------------------------
Z+Angband: A Zangband evolution
http://tinyurl.com/5pq2bdComment
-
let me know how you compile that:
Code:... Error: makefile src/makefile.bcc has hero.o missing Error: makefile src/makefile.ros has hero.o missing Error: makefile src/makefile.std has hero.o missing Error: makefile src/makefile.bcc has quest1.o missing Error: makefile src/makefile.ros has quest1.o missing Error: makefile src/makefile.std has quest1.o missing Error: makefile src/makefile.bcc has quest2.o missing Error: makefile src/makefile.ros has quest2.o missing Error: makefile src/makefile.std has quest2.o missing make: *** [.makefiles] Fehler 1
using: archlinux 64bit, gcc (GCC) 4.3.2
steps to reproduce:
./configure
makeComment
-
let me know how you compile that:
Code:... Error: makefile src/makefile.bcc has hero.o missing Error: makefile src/makefile.ros has hero.o missing Error: makefile src/makefile.std has hero.o missing Error: makefile src/makefile.bcc has quest1.o missing Error: makefile src/makefile.ros has quest1.o missing Error: makefile src/makefile.std has quest1.o missing Error: makefile src/makefile.bcc has quest2.o missing Error: makefile src/makefile.ros has quest2.o missing Error: makefile src/makefile.std has quest2.o missing make: *** [.makefiles] Fehler 1
using: archlinux 64bit, gcc (GCC) 4.3.2
steps to reproduce:
./configure
make-----------------------------------------
Z+Angband: A Zangband evolution
http://tinyurl.com/5pq2bdComment
Comment