![]() |
#1 |
Prophet
Join Date: Apr 2008
Posts: 2,914
![]() |
Development version of PWMAngband 1.3.0 released for testing
Here's the list of changes that have been implemented up to now:
User interface -------------- Angband 4.1.3: - Spell info improvements - Grey out unreadable books in the inventory - Show recharge failure chances in item list PWMAngband: - Match class color with spellbooks, make ghosts light grey - Switch the Brandywine Bridge area from special level to town - Add option to overexert player instead of preventing casting when out of mana Gameplay changes ---------------- Angband 4.1.3: - Updated mage class (arcane realm) - Make slow and confuse monsters progressive - New druid class (nature realm) - Make Bookseller automatically sell all town books - Remove class experience penalty - Updated priest class (divine realm) - Make demons living - Updated necromancer class (shadow realm) - Updated paladin class (divine realm) - Updated rogue class (shadow realm) - Allow rogues to steal from sleeping monsters - Nerf extra shots (PWMAngband: implement fractional shots) - Updated ranger class (nature realm) - New blackguard class (shadow realm) - Adjust hitdice - Alchemist sells wands of Light and Stone to Mud instead of Hold Monster, Stun Monster and Wonder - Replace pointy penalty with blessed bonus - Remove arcane glove penalty - Reduce frequency of non-readable books PWMAngband: - Updated sorceror class (arcane realm) - Allow wands of Heal Monster to work on other players - Remove class restrictions for Dragons and race/class restrictions for fruit bat mode except Dragon - New FRIENDLY monster flag - Make idle players even more stealthy - Updated archer class (nature realm) - Updated telepath class (psi realm) - Updated summoner class (divine realm) - Add maximum level requirement parameter for dungeons - Add minimum level requirement system for objects (activated by the LEVEL_REQUIREMENT server option) Bugs fixed ---------- Angband 4.1.3: - Stop non-damaging projections from waking up monsters - Fix mana not updating bug - Fix crash bug where some carried objects fail to be created PWMAngband: - Allow more than 255 terrain types - Remove pointless cure blindness/confusion effects from spells which obviously cannot be cast while blind or confused Coding changes -------------- Angband 4.1.3: - Improve monster detection code - Improvements to effect code - Change targets to struct target - Make notifications on player timed effects finishing behave more sensibly - Rework timed status effects - Tweak class melee - Replace coordinates with a struct loc PWMAngband: - Add a cooldown parameter for spells - Remove obsolete CLASS_GHOST variable - Set max townies in town.txt for each town and remove the cfg option - Remove max trees cfg option, don't grow trees and prevent destroying trees in starting town - Improve MvM code Files updated: binaries only (source will come with first beta). Files are available for download at the usual location: http://powerwyrm.monsite-orange.fr
__________________
PWMAngband variant maintainer - check http://powerwyrm.monsite-orange.fr (or http://www.mangband.org/forum/viewforum.php?f=9) to learn more about this new variant! |
![]() |
![]() |
![]() |
#2 |
Knight
Join Date: Mar 2015
Posts: 935
![]() |
![]()
1) bug#1
after certain count of tiles game stop to load reproduction: working version (it's common PWMA previous version, where I've added my tileset, object, trap and monster files): https://drive.google.com/open?id=1mZ...0fT-NQgueTwkuz it works (tiles messed up cause there are no custom town, but game works) 'bugged' (contain just tileset files, I've added there just a 32 more tiles). https://drive.google.com/open?id=1ZL...Z4AUMY2QsRwOW2 it shows blank screen after you login to the game. no errors shown If you would compare working version and 'bugged' ones - you would see that they are equal and the only thing which differs them is number of tiles. So after certain threshold game stops to load graphics. 2) bug#2: I wanted to show bug#1 at latest version of PWMA, but it seems tilesets doesn't work there https://i.snag.gy/giuXxL.jpg But I suppose bug#1 happens in new version too.
__________________
https://tangaria.com - Angband multiplayer variant tangaria.com/variants - Angband variants table tangar.info - my website ⍽⍽⍽⍽⍽⍽⍽⍽⍽⍽⍽⍽ My chars @ angband.oook.cz youtube.com/GameGlaz — streams in English ⍽ youtube.com/StreamGuild — streams in Russian Last edited by tangar; July 19, 2019 at 13:41. |
![]() |
![]() |
![]() |
#3 |
Prophet
Join Date: Apr 2008
Posts: 2,914
![]() |
FYI, the current version is unplayable, there's a fatal bug in the code that will make cave_illuminate() crash. This is already fixed in my local copy, I'll try to update when I've made more progress with the struct loc refactor.
__________________
PWMAngband variant maintainer - check http://powerwyrm.monsite-orange.fr (or http://www.mangband.org/forum/viewforum.php?f=9) to learn more about this new variant! |
![]() |
![]() |
![]() |
#4 |
Knight
Join Date: Mar 2015
Posts: 935
![]() |
*thumbs up* Hope everything would come smooth
![]()
__________________
https://tangaria.com - Angband multiplayer variant tangaria.com/variants - Angband variants table tangar.info - my website ⍽⍽⍽⍽⍽⍽⍽⍽⍽⍽⍽⍽ My chars @ angband.oook.cz youtube.com/GameGlaz — streams in English ⍽ youtube.com/StreamGuild — streams in Russian |
![]() |
![]() |
![]() |
#5 |
Prophet
Join Date: Apr 2008
Posts: 2,914
![]() |
New version is out. Changes:
- More struct loc refactoring - Send f_attr/f_char streams in four parts to allow more features in terrain.txt
__________________
PWMAngband variant maintainer - check http://powerwyrm.monsite-orange.fr (or http://www.mangband.org/forum/viewforum.php?f=9) to learn more about this new variant! |
![]() |
![]() |
![]() |
#6 |
Knight
Join Date: Mar 2015
Posts: 935
![]() |
Awesome updates!
![]() /rfe it would be great to have possibility to put player houses inside of custom towns; the same way as this houses placed at PWMA Hobbiton. Currently it didn't work; eg in 'terrain.txt' we got: open house door / closed house door / Home If I'm adding 'closed house door' to town_feat object and try to enter there - server crushing (same thing with 'closed house door (Home)'). If I'm adding 'Home' - you could pass this door and at the same moment it says that 'it's closed'
__________________
https://tangaria.com - Angband multiplayer variant tangaria.com/variants - Angband variants table tangar.info - my website ⍽⍽⍽⍽⍽⍽⍽⍽⍽⍽⍽⍽ My chars @ angband.oook.cz youtube.com/GameGlaz — streams in English ⍽ youtube.com/StreamGuild — streams in Russian Last edited by tangar; July 29, 2019 at 07:40. |
![]() |
![]() |
![]() |
#7 |
Prophet
Join Date: Apr 2008
Posts: 2,914
![]() |
You cannot add player houses to custom towns because they have to be generated programmatically (too many parameters). Adding visuals (walls, doors) won't work, because the game has to track the actual house, not only its visual representation.
__________________
PWMAngband variant maintainer - check http://powerwyrm.monsite-orange.fr (or http://www.mangband.org/forum/viewforum.php?f=9) to learn more about this new variant! |
![]() |
![]() |
![]() |
#8 |
Knight
Join Date: Mar 2015
Posts: 935
![]() |
I see now, thanks
![]()
__________________
https://tangaria.com - Angband multiplayer variant tangaria.com/variants - Angband variants table tangar.info - my website ⍽⍽⍽⍽⍽⍽⍽⍽⍽⍽⍽⍽ My chars @ angband.oook.cz youtube.com/GameGlaz — streams in English ⍽ youtube.com/StreamGuild — streams in Russian Last edited by tangar; July 29, 2019 at 20:39. |
![]() |
![]() |
![]() |
#9 | |
Knight
Join Date: Mar 2015
Posts: 935
![]() |
Powerwyrm, thanks a lot for introducing
Quote:
![]()
__________________
https://tangaria.com - Angband multiplayer variant tangaria.com/variants - Angband variants table tangar.info - my website ⍽⍽⍽⍽⍽⍽⍽⍽⍽⍽⍽⍽ My chars @ angband.oook.cz youtube.com/GameGlaz — streams in English ⍽ youtube.com/StreamGuild — streams in Russian |
|
![]() |
![]() |
![]() |
#10 | |
Knight
Join Date: Mar 2015
Posts: 935
![]() |
dungeon.txt:
Quote:
__________________
https://tangaria.com - Angband multiplayer variant tangaria.com/variants - Angband variants table tangar.info - my website ⍽⍽⍽⍽⍽⍽⍽⍽⍽⍽⍽⍽ My chars @ angband.oook.cz youtube.com/GameGlaz — streams in English ⍽ youtube.com/StreamGuild — streams in Russian |
|
![]() |
![]() |
![]() |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
Thread Tools | |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Beta version of PWMAngband 1.2.0 released | PowerWyrm | Variants | 176 | February 27, 2019 12:22 |
Development version of PWMAngband 1.2.0 released for testing | PowerWyrm | Variants | 42 | January 8, 2019 18:46 |
Development version of PWMAngband 1.1.12 released for testing | PowerWyrm | Variants | 80 | July 13, 2017 12:59 |
Beta version of PWMAngband 1.1.11 released | PowerWyrm | Variants | 20 | December 24, 2015 09:36 |
Beta version of PWMAngband 1.1.10 released | PowerWyrm | Variants | 8 | December 11, 2013 18:34 |