[DiscordArchive] Where is the default Lua scripts folder suppose to be?
[DiscordArchive] Where is the default Lua scripts folder suppose to be?
Archived author: Paulie • Posted: 2025-05-11T20:00:47.226000+00:00
Original source
git status shows branch up to date with origin/master
Archived author: metallinos • Posted: 2025-05-11T20:33:59.860000+00:00
Original source
Docker creates a container of the whole build directory, meaning lua_scripts is inside your docker container for the worldserver. The way to access it from outside of the container is to mount your own lua_scripts dir to it
![[Image: image.png?ex=690c5e72&is=690b0cf2&hm=477...fae228f1d&]](https://cdn.discordapp.com/attachments/1255602330431127753/1371224894527897782/image.png?ex=690c5e72&is=690b0cf2&hm=477217b833d03880638034cd42ba3174e3b40c15d06476ac82f29c2fae228f1d&)
Archived author: metallinos • Posted: 2025-05-11T20:38:11.034000+00:00
Original source
I do it like this in my docker-compose.override.yml:
![[Image: image.png?ex=690c5e72&is=690b0cf2&hm=477...fae228f1d&]](https://cdn.discordapp.com/attachments/1255602330431127753/1371224894527897782/image.png?ex=690c5e72&is=690b0cf2&hm=477217b833d03880638034cd42ba3174e3b40c15d06476ac82f29c2fae228f1d&)
Archived author: metallinos • Posted: 2025-05-11T20:38:44.327000+00:00
Original source
That auto creates a local dev folder with a lua_scripts dir mapped to the container's lua_scripts dir, so whenever you make changes in your accessible lua_scripts dir, it is seamlessly synced to docker
Archived author: metallinos • Posted: 2025-05-11T20:39:08.041000+00:00
Original source
(Ignore the yggdrasilcore part, it should be ac-client-data)
Archived author: Deamonsatwar • Posted: 2025-05-11T20:51:23.450000+00:00
Original source
Ok I'll give this a shot. Thank you.
Archived author: metallinos • Posted: 2025-05-11T20:58:39.802000+00:00
Original source
It's very annoying to work with Docker. There's a lot happening under the hood that complicates your life when you use Docker. It's not very intuitive. But, in my opinion, once you have a solid flow going with dockerized AC containers, it is by far the most simple way to manage a server or even multiple servers, and comes with easily configurable auto restarting, access control, and the most simple compliation method I've ever used
Archived author: [PD] Tlosk • Posted: 2025-05-11T21:38:02.263000+00:00
Original source
Does anyone know of a good working fork for mod-gain-honor-guard. The azerothcore version has been causing my server to crash with segmentation fault (core dumped) error