Forums WoW Modding Support Archives Azerothcore Discord Archives [DiscordArchive] When adding modules, is it okay to clone all the ones I am going to use and then recompile, or shoul

[DiscordArchive] When adding modules, is it okay to clone all the ones I am going to use and then recompile, or shoul

[DiscordArchive] When adding modules, is it okay to clone all the ones I am going to use and then recompile, or shoul

Pages (2): 1 2 Next
rektbyfaith
Administrator
0
05-26-2025, 04:00 PM
#1
Archived author: Sodie Pops • Posted: 2025-05-26T16:00:43.680000+00:00
Original source

When adding modules, is it okay to clone all the ones I am going to use and then recompile, or should I do it after cloning each one?
rektbyfaith
05-26-2025, 04:00 PM #1

Archived author: Sodie Pops • Posted: 2025-05-26T16:00:43.680000+00:00
Original source

When adding modules, is it okay to clone all the ones I am going to use and then recompile, or should I do it after cloning each one?

rektbyfaith
Administrator
0
05-26-2025, 04:01 PM
#2
Archived author: [PD] Tlosk • Posted: 2025-05-26T16:01:33.040000+00:00
Original source

you can do them all, but i personally recommend 1 one at a time, easier to troubleshoot failing ones
rektbyfaith
05-26-2025, 04:01 PM #2

Archived author: [PD] Tlosk • Posted: 2025-05-26T16:01:33.040000+00:00
Original source

you can do them all, but i personally recommend 1 one at a time, easier to troubleshoot failing ones

rektbyfaith
Administrator
0
05-26-2025, 04:04 PM
#3
Archived author: Sodie Pops • Posted: 2025-05-26T16:04:57.882000+00:00
Original source

I just pretty much have to go through all the steps of core setup again for each module, right?
rektbyfaith
05-26-2025, 04:04 PM #3

Archived author: Sodie Pops • Posted: 2025-05-26T16:04:57.882000+00:00
Original source

I just pretty much have to go through all the steps of core setup again for each module, right?

rektbyfaith
Administrator
0
05-26-2025, 04:05 PM
#4
Archived author: [PD] Tlosk • Posted: 2025-05-26T16:05:35.108000+00:00
Original source

no just add the module and recompile. If you use the acore script just ./acore.sh compiler build
rektbyfaith
05-26-2025, 04:05 PM #4

Archived author: [PD] Tlosk • Posted: 2025-05-26T16:05:35.108000+00:00
Original source

no just add the module and recompile. If you use the acore script just ./acore.sh compiler build

rektbyfaith
Administrator
0
05-26-2025, 04:07 PM
#5
Archived author: Sodie Pops • Posted: 2025-05-26T16:07:27.906000+00:00
Original source

I'm not sure what the script is. I've just started and got to the install a module step of the installation instructions.

So I don't have to rebuild in Visual Studio?
rektbyfaith
05-26-2025, 04:07 PM #5

Archived author: Sodie Pops • Posted: 2025-05-26T16:07:27.906000+00:00
Original source

I'm not sure what the script is. I've just started and got to the install a module step of the installation instructions.

So I don't have to rebuild in Visual Studio?

rektbyfaith
Administrator
0
05-26-2025, 04:08 PM
#6
Archived author: [PD] Tlosk • Posted: 2025-05-26T16:08:02.693000+00:00
Original source

oh your windows nvm
rektbyfaith
05-26-2025, 04:08 PM #6

Archived author: [PD] Tlosk • Posted: 2025-05-26T16:08:02.693000+00:00
Original source

oh your windows nvm

rektbyfaith
Administrator
0
05-26-2025, 04:08 PM
#7
Archived author: [PD] Tlosk • Posted: 2025-05-26T16:08:26.605000+00:00
Original source

i assume what you used to compile the core in VS
rektbyfaith
05-26-2025, 04:08 PM #7

Archived author: [PD] Tlosk • Posted: 2025-05-26T16:08:26.605000+00:00
Original source

i assume what you used to compile the core in VS

rektbyfaith
Administrator
0
05-26-2025, 04:09 PM
#8
Archived author: Sodie Pops • Posted: 2025-05-26T16:09:32.415000+00:00
Original source

That's why I'm thinking it'll be faster (but not better) to add all the modules and then recompile, because it takes 3-5 minutes each time in Visual Studio.
rektbyfaith
05-26-2025, 04:09 PM #8

Archived author: Sodie Pops • Posted: 2025-05-26T16:09:32.415000+00:00
Original source

That's why I'm thinking it'll be faster (but not better) to add all the modules and then recompile, because it takes 3-5 minutes each time in Visual Studio.

rektbyfaith
Administrator
0
05-26-2025, 04:20 PM
#9
Archived author: Sodie Pops • Posted: 2025-05-26T16:20:02.276000+00:00
Original source

Sorry I'm so stupid...I'm installing IndividualProgression and the way a step is worded makes me think I did something incorrectly in the server setup.

`Make a copy of the individualProgression.conf.dist file that you just copied, and name it individualProgression.conf. You should have both the .conf and the .conf.dist files in the config/modules/ directory, just as with the worldserver.conf files for base AzerothCore.`

But my worldserver.conf files aren't in Azerothcore\conf\modules, they are in build\bin\RelWithDebInfo\configs
rektbyfaith
05-26-2025, 04:20 PM #9

Archived author: Sodie Pops • Posted: 2025-05-26T16:20:02.276000+00:00
Original source

Sorry I'm so stupid...I'm installing IndividualProgression and the way a step is worded makes me think I did something incorrectly in the server setup.

`Make a copy of the individualProgression.conf.dist file that you just copied, and name it individualProgression.conf. You should have both the .conf and the .conf.dist files in the config/modules/ directory, just as with the worldserver.conf files for base AzerothCore.`

But my worldserver.conf files aren't in Azerothcore\conf\modules, they are in build\bin\RelWithDebInfo\configs

rektbyfaith
Administrator
0
05-26-2025, 04:21 PM
#10
Archived author: [PD] Tlosk • Posted: 2025-05-26T16:21:27.469000+00:00
Original source

in teh relwithdebinfo should be a module folder
rektbyfaith
05-26-2025, 04:21 PM #10

Archived author: [PD] Tlosk • Posted: 2025-05-26T16:21:27.469000+00:00
Original source

in teh relwithdebinfo should be a module folder

Pages (2): 1 2 Next
Recently Browsing
 1 Guest(s)
Recently Browsing
 1 Guest(s)