DSB Version 0.25

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: 4239
Joined: Thu Sep 12, 2002 9:50 pm
Location: Nowhere in particular
Contact:

DSB Version 0.25

Post by Sophia »

What's new:

- Added dsb_import_arch(file, root_name) to load in custom objects
- on_click now passes the coordinates clicked (relative to the object)
- Fixed a bug causing spinners to make objects disappear
- No "regen" for a monster generator now means it never deactivates
- Removed unnecessary idle time check in attack methods
- Added extra "location" parameter to on_throw
- Fixed a bug with multiple pitfalls
- Improved handling of nonfatal Lua errors
- Fixed still more bugs with size 2 monsters

See the test_dungeon for an example of how to use dsb_import_arch, loading the moneybox from moneybox.lua. (Feel free to use this moneybox in your own dungeons, too) This should make it easy to distribute and share new custom objects. :)
User avatar
Parallax
DMwiki contributor
Posts: 424
Joined: Mon Aug 28, 2006 7:56 pm
Location: Back in New Jersey

Post by Parallax »

Wow, three versions in 4 days! That's quick development. And now I won't have to copy my custom item code around from version to version, so I'm happy. Keep rolling them out! :)
Post Reply