Versiones comparadas

Clave

  • Se ha añadido esta línea.
  • Se ha eliminado esta línea.
  • El formato se ha cambiado.

...

Nota

In order to run the system without errors you need to run the worldserver outside your build directory.

You need to use the CMAKE_INSTALL_PREFIX to install TrinityCore to your preferred install location when using the hotswap system.

  1. Set the CMAKE_INSTALL_PREFIX to a location in your filesystem (not C:/ on windows since it's write protected in most cases).
  2. Use the cmake INSTALL project target in MSVC (or make install on unix), to install TrinityCore to the location specified by CMAKE_INSTALL_PREFIX .
  3. Starting the worldserver inside your build directory may work but this method is unsupported!

Image Added

 

The hotswap system checks the CMAKE_INSTALL_PREFIX at startup and will correct it in your build directory automatically if needed (HotSwap.EnablePrefixCorrection=1 -> default).

...