12-14-2014, 04:36 AM
(12-13-2014, 01:29 PM)Steel Beast 6Beets Wrote: Guess so. Thinking about it, though, scripts always warn about compatibility issues with SDK and only mention MACL if it is required. That should've tipped me off.The SDK is kinda one of the models we have for ReGaL's default scripts. The SDK system was a plug-in script that rewrote the default scripts with smaller method segments.... like it would look at one method (like def update) and cut it up into smaller methods (def update, def update_variables, def update_mainloop, def update_traspose). The problem with some scripts is that you'd need to rewrite a whole method to add something 'inside' one of these large methods. If they were in a more modular fashion, one would only need to alias (or attach) code to just one smaller bit of code.
Of course, that's ONE part.