tinygiant98 / darksun-sot

Dark Sun - Sands of Time
6 stars 9 forks source link

Resources Plugin #5

Open tinygiant98 opened 3 years ago

tinygiant98 commented 3 years ago

Import the resources plugin to force base game resources to report to the framework for script assignment.

Most modified creators can have the appropriate scripts assigned, however creatures that don't necessarily exist as custom creatures will still be using the base game scripts, which will not work with framework management.

For summons and other base creatures, we'll need the resources plugin and script overrides to force cooperation with framework management.

tinygiant98 commented 3 years ago

Resources plugin has been integrated. Requires some modification to prevent colliding function calls for hook_* functions.