[DiscordArchive] Is that because those .dist files are missing?
[DiscordArchive] Is that because those .dist files are missing?
Archived author: Mindfulness • Posted: 2025-08-27T05:48:37.628000+00:00
Original source
Is that because those .dist files are missing?
Archived author: Spargel • Posted: 2025-08-27T05:48:58.743000+00:00
Original source
As long as you have a version in that folder without the dist extension, values from it will be used. The dist files should be left alone there, though.
Archived author: Mindfulness • Posted: 2025-08-27T05:49:17.763000+00:00
Original source
Okay, I'll do a rebuild
Archived author: Spargel • Posted: 2025-08-27T05:51:27.503000+00:00
Original source
If all you did was delete them, you can just copy the ones from the sources for each module to replace them instead of building again.
If something else might have happened when building, though, doing it again might help anyway.
Archived author: Mindfulness • Posted: 2025-08-27T05:52:04.663000+00:00
Original source
Interesting. After the rebuild (no other changes to any other files) I started WoW and I do have the 1000g now. I was under the impression that altering .conf files did not require a rebuild (that's all I did before my last rebuild).
Archived author: Mithria • Posted: 2025-08-27T05:52:29.172000+00:00
Original source
altering conf does not require a rebuild, just a restart
Archived author: Mindfulness • Posted: 2025-08-27T05:52:50.816000+00:00
Original source
Ahh, I see, thanks for clarifying
Archived author: Spargel • Posted: 2025-08-27T05:53:11.449000+00:00
Original source
Conf file changes will take effect on server restart. If you change the conf.dist in the source directory, that change would become the new default when you build again.
Archived author: Mithria • Posted: 2025-08-27T05:53:22.539000+00:00
Original source
unless you are altering the source conf.dist file for some reason and rebuilding the project with the new .dist
Archived author: Mithria • Posted: 2025-08-27T05:53:26.895000+00:00
Original source
yeah what spargel said