[DiscordArchive] Hey guys, Where's the best place to ask about a specific module?
[DiscordArchive] Hey guys, Where's the best place to ask about a specific module?
Archived author: KBDCowboy • Posted: 2025-10-25T21:47:53.197000+00:00
Original source
Hey guys, Where's the best place to ask about a specific module?
Archived author: Ryan Turner • Posted: 2025-10-25T21:48:23.229000+00:00
Original source
<#353919176714354698> or even here
Archived author: KBDCowboy • Posted: 2025-10-25T21:48:48.031000+00:00
Original source
Oh, I'm blind. Haha, sorry about that.
Archived author: Ryan Turner • Posted: 2025-10-25T21:48:55.832000+00:00
Original source
that will be 1€
Archived author: KBDCowboy • Posted: 2025-10-25T21:51:55.796000+00:00
Original source
haha, I'm trying to get the mod-ollama-chat working and everything looks good with compile and such but I'm just not sure where the conf file is supposed to go. My install has the authserver and worldserver confs in diffrent location than what list in the mod install instructions.
Archived author: Tereneckla • Posted: 2025-10-25T21:53:02.308000+00:00
Original source
the .conf.dist will be copied at the correct place if the module is set up properly
Archived author: Tereneckla • Posted: 2025-10-25T21:53:23.538000+00:00
Original source
apart from that, module configs go in the modules folder at the regular .conf location
Archived author: KBDCowboy • Posted: 2025-10-25T21:54:27.181000+00:00
Original source
ok cool thanks. My ah bot and player bot confs are in the modules dir so I'll try moving to there.
Archived author: Diro • Posted: 2025-10-25T23:44:24.062000+00:00
Original source
All the conf.dist files should be in `azerothcore-wotlk/env/dist/etc` on Linux or `Build\bin\RelWithDebInfo\configs` on Windows. Top of the directory has authserver and worldserver, and the "modules" folder should have the conf.dist file for the modules. If you compiled everything right, mod_ollama_chat.conf.dist will be there. Now copy it and paste it in the same place, except rename it mod_ollama_chat.conf
Archived author: KBDCowboy • Posted: 2025-10-25T23:46:27.288000+00:00
Original source
Awesome, thank you!