[DiscordArchive] quick question with probably long answer: raise spawn rate of mining and herbing nodes?
[DiscordArchive] quick question with probably long answer: raise spawn rate of mining and herbing nodes?
Archived author: Revision • Posted: 2025-08-26T20:41:13.061000+00:00
Original source
You don't edit authserver.conf or worldserver.conf in the source folder, it wouldn't make sense if the module required you to do that.
Archived author: Spargel • Posted: 2025-08-26T20:44:50.036000+00:00
Original source
It's a mistake some people make at first, though, when not realizing the conf.dist for a module will be found in two locations after building.
They see one in the folder for the module itself and don't think to look in the output for the directory that would have them from all modules in the same place. Especially if they're only building with a single module and also don't notice that difference.
Archived author: Revision • Posted: 2025-08-26T20:48:27.621000+00:00
Original source
But they edit the default configs and the modules folder is right there
Archived author: Spargel • Posted: 2025-08-26T20:57:20.397000+00:00
Original source
I'm not saying it's difficult to avoid once they realize it, just that some don't realize it at first.
Maybe they search for conf files and see the ones that are in /modules/<specific mod>/ and another that also looks like it's in /modules/ and don't understand the difference in the rest of the paths before the immediate folder.
Based on the frequency of comments about it, lots of people don't even get that the dist files themselves should be for default values anyway and they edit those instead of making conf copies.