Another problem with the passable rubble tile: it's the same as the "unknown treasure" with Shockbolt tiles.
Bugs and issues in 4.1.2
Collapse
X
-
PWMAngband variant maintainer - check https://github.com/draconisPW/PWMAngband (or http://www.mangband.org/forum/viewforum.php?f=9) to learn more about this new variant! -
I also agree that the new tiles for rubble don't work at all, they're meant for streets, not for dungeon floor.
What I will do for PWMAngband:
- keep 0x87:0xB7 for normal rubble (Shockbolt + Gervais)
- use 0x88:0xBF for passable rubble (Shockbolt)
- redraw the same as 0x87:0xB7 and color it in brown (Gervais)PWMAngband variant maintainer - check https://github.com/draconisPW/PWMAngband (or http://www.mangband.org/forum/viewforum.php?f=9) to learn more about this new variant!Comment
-
The tile sampled in this image is from Gervais's Silmar Terrain library and could work as passable rubble. At least the style stays quite close to the old rubble tile. Don't have the skillz to do that old school dither effect that Gervais uses in the rubble tile though.
Edit: And adding some color is not a bad idea:
Last edited by spara; July 10, 2018, 13:50.Comment
-
OK, new builds up on the nightlies page, with the following changes:- Dungeon generation fixes found by fizzix's stats work, one of which may have been causing occasional crashes
- Items (like =Searching and flasks of oil) ID properly in stores now - thanks spara for reporting this
- Summoning scrolls and staffs no longer only summon uniques
- Rubble tiles are improved - followed PowerWyrm's suggestions for Shockbolt tiles, and changed the Gervais tiles (a first for me!) in line with spara's requests
I really think we're done now, but will wait a little longer for more bugs to emerge before releasing 4.1.3.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
-
Choosing "force descent" option still generates useless up staircases. (bump)PWMAngband variant maintainer - check https://github.com/draconisPW/PWMAngband (or http://www.mangband.org/forum/viewforum.php?f=9) to learn more about this new variant!Comment
-
Comment
-
Just found a lockup glitch on the feature branch. I thought I should raise it here because it doesnt seem newclass specific:
linux/sdl: cast a projectile spell. use mouse click to aim it outside of the map bounds. user input is locked and game process must be externally killed
I'll go grab a copy of 412 and double check I can really reproduce it here in a minuteComment
-
Just found a lockup glitch on the feature branch. I thought I should raise it here because it doesnt seem newclass specific:
linux/sdl: cast a projectile spell. use mouse click to aim it outside of the map bounds. user input is locked and game process must be externally killed
I'll go grab a copy of 412 and double check I can really reproduce it here in a minuteOne for the Dark Lord on his dark throne
In the Land of Mordor where the Shadows lie.Comment
-
crash on windows
I seem to have a similar problem as the freeze on Linux: on Windows 10-64, version 4.1.2, I regularly get crashes when casting spells. With crash I mean the application terminating unexpectedly, without any message.
This mostly seems to happen when a (mage) spell beams (lightning bolt, sometimes magic missile). It could very well happen when it hits a(nother) monster beyond the visible map area, although I don't think it happens all the time - then the crashes would be more common I think.
Update 30/7: I've had no more crashes after reporting this - perhaps something with my graphics driver that got fixed by rebooting? Still, if a beam leaves the visible area, it takes longer than seems necessary, but that is no biggie.Last edited by Carg; July 30, 2018, 06:39.Comment
-
Edit: Here are my modifications to the new rubble tiles, if these are of some use or interest. First I brought the dark bits back to keep the cartoonish look instead of washed look. And then I added the standard backgrounds with three shades of gray:
Last edited by spara; July 21, 2018, 16:40.Comment
-
At present, gaining temporary resist does cause you to learn the rune if you have anything with the permanent resist equipped. I presume that this is an intended feature rather than a bug. Remember that all of the resist sources (temporary or permanent) represent magical properties that protect you from the elements. Armor of resist cold is not a down jacket, and armor of resist fire is not Nomex. Given that all the resists are magical, it sort of makes sense that when you quaff a potion of resist fire, it would cause some detectable magical resonance with your armor of resist fire.Comment
Comment