View Single Post
Author Message
rswallen
SourceMod Donor
Join Date: Jun 2013
Location: 127.0.0.1
Old 06-13-2015 , 02:41   [ANY] BossEngine
Reply With Quote #1

An API that lets developers set custom attributes and properties on players such that ANY plugin may view them (and edit them in the case of properties). The core should also work with any game.

Basics:
Spoiler


Other Info:
  • When a monster is created from an egg, it inherits all its attributes in that instant. Further changes to the egg will not be reflected on the monster
  • Attributes on a monster are constant. There is no method available for editing them, only retrieving them.
  • Monster Properties are not constant. Any plugin is free to add, modify or remove properties on any monster.

TODO:
  • Make this page fancier
  • Make it possible for configs to contain filenames of other configs (that will also get loaded)
  • Allow 'Monsters' to be bound to any entity
  • Squish any bugs (help will be much appreciated)

For anything else, send me a PM
Attached Files
File Type: zip Example.zip (19.9 KB, 257 views)
File Type: zip BossEngine_1.0.4.zip (25.0 KB, 283 views)
__________________

Last edited by rswallen; 06-15-2015 at 09:46.
rswallen is offline