[DiscordArchive] Then im just guessing here , but is everyone modifying the config values before compilation and each
[DiscordArchive] Then im just guessing here , but is everyone modifying the config values before compilation and each
Archived author: ChibiSan • Posted: 2025-08-27T19:30:50.833000+00:00
Original source
Then im just guessing here , but is everyone modifying the config values before compilation and each time i want to change something in the configs i would have to compile as to not lose those configurations after the server is compiled ?
Archived author: Revision • Posted: 2025-08-27T19:31:31.638000+00:00
Original source
You don't edit .conf.dist. You make a copy and remove the .dist and edit that. The .conf.dist will be overwritten when you compile it so any changes done will be reset.
Archived author: ChibiSan • Posted: 2025-08-27T19:43:14.942000+00:00
Original source
Doesn't that means eaach time there's a update in the config files i would lose it if i just copy and paste the config files over the compiled version of the server
Archived author: Revision • Posted: 2025-08-27T20:28:31.665000+00:00
Original source
You don't do it every single time
Archived author: Ryan Turner • Posted: 2025-08-27T20:31:54.714000+00:00
Original source
If make the copy and edit the copy, if you change the dist file, everytime you compile you will reset your settings
Archived author: Caelinus • Posted: 2025-08-27T21:13:01.233000+00:00
Original source
I am having trouble getting CMake to recognize boost in WIndows.
I have installed the version given on the instructions, CMake auto populates all the fields accept for Boost_DIR which turns into "Boost_DIR-NOTFOUND".
If I enter the main boost dir (in this case H:/Utilities/boost_1_81_0) manually, it will turn back into Boost_DIR-NOTFOUND upon pressing configure again.
My System Variables has BOOST_ROOT to the value "H:/Utilities/boost_1_81_0"
If I attempt to build, I will get the error that the file "libboost_filesystem-vc142-mt-x64-1_81.lib" cannot be found. The path to it in CMake is correct, and the file does exist with that exact name in that path.
I am not sure what to do now.
Archived author: Revision • Posted: 2025-08-27T21:14:50.320000+00:00
Original source
vc142 is Visual Studio 2019. You need 2022.
Archived author: Caelinus • Posted: 2025-08-27T21:15:14.707000+00:00
Original source
Huh
Archived author: Caelinus • Posted: 2025-08-27T21:15:17.502000+00:00
Original source
that is bizarre
Archived author: Caelinus • Posted: 2025-08-27T21:15:25.257000+00:00
Original source
I have 2022 installed