Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/azerothcore/mod-azerothshard
This module is a collection of custom features that have been implemented privately on AzerothShard project.
https://github.com/azerothcore/mod-azerothshard
azerothcore-module
Last synced: 2 months ago
JSON representation
This module is a collection of custom features that have been implemented privately on AzerothShard project.
- Host: GitHub
- URL: https://github.com/azerothcore/mod-azerothshard
- Owner: azerothcore
- License: agpl-3.0
- Created: 2021-06-08T23:14:07.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-03-20T05:57:11.000Z (10 months ago)
- Last Synced: 2024-05-22T08:23:07.973Z (8 months ago)
- Topics: azerothcore-module
- Language: C++
- Homepage:
- Size: 3.48 MB
- Stars: 15
- Watchers: 14
- Forks: 14
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AzerothShard module
**⚠️ DISCLAIMER ⚠️** : this module is a **work in progress**, hence is not intended to be distributed yet.
This module is a collection of custom features that have been implemented privately on AzerothShard project.
Finally, most of them will be released open-source using an all-in-one module since they are coupled between eachother
Although possibly in future this module will be refactorized to create standalone modules for each feature.## Installation
In your AzerothCore folder, run the following command in a bash shell:
`./acore.sh module install mod-azerothshard`
To uninstall:
`./acore.sh module uninstall mod-azerothshard`
## Configure
Create a copy of the `azth_mod.conf.dist` and rename it as `azth_mod.conf` under your etc folder
Then you can change configurations as you whish## Features
List of features that will be published open-source:
* Challenge Mode
* Mythic+
* PlayerStats
* Timewalking (libraries only)
* Guild house
* Some useful sql filesList not completed, work in progress...
List of features that could be possibly shared open-source (still to consider):
* Timewalking (full)
* Multiple-dimensionsList not completed, work in progress...