Skip to content

Release v2.0-BETA

Compare
Choose a tag to compare
@rainbowdashlabs rainbowdashlabs released this 13 Jul 00:14
· 136 commits to development since this release
3a79e1e

This is a major version update.

Its a complete rewrite of the old BDO and introduces a bunch of new Features. Please see: Migration to V2

The old door based system is removed and replaced by a condition based system which allows a lot more flexibility for further development and for user choices.

The door state is defined by a evaluator. Users can define their own evaluators to match their own requirements.

Also the info command is now a lot more detailed and allows execution and suggestions of commands by clicking on buttons.

With this version it is also possible to execute nearly every command from console. except those which need a ingame action.

Probably fixed a bug which is also fixed by Big Doors so it should definitely not occur anymore. Hopefully.

* Made info command more informational. Added add, remove and edit for conditions with clickable text.
* invert Open is no a toggle command and does not require a state anymore.
+ Added console support for nearly every command.
+ Added clickable text at important points for easier usage
+ Added new central checking mechanism for better conistency
+ Added condition system
+ Added four new item conditions
+ Added two new location conditions
+ Added permission condition
+ Added time condition
+ Added weather condition
+ Added stay open parameter to block door closing for a specific amount of time
+ Added evaluator for better control of door state
+ Added javascript evaluator for custom evaluation of door state
+ Added several new commands for condition managing.
- Deprecated old timed doors.
- Removed permission door
- Removed closed door
- Removed old checking mechanism for time and approach