View Single Post
07-23-10, 12:54 AM   #3
Mischback
A Cobalt Mageweaver
 
Mischback's Avatar
AddOn Author - Click to view addons
Join Date: Aug 2009
Posts: 221
The guide is very helpfull, so if you followed the instructions, you should be fine...

I simply added
Code:
## X-oUF: PSoUF

PSoUF\oUF.xml
in my .toc and
Code:
local oUF = ns.oUF or oUF
assert(oUF, "<name> was unable to locate oUF install.")
in my layout-file.

The folder PSoUF is a copy of the original oUF-folder, only renamed it, nothing changed in the sources (k, I have changed something in there, otherwise there would be no need to embed oUF, but it has nothing to do with the embedding itsself).
  Reply With Quote