[DiscordArchive] could you try to place config under /bin/ folder please?
[DiscordArchive] could you try to place config under /bin/ folder please?
Archived author: Yehonal • Posted: 2017-02-28T13:02:21.834000+00:00
Original source
could you try to place config under /bin/ folder please?
Archived author: Yehonal • Posted: 2017-02-28T13:02:34.938000+00:00
Original source
tell me if it works
Archived author: Perf.vig • Posted: 2017-02-28T13:17:13.702000+00:00
Original source
Let me 20 minutes
Archived author: Perf.vig • Posted: 2017-02-28T13:17:20.222000+00:00
Original source
So i finish porting LOS commit
Archived author: Yehonal • Posted: 2017-02-28T13:46:40.119000+00:00
Original source
<@!169015754048405514>
![[Image: unknown.png?ex=690bfe01&is=690aac81&hm=4...d5744f913&]](https://cdn.discordapp.com/attachments/284323424032129024/286132069526929410/unknown.png?ex=690bfe01&is=690aac81&hm=4d0bcc0d7621a6689032ab82cf142e5dfc118daccb484e457b6037ed5744f913&)
Archived author: Yehonal • Posted: 2017-02-28T13:46:41.633000+00:00
Original source
![[Image: unknown.png?ex=690bfe01&is=690aac81&hm=4...d5744f913&]](https://cdn.discordapp.com/attachments/284323424032129024/286132069526929410/unknown.png?ex=690bfe01&is=690aac81&hm=4d0bcc0d7621a6689032ab82cf142e5dfc118daccb484e457b6037ed5744f913&)
Archived author: Yehonal • Posted: 2017-02-28T13:47:18.405000+00:00
Original source
an old commit, but, if you load script after conf load
tring cfg_file = "transmog.conf";
tring cfg_def_file = cfg_file + ".dist";Archived author: Yehonal • Posted: 2017-02-28T13:47:19.310000+00:00
Original source
void OnBeforeConfigLoad(bool reload) override
{
if (!reload) {
std:
tring cfg_file = "transmog.conf";
std:
tring cfg_def_file = cfg_file + ".dist";
sConfigMgr->LoadMore(cfg_def_file.c_str());
sConfigMgr->LoadMore(cfg_file.c_str());
}
}
Archived author: Yehonal • Posted: 2017-02-28T13:47:25.595000+00:00
Original source
this kind of hook can't work
Archived author: Dany • Posted: 2017-02-28T13:47:25.670000+00:00
Original source
oh yes I was supposed to submit a pr for los I completely forgot