mirror of
https://github.com/uprightbass360/AzerothCore-RealmMaster.git
synced 2026-01-13 00:58:34 +00:00
chore: update eluna naming
This commit is contained in:
@@ -152,7 +152,7 @@ storage/
|
|||||||
├── client-data/ # Unpacked WoW client data & DBC overrides
|
├── client-data/ # Unpacked WoW client data & DBC overrides
|
||||||
├── logs/ # Server log files
|
├── logs/ # Server log files
|
||||||
├── modules/ # Downloaded module source code
|
├── modules/ # Downloaded module source code
|
||||||
├── lua_scripts/ # Eluna Lua scripts (auto-loaded)
|
├── lua_scripts/ # ALE Lua scripts (auto-loaded)
|
||||||
├── install-markers/ # Module installation state tracking
|
├── install-markers/ # Module installation state tracking
|
||||||
└── backups/ # Automated database backups
|
└── backups/ # Automated database backups
|
||||||
├── daily/ # Daily backups (retained per BACKUP_RETENTION_DAYS)
|
├── daily/ # Daily backups (retained per BACKUP_RETENTION_DAYS)
|
||||||
|
|||||||
@@ -158,7 +158,7 @@ The module collection is organized into the following categories:
|
|||||||
| **[eluna-scripts](https://github.com/Isidorsson/Eluna-scripts.git)** | Collection of Lua scripts for creating custom gameplay mechanics and features |
|
| **[eluna-scripts](https://github.com/Isidorsson/Eluna-scripts.git)** | Collection of Lua scripts for creating custom gameplay mechanics and features |
|
||||||
| **[eluna-ts](https://github.com/azerothcore/eluna-ts.git)** | Adds a TS-to-Lua workflow so Eluna scripts can be authored with modern tooling |
|
| **[eluna-ts](https://github.com/azerothcore/eluna-ts.git)** | Adds a TS-to-Lua workflow so Eluna scripts can be authored with modern tooling |
|
||||||
| **[mod-aio](https://github.com/Rochet2/AIO.git)** | Pure Lua server-client communication system for bidirectional data transmission |
|
| **[mod-aio](https://github.com/Rochet2/AIO.git)** | Pure Lua server-client communication system for bidirectional data transmission |
|
||||||
| **[mod-ale](https://github.com/azerothcore/mod-ale.git)** | Adds Eluna Lua scripting engine for creating custom gameplay mechanics |
|
| **[mod-ale](https://github.com/azerothcore/mod-ale.git)** | ALE (AzerothCore Lua Engine) - Lua scripting engine for custom gameplay mechanics (formerly Eluna) |
|
||||||
|
|
||||||
## Admin Tools
|
## Admin Tools
|
||||||
|
|
||||||
|
|||||||
@@ -44,7 +44,7 @@ Reads patch definitions from module metadata.
|
|||||||
Module-specific hooks are named after their primary module and handle unique setup requirements.
|
Module-specific hooks are named after their primary module and handle unique setup requirements.
|
||||||
|
|
||||||
### `mod-ale-patches`
|
### `mod-ale-patches`
|
||||||
Applies compatibility patches for mod-ale (Eluna Lua scripting engine) when building with the AzerothCore playerbots fork.
|
Applies compatibility patches for mod-ale (ALE - AzerothCore Lua Engine, formerly Eluna) when building with the AzerothCore playerbots fork.
|
||||||
|
|
||||||
**Auto-Detection:**
|
**Auto-Detection:**
|
||||||
The hook automatically detects if you're building with the playerbots fork by checking:
|
The hook automatically detects if you're building with the playerbots fork by checking:
|
||||||
|
|||||||
Reference in New Issue
Block a user