Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #26

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 25 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,20 @@
# AzerothShard module

**⚠️ DISCLAIMER ⚠️** : this module is a **work in progress**, hence is not intended to be distributed yet.
> [!IMPORTANT]
> AzerothShard has released their collection of modules to the public and no longer being maintained.

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.
## Modules that have been exported to AzerothCore

- `mod-arena-solo-3v3` => [mod-arena-3v3-solo-queue](https://github.com/azerothcore/mod-arena-3v3-solo-queue)
- `mod-xp-rates` => [mod-chromie-xp](https://github.com/azerothcore/mod-chromie-xp)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not sure if these modules are the same, moreover I think that we are missing some modules in the list

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you're referng to the Modules exported to AC list, since i wasnt there when AS was a thing i dont know what their behaviour was e.g Guild house one they are few and that know what would match if any what existed back then.

I assumed that the modules used in CC that existed in AS would be the successors even if they are complety differnt currently (but achieved the same at the time)

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I assumed that the modules used in CC that existed in AS would be the successors even if they are complety differnt currently (but achieved the same at the time)

This is partially true, but I am not sure about the mod-xp-rates, about guildhouse in AS we did also "personal house" not only related to guild, so I am not sure if the guildhouse modules match properly the on inside mod-azerothshard.
By the way, yehonal should know, when he will be able to review this he can give a proper feedback 👍

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure https://github.com/azerothcore/mod-chromie-xp is exactly the same. The xp mod from CC was also integrated into the smarstone. But maybe we can still add the mod-chromie-xp as a possible replacement although it's not 1:1

Btw, I'm not sure if I understood the question fully

- `mod-smartstone` => [mod-chromiecraft-smartstone](https://github.com/chromiecraft/mod-chromiecraft-smartstone)
- `mod-as-common` (Mythic) => [mod-zone-difficulty](https://github.com/azerothcore/mod-zone-difficulty)


> [!NOTE]
> This module is a collection of custom features that have been implemented privately on AzerothShard project.
> Finally, most of them have be released open-source using an all-in-one module since they are coupled between eachother
> Although possiblity in future this modules being refactored or being moved on [AzerothCore](https://github.com/azerothcore) as many have from the list above.

## Installation

Expand All @@ -25,18 +35,16 @@ Then you can change configurations as you whish

List of features that will be published open-source:

* Challenge Mode
* Mythic+
* PlayerStats
* Timewalking (libraries only)
* Guild house
* Some useful sql files

List not completed, work in progress...

List of features that could be possibly shared open-source (still to consider):
- `Challenge Mode`
- `Mythic+`
- `PlayerStats`
- `Timewalking` (libraries only)
- `Guild house`
- Some useful `SQL` files

* Timewalking (full)
* Multiple-dimensions
> [!NOTE]
> The list above isn't completed. You can look into the source folders of this repository to see more details.
> List below we may or not one day be release on this repository or be ported to [AzerothCore](https://github.com/azerothcore)

List not completed, work in progress...
- `Timewalking` (Full, not just libraries)
- `Multiple-dimensions`
Loading