Forums WoW Modding Support Archives Azerothcore Discord Archives [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

[DiscordArchive] Then im just guessing here , but is everyone modifying the config values before compilation and each

rektbyfaith
Administrator
0
08-27-2025, 07:30 PM
#1
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 ?
rektbyfaith
08-27-2025, 07:30 PM #1

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 ?

rektbyfaith
Administrator
0
08-27-2025, 07:31 PM
#2
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.
rektbyfaith
08-27-2025, 07:31 PM #2

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.

rektbyfaith
Administrator
0
08-27-2025, 07:43 PM
#3
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
rektbyfaith
08-27-2025, 07:43 PM #3

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

rektbyfaith
Administrator
0
08-27-2025, 08:28 PM
#4
Archived author: Revision • Posted: 2025-08-27T20:28:31.665000+00:00
Original source

You don't do it every single time
rektbyfaith
08-27-2025, 08:28 PM #4

Archived author: Revision • Posted: 2025-08-27T20:28:31.665000+00:00
Original source

You don't do it every single time

rektbyfaith
Administrator
0
08-27-2025, 08:31 PM
#5
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
rektbyfaith
08-27-2025, 08:31 PM #5

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

rektbyfaith
Administrator
0
08-27-2025, 09:13 PM
#6
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.
rektbyfaith
08-27-2025, 09:13 PM #6

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.

rektbyfaith
Administrator
0
08-27-2025, 09:14 PM
#7
Archived author: Revision • Posted: 2025-08-27T21:14:50.320000+00:00
Original source

vc142 is Visual Studio 2019. You need 2022.
rektbyfaith
08-27-2025, 09:14 PM #7

Archived author: Revision • Posted: 2025-08-27T21:14:50.320000+00:00
Original source

vc142 is Visual Studio 2019. You need 2022.

rektbyfaith
Administrator
0
08-27-2025, 09:15 PM
#8
Archived author: Caelinus • Posted: 2025-08-27T21:15:14.707000+00:00
Original source

Huh
rektbyfaith
08-27-2025, 09:15 PM #8

Archived author: Caelinus • Posted: 2025-08-27T21:15:14.707000+00:00
Original source

Huh

rektbyfaith
Administrator
0
08-27-2025, 09:15 PM
#9
Archived author: Caelinus • Posted: 2025-08-27T21:15:17.502000+00:00
Original source

that is bizarre
rektbyfaith
08-27-2025, 09:15 PM #9

Archived author: Caelinus • Posted: 2025-08-27T21:15:17.502000+00:00
Original source

that is bizarre

rektbyfaith
Administrator
0
08-27-2025, 09:15 PM
#10
Archived author: Caelinus • Posted: 2025-08-27T21:15:25.257000+00:00
Original source

I have 2022 installed
rektbyfaith
08-27-2025, 09:15 PM #10

Archived author: Caelinus • Posted: 2025-08-27T21:15:25.257000+00:00
Original source

I have 2022 installed

Recently Browsing
 1 Guest(s)
Recently Browsing
 1 Guest(s)