KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
HelloAce
★ 12
Open GitHub ↗
Example Ace3 addon
Download README (.md)
Explore Similar Repositories
SpaceStation8
:
A demo game created for Ludum Jam 49
binance-nft-bot
:
Allows automatically participate in NFT sales. Buys maximum amount of NTFs automatically when a sale starts. Supports only English site version.
architectural-katas-2021-fall
:
O'Reilly Architectural Katas 2021 fall
secret-android
:
android
backend
:
chesspecker is an open-source app to practice chess!
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
HelloAce
?
Download (.md)
Ace3 example with options panel and slash commands. - https://www.wowace.com/projects/ace3/pages/getting-started - https://warcraft.wiki.gg/wiki/Ace3_for_Dummies  ### 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](https://github.com/BigWigsMods/packager/wiki/Preparing-the-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](https://www.wowace.com/projects/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](https://git-scm.com/docs/gitignore).