[DiscordArchive] Hello, I apologize for a newb question, but do I need to install Eluna module, if I want to run just
[DiscordArchive] Hello, I apologize for a newb question, but do I need to install Eluna module, if I want to run just
Archived author: ds75 • Posted: 2025-08-09T15:55:11.635000+00:00
Original source
Hello, I apologize for a newb question, but do I need to install Eluna module, if I want to run just my own local offline server?
Archived author: Roboto • Posted: 2025-08-09T15:55:56.819000+00:00
Original source
It's entirely optional
Archived author: Roboto • Posted: 2025-08-09T15:56:22.401000+00:00
Original source
all modules are
Archived author: ds75 • Posted: 2025-08-09T15:58:02.558000+00:00
Original source
I see, thank you. I was confused, because the description said Eluna is embedded into the core. Whatever that means.
Archived author: Roboto • Posted: 2025-08-09T16:15:55.120000+00:00
Original source
An embedded engine is the term used to describe adding scripting language features into an application. In AzerothCore's case, it's added in a module
Archived author: Tereneckla • Posted: 2025-08-09T16:17:10.335000+00:00
Original source
there is code in azerothcore specifically targeting the eluna module
however that is done through precompile checks, so if eluna is not present that part just is not added
Archived author: ds75 • Posted: 2025-08-09T16:17:43.226000+00:00
Original source
I see, thank you for the clarification. I appreciate it.
Archived author: Takenbacon • Posted: 2025-08-09T16:27:54.521000+00:00
Original source
Ive never played with Eluna so maybe there's a good reason but ive always been curious why this isnt included by default? Giving people a much less dangerous alternative compared to raw c++ seems like it would be desirable
Archived author: tb • Posted: 2025-08-09T17:39:10.780000+00:00
Original source
Idk if the multistate pr ever got merged but till that is of someone ports it i believe it puts a thread limit of 1 per map without it
Archived author: tb • Posted: 2025-08-09T17:41:12.769000+00:00
Original source
I keep procrastinating myself out of attempting a port