DSB Version 0.73

This forum is for the Lua scriptable clone of DM/CSB called Dungeon Strikes Back by Sophia. Use DSB to build your own highly customised games.

Moderator: Sophia

Forum rules
Please read the Forum rules and policies before posting.
Post Reply
User avatar
Sophia
Concise and Honest
Posts: 4240
Joined: Thu Sep 12, 2002 9:50 pm
Location: Nowhere in particular
Contact:

DSB Version 0.73

Post by Sophia »

What's new:

- Fixed a crash when invalidating the cache of scaled attack bitmaps for monsters
- Added bonus_attack property to weapon archs and attack methods to grant an attack bonus
- Added inventory_info.objlook allowing a lot of changes to how an examined object is rendered, without altering base code
- Added inventory_info.stats allowing a lot of changes to how the character stats are rendered, without altering base code
- Added h_custom_objlook hook that works very similarly to h_custom_mainsub but is invoked when an object is examined
- Added h_custom_stats hook that works very similarly to h_custom_mainsub but is invoked when stats are displayed
- Added h_weapon_attack hook for custom effects after making a physical attack
- Added support for custom_shortdesc_renderer and custom_longdesc_renderer to object archetypes
- Added support for default automatic attack methods via one_click_method arch property
- Added dsb_attack_info(table, ttl) to pass an arbitrary table to sys_render_attack_result (by default, handled by h_render_attack_info)

Download it here
User avatar
Gambit37
Should eat more pies
Posts: 13718
Joined: Wed May 31, 2000 1:57 pm
Location: Location, Location
Contact:

Re: DSB Version 0.73

Post by Gambit37 »

Wow, lots of interesting things here. I've recently started a new job and now have very little time to work on my DSB projects, so I've done nothing on them the last few weeks. I'll have to check out all this new stuff when I can make some time. Thank you.
User avatar
meadwarrior
Journeyman
Posts: 91
Joined: Sat Dec 01, 2018 1:02 am

Re: DSB Version 0.73

Post by meadwarrior »

Great work, thank you very much, Sophia!
Can't wait to try everything out!
Stingm
Apprentice
Posts: 58
Joined: Wed Jan 26, 2011 7:36 pm

Re: DSB Version 0.73

Post by Stingm »

Thanks again Sophia!
Post Reply