ketho-wow / HelloAce

Example Ace3 addon

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ace3 example with options panel and slash commands.

Folder name

⚠️ If you downloaded it as a zip, rename the HelloAce-master folder to HelloAce

About embeds

The Ace3 libs are hard-embedded (hardcoded) for simplicity.

When updating your addons it's recommended to have the packager pull the latest Ace3 libs when packaging, i.e. soft-embedding. This requires a PackageMeta File.

To still have your own local Ace3 libs without checking them out to the repository:

  • Use the Ace3 libs standalone by dropping the Ace3 addon in the AddOns folder and specifying ## OptionalDeps: Ace3 in your TOC.
  • Or put the Ace3 libs in the Libs folder and exclude it from the repository with .gitignore.

About

Example Ace3 addon

License:The Unlicense


Languages

Language:Lua 100.0%