summaryrefslogtreecommitdiff
path: root/docs/Directory-Structure.md
blob: 3cfb69d33b088c9e14daabc93921da0bb5444198 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
AzerothCore and our modules is following  directory structure standard from hw-core:

<a href="https://github.com/HW-Core/directory-structure/blob/master/README.md" target="_blank">Standard Directory Structure</a>

This structure is conformed to our [modular architecture](The-Modular-Structure)

##  AzerothCore Wotlk directory structure:

- **bin**  
  contains binaries/scripts for this project   

- **conf**  
  Project configuration files  
  
 
- **data** 
    All data such as sql, documents etc.

- **modules** 
    - **acore** 
        - **game-framework**  
          Package that contains the framework to implement a wow server  
 
        - **extractors**  
          Collection of ClientData extractors tools  
  
 
        - **[other-modules]** 

    - **worldengine** 
        - **deps**  
          package that contains required legacy 3rd party deps for worldengine. In future will will use dedicated modules  
  
 
        - **nucleus**  
          [Re]sources required by entire worldengine system  

        - **[other-modules]**  
          All other modules from worldengine, such as lib-collision etc. We will use only them required by azerothcore project.  

    - **uwd**  
      mostly tools and other useful modules  
  
 
    - **hw-core**  
      generic cross-language and cross-platform libraries  

- **src**  
  All sources strictly related to this application/project and wotlk server version