View Single Post
07-25-19, 04:23 AM   #6
Lybrial
A Flamescale Wyrmkin
AddOn Compiler - Click to view compilations
Join Date: Jan 2010
Posts: 120
Hi,

ignore RegisterModule. Its stuff that I implemented myself. Should not have posted it.

my core .toc file does not load the modules which are standalone addons.
Core is just the main addon containing core functionality and also general modules.

My other addons have their own .toc file and load their own modules individually.
But everyone of my addons depends on core:

Lua Code:
  1. ## Dependencies: Lybrial_Core

However. Turned out that the Error was missleading and the source of it was something different.
So the the stuff I posted works fine.

Thx
  Reply With Quote